Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci-host/
H A Dastro.c123 val = s->iosapic_reg_select; in elroy_chip_read_with_attrs()
130 switch (s->iosapic_reg_select) { in elroy_chip_read_with_attrs()
135 if (s->iosapic_reg_select < ARRAY_SIZE(s->iosapic_reg)) { in elroy_chip_read_with_attrs()
136 val = s->iosapic_reg[s->iosapic_reg_select]; in elroy_chip_read_with_attrs()
138 trace_iosapic_reg_read(s->iosapic_reg_select, size, val); in elroy_chip_read_with_attrs()
142 trace_iosapic_reg_read(s->iosapic_reg_select, size, val); in elroy_chip_read_with_attrs()
187 s->iosapic_reg_select = val; in elroy_chip_write_with_attrs()
190 trace_iosapic_reg_write(s->iosapic_reg_select, size, val); in elroy_chip_write_with_attrs()
191 if (s->iosapic_reg_select < ARRAY_SIZE(s->iosapic_reg)) { in elroy_chip_write_with_attrs()
192 s->iosapic_reg[s->iosapic_reg_select] = val; in elroy_chip_write_with_attrs()
[all …]
/openbmc/qemu/include/hw/pci-host/
H A Dastro.h52 uint32_t iosapic_reg_select; member