Lines Matching refs:OBOE_ENABLEH
313 INB (OBOE_ENABLEH), INB (OBOE_ENABLEL)); in toshoboe_dumpregs()
361 OUTB (0x00, OBOE_ENABLEH); in toshoboe_stopchip()
374 OUTB (OBOE_ENABLEH_PHYANDCLOCK, OBOE_ENABLEH); in toshoboe_stopchip()
386 OUTB (0x0, OBOE_ENABLEH); in toshoboe_start_DMA()
388 OUTB (OBOE_ENABLEH_PHYANDCLOCK, OBOE_ENABLEH); in toshoboe_start_DMA()
518 OUTB (0x0, OBOE_ENABLEH); in toshoboe_setbaud()
519 OUTB (OBOE_ENABLEH_PHYANDCLOCK, OBOE_ENABLEH); in toshoboe_setbaud()
563 OUTB (0x0, OBOE_ENABLEH); in toshoboe_resetptrs()
565 OUTB (OBOE_ENABLEH_PHYANDCLOCK, OBOE_ENABLEH); in toshoboe_resetptrs()
582 OUTB (0x0, OBOE_ENABLEH); in toshoboe_initptrs()
584 OUTB (OBOE_ENABLEH_PHYANDCLOCK, OBOE_ENABLEH); in toshoboe_initptrs()
607 OUTB (0, OBOE_ENABLEH); in toshoboe_startchip()
644 OUTB (OBOE_ENABLEH_PHYANDCLOCK, OBOE_ENABLEH); in toshoboe_startchip()
1039 ,skb->len,self->txpending,INB (OBOE_ENABLEH)); in toshoboe_hard_xmit()
1117 if (INB (OBOE_ENABLEH) & OBOE_ENABLEH_FIRON) in toshoboe_hard_xmit()
1122 else if (INB (OBOE_ENABLEH) & OBOE_ENABLEH_MIRON) in toshoboe_hard_xmit()
1129 OUTB (0x0, OBOE_ENABLEH); in toshoboe_hard_xmit()
1161 if (INB (OBOE_ENABLEH) & OBOE_ENABLEH_SIRON) in toshoboe_hard_xmit()
1177 if (INB (OBOE_ENABLEH) & OBOE_ENABLEH_FIRON) in toshoboe_hard_xmit()
1289 __u8 enable = INB (OBOE_ENABLEH); in toshoboe_interrupt()