Searched refs:ei_inb (Results 1 – 9 of 9) sorted by relevance
70 #define ei_inb ei_inb macro71 u8 ei_inb(u32 addr) in ei_inb() function134 #define ei_inb inb macro143 #define ei_inb_p ei_inb160 ei_outb(ei_inb(addr + NE_RESET), addr + NE_RESET); in mcf8390_reset_8390()166 while ((ei_inb(addr + NE_EN0_ISR) & ENISR_RESET) == 0) { in mcf8390_reset_8390()250 buf[count - 1] = ei_inb(addr + NE_DATAPORT); in mcf8390_block_input()289 while ((ei_inb(addr + NE_EN0_ISR) & ENISR_RDC) == 0) { in mcf8390_block_output()365 SA_prom[i] = ei_inb(addr + NE_DATAPORT); in mcf8390_init()366 ei_inb(addr + NE_DATAPORT); in mcf8390_init()
49 #define ei_inb(_a) readb(ax_convert_addr(_a)) macro52 #define ei_inb_p(_a) ei_inb(_a)122 reg0 = ei_inb(ioaddr); in ax_initial_check()127 regd = ei_inb(ioaddr + 0x0d); in ax_initial_check()130 ei_inb(ioaddr + EN0_COUNTER0); /* Clear the counter by reading. */ in ax_initial_check()131 if (ei_inb(ioaddr + EN0_COUNTER0) != 0) { in ax_initial_check()152 ei_outb(ei_inb(addr + NE_RESET), addr + NE_RESET); in ax_reset_8390()158 while ((ei_inb(addr + EN0_ISR) & ENISR_RESET) == 0) { in ax_reset_8390()241 buf[count-1] = ei_inb(nic_base + NE_DATAPORT); in ax_block_input()294 while ((ei_inb(nic_base + EN0_ISR) & ENISR_RDC) == 0) { in ax_block_output()[all …]
143 #ifndef ei_inb144 #define ei_inb(_p) inb(_p) macro
6 #define ei_inb(_p) inb(_p) macro
264 txsr = ei_inb(e8390_base+EN0_TSR); in __ei_tx_timeout()265 isr = ei_inb(e8390_base+EN0_ISR); in __ei_tx_timeout()581 int status = ei_inb(e8390_base + EN0_TSR); in ei_tx_intr()
34 #define ei_inb(port) in_8(port) macro
39 #define ei_inb(port) in_8(port) macro
48 #define ei_inb(port) in_8(port) macro
54 #define ei_inb(_p) readb((void __iomem *)_p) macro