Searched refs:apid (Results 1 – 2 of 2) sorted by relevance
13 #define REG_APID_MAP(apid) (0x0C440900U + 4U * i) 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) argument49 static int wait_for_done(uint16_t apid) in wait_for_done() argument54 uint32_t status = mmio_read_32(REG_ARB_STATUS(apid)); in wait_for_done()69 static void arb_command(uint16_t apid, uint8_t opcode, uint32_t addr, in arb_command() argument72 mmio_write_32(REG_ARB_CMD(apid), (uint32_t)opcode << 27 | in arb_command()78 int apid = addr_to_apid(addr); in spmi_arb_read8() local[all …]
29 String apid = ""; field in AssetInformationBox38 return Utf8.utf8StringLengthInBytes(apid) + 9; in getContentSize()46 byteBuffer.put(Utf8.convert(apid)); in getContent()55 apid = IsoTypeReader.readString(content); in _parseDetails()60 return apid; in getApid()63 public void setApid(String apid) { in setApid() argument64 this.apid = apid; in setApid()