Searched defs:ioc3 (Results 1 – 5 of 5) sorted by relevance
70 struct ioc3 { struct71 volatile u32 pad0[7]; /* 0x00000 */72 volatile u32 sio_ir; /* 0x0001c */73 volatile u32 sio_ies; /* 0x00020 */74 volatile u32 sio_iec; /* 0x00024 */75 volatile u32 sio_cr; /* 0x00028 */76 volatile u32 int_out; /* 0x0002c */77 volatile u32 mcr; /* 0x00030 */80 volatile u32 gpcr_s; /* 0x00034 */81 volatile u32 gpcr_c; /* 0x00038 */[all …]
55 struct ioc3 { struct66 * modify them use the functions in ioc3.c argument83 struct ioc3_serialregs port_a; argument84 struct ioc3_serialregs port_b; argument87 struct ioc3_sioregs sregs; argument90 /* These don't exist on the ioc3 serial card... */ argument
230 static int nic_wait(struct ioc3 *ioc3) in nic_wait()241 static int nic_reset(struct ioc3 *ioc3) in nic_reset()254 static inline int nic_read_bit(struct ioc3 *ioc3) in nic_read_bit()266 static inline void nic_write_bit(struct ioc3 *ioc3, int bit) in nic_write_bit()279 static u32 nic_read_byte(struct ioc3 *ioc3) in nic_read_byte()293 static void nic_write_byte(struct ioc3 *ioc3, int byte) in nic_write_byte()305 static u64 nic_find(struct ioc3 *ioc3, int *last) in nic_find()350 static int nic_init(struct ioc3 *ioc3) in nic_init()404 struct ioc3 *ioc3 = ip->regs; in ioc3_get_eaddr_nic() local449 struct ioc3 *ioc3 = ip->regs; in __ioc3_set_mac_address() local[all …]
25 struct ioc3 *ioc3; in console_uart() local
167 struct ioc3 *ioc3; in ioc3_eth_init() local