Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/seeq/
H A Dether3.h147 #define RX_LEN 0xA000 macro
H A Dether3.c235 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 Daspeed_i2c.h223 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 Daspeed_i2c.c331 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 Dav7110_hw.h343 #define RX_LEN (DPRAM_BASE + 0x1FEA) macro