Home
last modified time | relevance | path

Searched refs:PNV_I2C_FIFO_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/i2c/
H A Dpnv_i2c_regs.h140 #define PNV_I2C_FIFO_SIZE 8 macro
/openbmc/qemu/hw/ppc/
H A Dpnv_i2c.c49 uint8_t fifo_free = PNV_I2C_FIFO_SIZE - fifo_count; in pnv_i2c_update_irq()
348 SETFIELD(I2C_EXTD_STAT_FIFO_SIZE, 0ull, PNV_I2C_FIFO_SIZE) | in pnv_i2c_reset()
539 fifo8_create(&i2c->fifo, PNV_I2C_FIFO_SIZE); in pnv_i2c_realize()