Lines Matching refs:INB
170 #define INB(port) inb_p(port) macro
248 ringbase = INB (OBOE_RING_BASE0) << 10; in toshoboe_dumpregs()
249 ringbase |= INB (OBOE_RING_BASE1) << 18; in toshoboe_dumpregs()
250 ringbase |= INB (OBOE_RING_BASE2) << 26; in toshoboe_dumpregs()
257 INB (OBOE_RXSLOT), INB (OBOE_TXSLOT), ringbase); in toshoboe_dumpregs()
259 INB (OBOE_RING_SIZE), INB (OBOE_IER), INB (OBOE_ISR)); in toshoboe_dumpregs()
261 INB (OBOE_CONFIG1), INB (OBOE_STATUS)); in toshoboe_dumpregs()
263 INB (OBOE_CONFIG0H), INB (OBOE_CONFIG0L), in toshoboe_dumpregs()
264 INB (OBOE_ENABLEH), INB (OBOE_ENABLEL)); in toshoboe_dumpregs()
266 INB (OBOE_NEW_PCONFIGH), INB (OBOE_NEW_PCONFIGL), in toshoboe_dumpregs()
267 INB (OBOE_CURR_PCONFIGH), INB (OBOE_CURR_PCONFIGL)); in toshoboe_dumpregs()
269 INB (OBOE_MAXLENH), INB (OBOE_MAXLENL), in toshoboe_dumpregs()
270 INB (OBOE_RXCOUNTL), INB (OBOE_RXCOUNTH)); in toshoboe_dumpregs()
695 irqstat = INB (OBOE_ISR); in toshoboe_probeinterrupt()
711 txp = INB (OBOE_TXSLOT) & OBOE_SLOT_MASK; in toshoboe_probeinterrupt()
973 __func__, skb->len, self->txpending, INB(OBOE_ENABLEH)); in toshoboe_hard_xmit()
1050 if (INB (OBOE_ENABLEH) & OBOE_ENABLEH_FIRON) in toshoboe_hard_xmit()
1055 else if (INB (OBOE_ENABLEH) & OBOE_ENABLEH_MIRON) in toshoboe_hard_xmit()
1095 if (INB (OBOE_ENABLEH) & OBOE_ENABLEH_SIRON) in toshoboe_hard_xmit()
1111 if (INB (OBOE_ENABLEH) & OBOE_ENABLEH_FIRON) in toshoboe_hard_xmit()
1141 irqstat = INB (OBOE_ISR); in toshoboe_interrupt()
1168 txp = INB (OBOE_TXSLOT) & OBOE_SLOT_MASK; in toshoboe_interrupt()
1219 __u8 enable = INB (OBOE_ENABLEH); in toshoboe_interrupt()
1421 __func__, dev->name, INB(OBOE_STATUS), irq->ifr_baudrate); in toshoboe_net_ioctl()
1435 INB(OBOE_STATUS), capable(CAP_NET_ADMIN)); in toshoboe_net_ioctl()
1443 irq->ifr_receiving = (INB (OBOE_STATUS) & OBOE_STATUS_RXBUSY) ? 1 : 0; in toshoboe_net_ioctl()
1445 __func__, dev->name, INB(OBOE_STATUS), irq->ifr_receiving); in toshoboe_net_ioctl()