Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/irda/
Ddonauboe.h139 #define OBOE_SLOT_MASK 0x3f macro
Ddonauboe.c512 self->rxs = inb_p (OBOE_RXSLOT) & OBOE_SLOT_MASK; in toshoboe_resetptrs()
513 self->txs = inb_p (OBOE_TXSLOT) & OBOE_SLOT_MASK; in toshoboe_resetptrs()
711 txp = INB (OBOE_TXSLOT) & OBOE_SLOT_MASK; in toshoboe_probeinterrupt()
1168 txp = INB (OBOE_TXSLOT) & OBOE_SLOT_MASK; in toshoboe_interrupt()