Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/fsi/
H A Dfsi.h28 #define FSI_SLAVE_CONTROL_NR_REGS ((0x40 >> 2) + 1) macro
34 uint32_t regs[FSI_SLAVE_CONTROL_NR_REGS];
/openbmc/qemu/hw/fsi/
H A Dfsi.c29 if (reg >= FSI_SLAVE_CONTROL_NR_REGS) { in fsi_slave_read()
47 if (reg >= FSI_SLAVE_CONTROL_NR_REGS) { in fsi_slave_write()