Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Diotkit-secctl.c134 fn(&s->apbexp[i]); in foreach_ppc()
192 r = s->apbexp[offset_to_ppc_idx(offset)].ns; in iotkit_secctl_s_read()
198 r = s->apbexp[offset_to_ppc_idx(offset)].sp; in iotkit_secctl_s_read()
208 r = s->apbexp[offset_to_ppc_idx(offset)].sp; in iotkit_secctl_s_read()
393 ppc = &s->apbexp[offset_to_ppc_idx(offset)]; in iotkit_secctl_s_write()
412 ppc = &s->apbexp[offset_to_ppc_idx(offset)]; in iotkit_secctl_s_write()
484 r = s->apbexp[offset_to_ppc_idx(offset)].nsp; in iotkit_secctl_ns_read()
561 ppc = &s->apbexp[offset_to_ppc_idx(offset)]; in iotkit_secctl_ns_write()
706 IoTKitSecCtlPPC *ppc = &s->apbexp[i]; in iotkit_secctl_init()
804 VMSTATE_STRUCT_ARRAY(apbexp, IoTKitSecCtl, IOTS_NUM_APB_EXP_PPC, 1,
/openbmc/qemu/include/hw/misc/
H A Diotkit-secctl.h121 IoTKitSecCtlPPC apbexp[IOTS_NUM_APB_EXP_PPC]; member