Home
last modified time | relevance | path

Searched refs:OBOE_ENABLEH (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/irda/
Ddonauboe.c313 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()
[all …]
Ddonauboe.h223 #define OBOE_ENABLEH OBOE_REG(0x15) macro