Lines Matching refs:OBOE_ENABLEH
264 INB (OBOE_ENABLEH), INB (OBOE_ENABLEL)); in toshoboe_dumpregs()
309 OUTB (0x00, OBOE_ENABLEH); in toshoboe_stopchip()
322 OUTB (OBOE_ENABLEH_PHYANDCLOCK, OBOE_ENABLEH); in toshoboe_stopchip()
334 OUTB (0x0, OBOE_ENABLEH); in toshoboe_start_DMA()
336 OUTB (OBOE_ENABLEH_PHYANDCLOCK, OBOE_ENABLEH); in toshoboe_start_DMA()
466 OUTB (0x0, OBOE_ENABLEH); in toshoboe_setbaud()
467 OUTB (OBOE_ENABLEH_PHYANDCLOCK, OBOE_ENABLEH); in toshoboe_setbaud()
508 OUTB (0x0, OBOE_ENABLEH); in toshoboe_resetptrs()
510 OUTB (OBOE_ENABLEH_PHYANDCLOCK, OBOE_ENABLEH); in toshoboe_resetptrs()
527 OUTB (0x0, OBOE_ENABLEH); in toshoboe_initptrs()
529 OUTB (OBOE_ENABLEH_PHYANDCLOCK, OBOE_ENABLEH); in toshoboe_initptrs()
550 OUTB (0, OBOE_ENABLEH); in toshoboe_startchip()
587 OUTB (OBOE_ENABLEH_PHYANDCLOCK, OBOE_ENABLEH); in toshoboe_startchip()
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()
1062 OUTB (0x0, OBOE_ENABLEH); 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()
1219 __u8 enable = INB (OBOE_ENABLEH); in toshoboe_interrupt()