Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Diotkit-secctl.c119 static inline int offset_to_ppc_idx(uint32_t offset) in offset_to_ppc_idx() function
182 r = s->ahbexp[offset_to_ppc_idx(offset)].ns; in iotkit_secctl_s_read()
186 r = s->apb[offset_to_ppc_idx(offset)].ns; in iotkit_secctl_s_read()
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()
202 r = s->apb[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()
386 ppc = &s->apb[offset_to_ppc_idx(offset)]; in iotkit_secctl_s_write()
405 ppc = &s->apb[offset_to_ppc_idx(offset)]; in iotkit_secctl_s_write()
478 r = s->apb[offset_to_ppc_idx(offset)].nsp; in iotkit_secctl_ns_read()
[all …]