Searched refs:RX_LEN (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ethernet/seeq/ |
H A D | ether3.h | 147 #define RX_LEN 0xA000 macro
|
H A D | ether3.c | 235 ether3_writebuffer(dev, buffer + RX_START, RX_LEN); in ether3_ramtest() 240 ether3_readbuffer(dev, buffer + RX_START, RX_LEN); in ether3_ramtest()
|
/openbmc/qemu/include/hw/i2c/ |
H A D | aspeed_i2c.h | 223 FIELD(I2CM_DMA_LEN_STS, RX_LEN, 16, 13) 226 FIELD(I2CS_DMA_LEN_STS, RX_LEN, 16, 13)
|
/openbmc/qemu/hw/i2c/ |
H A D | aspeed_i2c.c | 331 ARRAY_FIELD_DP32(bus->regs, I2CM_DMA_LEN_STS, RX_LEN, 0); in aspeed_i2c_bus_recv() 354 ARRAY_FIELD_DP32(bus->regs, I2CM_DMA_LEN_STS, RX_LEN, in aspeed_i2c_bus_recv() 356 RX_LEN) + 1); in aspeed_i2c_bus_recv() 1298 ARRAY_FIELD_DP32(bus->regs, I2CS_DMA_LEN_STS, RX_LEN, 0); in aspeed_i2c_bus_new_slave_event() 1372 ARRAY_FIELD_DP32(bus->regs, I2CS_DMA_LEN_STS, RX_LEN, in aspeed_i2c_bus_new_slave_send_async() 1373 ARRAY_FIELD_EX32(bus->regs, I2CS_DMA_LEN_STS, RX_LEN) + 1); in aspeed_i2c_bus_new_slave_send_async()
|
/openbmc/linux/drivers/staging/media/av7110/ |
H A D | av7110_hw.h | 343 #define RX_LEN (DPRAM_BASE + 0x1FEA) macro
|