Searched refs:RX_LEN (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/drivers/net/irda/
H A Ddonauboe.c58 /* Use it with various combinations of TT_LEN, RX_LEN */
93 /* remarks: in SIR mode, CRC is received, -> RX_LEN=TX_LEN+2 */
95 /* When TT_LEN > RX_LEN (SIR mode) data is stored in successive slots. */
101 #define RX_LEN 0xc04 macro
104 /* Real received length is (max RX_LEN) differs from user-defined */
107 #define RX_BUF_SZ (RX_LEN)
315 OUTB (RX_LEN >> 8, OBOE_MAXLENH); toshoboe_stopchip()
316 OUTB (RX_LEN & 0xff, OBOE_MAXLENL); toshoboe_stopchip()
405 OUTB (RX_LEN >> 8, OBOE_MAXLENH); toshoboe_setbaud()
406 OUTB (RX_LEN & 0xff, OBOE_MAXLENL); toshoboe_setbaud()
433 OUTB (RX_LEN >> 8, OBOE_MAXLENH); toshoboe_setbaud()
434 OUTB (RX_LEN & 0xff, OBOE_MAXLENL); toshoboe_setbaud()
497 self->ring->rx[i].len = RX_LEN; toshoboe_initring()
566 OUTB (RX_LEN >> 8, OBOE_MAXLENH); toshoboe_startchip()
567 OUTB (RX_LEN & 0xff, OBOE_MAXLENL); toshoboe_startchip()
/linux-4.4.14/drivers/net/ethernet/seeq/
H A Dether3.h150 #define RX_LEN 0xA000 macro
H A Dether3.c237 ether3_writebuffer(dev, buffer + RX_START, RX_LEN); ether3_ramtest()
242 ether3_readbuffer(dev, buffer + RX_START, RX_LEN); ether3_ramtest()
/linux-4.4.14/drivers/media/pci/ttpci/
H A Dav7110_hw.h342 #define RX_LEN (DPRAM_BASE + 0x1FEA) macro
/linux-4.4.14/arch/blackfin/mach-bf537/include/mach/
H A DdefBF537.h287 #define RX_LEN 0x00020000 /* RX Frame Length Error */ macro
/linux-4.4.14/arch/blackfin/mach-bf518/include/mach/
H A DdefBF516.h300 #define RX_LEN 0x00020000 /* RX Frame Length Error */ macro
/linux-4.4.14/arch/blackfin/mach-bf527/include/mach/
H A DdefBF527.h299 #define RX_LEN 0x00020000 /* RX Frame Length Error */ macro
/linux-4.4.14/drivers/net/ethernet/adi/
H A Dbfin_mac.c1216 #define RX_ERROR_MASK (RX_LONG | RX_ALIGN | RX_CRC | RX_LEN | \

Completed in 428 milliseconds