Home
last modified time | relevance | path

Searched refs:RX_LEN (Results 1 – 7 of 7) sorted by relevance

/drivers/net/irda/
Ddonauboe.c101 #define RX_LEN 0xc04 macro
107 #define RX_BUF_SZ (RX_LEN)
321 OUTB (RX_LEN >> 8, OBOE_MAXLENH); in toshoboe_stopchip()
322 OUTB (RX_LEN & 0xff, OBOE_MAXLENL); in toshoboe_stopchip()
411 OUTB (RX_LEN >> 8, OBOE_MAXLENH); in toshoboe_setbaud()
412 OUTB (RX_LEN & 0xff, OBOE_MAXLENL); in toshoboe_setbaud()
439 OUTB (RX_LEN >> 8, OBOE_MAXLENH); in toshoboe_setbaud()
440 OUTB (RX_LEN & 0xff, OBOE_MAXLENL); in toshoboe_setbaud()
506 self->ring->rx[i].len = RX_LEN; in toshoboe_initring()
577 OUTB (RX_LEN >> 8, OBOE_MAXLENH); in toshoboe_startchip()
[all …]
/drivers/net/ethernet/dlink/
Dde600.c321 size = de600_read_byte(RX_LEN, dev); /* low byte */ in de600_rx_intr()
322 size += (de600_read_byte(RX_LEN, dev) << 8); /* high byte */ in de600_rx_intr()
Dde600.h63 #define RX_LEN 0x05 /* read received packet length */ macro
/drivers/net/ethernet/seeq/
Dether3.h150 #define RX_LEN 0xA000 macro
Dether3.c237 ether3_writebuffer(dev, buffer + RX_START, RX_LEN); in ether3_ramtest()
242 ether3_readbuffer(dev, buffer + RX_START, RX_LEN); in ether3_ramtest()
/drivers/media/dvb/ttpci/
Dav7110_hw.h342 #define RX_LEN (DPRAM_BASE + 0x1FEA) macro
/drivers/net/ethernet/adi/
Dbfin_mac.c1069 #define RX_ERROR_MASK (RX_LONG | RX_ALIGN | RX_CRC | RX_LEN | \