Home
last modified time | relevance | path

Searched refs:TX_BUF_LEN (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/rc/
H A Dfintek-cir.h43 #define TX_BUF_LEN 256 macro
58 u8 buf[TX_BUF_LEN];
/openbmc/qemu/include/hw/i2c/
H A Daspeed_i2c.h186 FIELD(I2CM_DMA_LEN, TX_BUF_LEN, 0, 11)
212 FIELD(I2CS_DMA_LEN, TX_BUF_LEN, 0, 11)
/openbmc/qemu/hw/i2c/
H A Daspeed_i2c.c660 TX_BUF_LEN) + 1; in aspeed_i2c_bus_new_write()
684 ARRAY_FIELD_DP32(bus->regs, I2CM_DMA_LEN, TX_BUF_LEN, in aspeed_i2c_bus_new_write()
685 FIELD_EX32(value, I2CM_DMA_LEN, TX_BUF_LEN)); in aspeed_i2c_bus_new_write()
703 assert(FIELD_EX32(value, I2CS_DMA_LEN, TX_BUF_LEN) == 0); in aspeed_i2c_bus_new_write()