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

/drivers/net/irda/
H A Ddonauboe.h139 #define OBOE_SLOT_MASK 0x3f macro
H A Ddonauboe.c521 self->rxs = inb_p (OBOE_RXSLOT) & OBOE_SLOT_MASK;
522 self->txs = inb_p (OBOE_TXSLOT) & OBOE_SLOT_MASK;
723 txp = INB (OBOE_TXSLOT) & OBOE_SLOT_MASK;
1183 txp = INB (OBOE_TXSLOT) & OBOE_SLOT_MASK;

Completed in 35 milliseconds