Home
last modified time | relevance | path

Searched defs: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
49 static int wait_for_done(uint16_t apid) in wait_for_done()
69 static void arb_command(uint16_t apid, uint8_t opcode, uint32_t addr, in arb_command()
78 int apid = addr_to_apid(addr); in spmi_arb_read8() local
97 int apid = addr_to_apid(addr); in spmi_arb_write8() local

Completed in 3 milliseconds