Searched refs:RX_LEN (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/net/irda/ |
D | donauboe.c | 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() [all …]
|
/linux-4.1.27/drivers/net/ethernet/seeq/ |
D | ether3.h | 150 #define RX_LEN 0xA000 macro
|
D | ether3.c | 237 ether3_writebuffer(dev, buffer + RX_START, RX_LEN); in ether3_ramtest() 242 ether3_readbuffer(dev, buffer + RX_START, RX_LEN); in ether3_ramtest()
|
/linux-4.1.27/arch/blackfin/mach-bf527/include/mach/ |
D | defBF527.h | 299 #define RX_LEN 0x00020000 /* RX Frame Length Error */ macro
|
/linux-4.1.27/arch/blackfin/mach-bf537/include/mach/ |
D | defBF537.h | 287 #define RX_LEN 0x00020000 /* RX Frame Length Error … macro
|
/linux-4.1.27/arch/blackfin/mach-bf518/include/mach/ |
D | defBF516.h | 300 #define RX_LEN 0x00020000 /* RX Frame Length Error */ macro
|
/linux-4.1.27/drivers/media/pci/ttpci/ |
D | av7110_hw.h | 342 #define RX_LEN (DPRAM_BASE + 0x1FEA) macro
|
/linux-4.1.27/drivers/net/ethernet/adi/ |
D | bfin_mac.c | 1216 #define RX_ERROR_MASK (RX_LONG | RX_ALIGN | RX_CRC | RX_LEN | \
|