Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/plat/qti/common/src/
A Dspmi_arb.c13 #define REG_APID_MAP(apid) (0x0C440900U + sizeof(uint32_t) * apid) argument
18 #define REG_ARB_CMD(apid) (0x0C600000U + 0x10000U * apid) argument
23 #define REG_ARB_STATUS(apid) (0x0C600008U + 0x10000U * apid) argument
32 #define REG_ARB_RDATA0(apid) (0x0C600018U + 0x10000U * apid) argument
33 #define REG_ARB_WDATA0(apid) (0x0C600010U + 0x10000U * apid) argument
78 int apid = addr_to_apid(addr); in spmi_arb_read8() local
80 if (apid < 0) { in spmi_arb_read8()
81 return apid; in spmi_arb_read8()
86 int ret = wait_for_done(apid); in spmi_arb_read8()
99 if (apid < 0) { in spmi_arb_write8()
[all …]

Completed in 2 milliseconds