Home
last modified time | relevance | path

Searched refs:IOTS_NUM_APB_EXP_PPC (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/misc/
H A Diotkit-secctl.h68 #define IOTS_NUM_APB_EXP_PPC 4 macro
121 IoTKitSecCtlPPC apbexp[IOTS_NUM_APB_EXP_PPC];
122 IoTKitSecCtlPPC ahbexp[IOTS_NUM_APB_EXP_PPC];
/openbmc/qemu/include/hw/arm/
H A Darmsse.h135 #define NUM_EXTERNAL_PPCS (IOTS_NUM_AHB_EXP_PPC + IOTS_NUM_APB_EXP_PPC)
/openbmc/qemu/hw/misc/
H A Diotkit-secctl.c133 for (i = 0; i < IOTS_NUM_APB_EXP_PPC; i++) { in foreach_ppc()
705 for (i = 0; i < IOTS_NUM_APB_EXP_PPC; i++) { in iotkit_secctl_init()
804 VMSTATE_STRUCT_ARRAY(apbexp, IoTKitSecCtl, IOTS_NUM_APB_EXP_PPC, 1,
/openbmc/qemu/hw/arm/
H A Darmsse.c1576 for (i = 0; i < IOTS_NUM_APB_EXP_PPC; i++) { in armsse_realize()