Searched refs:apid (Results 1 – 1 of 1) sorted by relevance
13 #define REG_APID_MAP(apid) (0x0C440900U + sizeof(uint32_t) * apid) argument18 #define REG_ARB_CMD(apid) (0x0C600000U + 0x10000U * apid) argument23 #define REG_ARB_STATUS(apid) (0x0C600008U + 0x10000U * apid) argument32 #define REG_ARB_RDATA0(apid) (0x0C600018U + 0x10000U * apid) argument33 #define REG_ARB_WDATA0(apid) (0x0C600010U + 0x10000U * apid) argument78 int apid = addr_to_apid(addr); in spmi_arb_read8() local80 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