Searched refs:OBOE_ISR (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/net/irda/ |
D | donauboe.c | 308 INB (OBOE_RING_SIZE), INB (OBOE_IER), INB (OBOE_ISR)); in toshoboe_dumpregs() 371 OUTB (0xff, OBOE_ISR); in toshoboe_stopchip() 613 OUTB (0xff, OBOE_ISR); in toshoboe_startchip() 620 OUTB (0xff, OBOE_ISR); in toshoboe_startchip() 761 irqstat = INB (OBOE_ISR); in toshoboe_probeinterrupt() 768 OUTB (irqstat, OBOE_ISR); in toshoboe_probeinterrupt() 1210 irqstat = INB (OBOE_ISR); in toshoboe_interrupt() 1217 OUTB (irqstat, OBOE_ISR); in toshoboe_interrupt()
|
D | toshoboe.c | 107 outb_p (0x00, OBOE_ISR); /*FIXME: should i do this to disbale ints */ in toshoboe_stopchip() 195 outb_p (0xff, OBOE_ISR); in toshoboe_startchip() 370 irqstat = inb_p (OBOE_ISR); in toshoboe_interrupt() 376 outb_p (irqstat, OBOE_ISR); /*Acknologede it */ in toshoboe_interrupt()
|
D | donauboe.h | 170 #define OBOE_ISR OBOE_REG(0xc) macro
|
/linux-2.4.37.9/include/net/irda/ |
D | toshoboe.h | 60 #define OBOE_ISR (0x0c+(self->base)) macro
|