Lines Matching refs:RX_LEN
101 #define RX_LEN 0xc04 macro
107 #define RX_BUF_SZ (RX_LEN)
315 OUTB (RX_LEN >> 8, OBOE_MAXLENH); in toshoboe_stopchip()
316 OUTB (RX_LEN & 0xff, OBOE_MAXLENL); in toshoboe_stopchip()
405 OUTB (RX_LEN >> 8, OBOE_MAXLENH); in toshoboe_setbaud()
406 OUTB (RX_LEN & 0xff, OBOE_MAXLENL); in toshoboe_setbaud()
433 OUTB (RX_LEN >> 8, OBOE_MAXLENH); in toshoboe_setbaud()
434 OUTB (RX_LEN & 0xff, OBOE_MAXLENL); in toshoboe_setbaud()
497 self->ring->rx[i].len = RX_LEN; in toshoboe_initring()
566 OUTB (RX_LEN >> 8, OBOE_MAXLENH); in toshoboe_startchip()
567 OUTB (RX_LEN & 0xff, OBOE_MAXLENL); in toshoboe_startchip()