Searched refs:core_addr (Results 1 – 3 of 3) sorted by relevance
28 #define ETHOSN_CORE_SEC_REG(core_addr, reg_offset) \ argument29 (core_addr + reg_offset)52 static bool ethosn_get_device_and_core(uintptr_t core_addr, in ethosn_get_device_and_core() argument65 if (core->addr == core_addr) { in ethosn_get_device_and_core()106 static void ethosn_delegate_to_ns(uintptr_t core_addr) in ethosn_delegate_to_ns() argument111 mmio_setbits_32(ETHOSN_CORE_SEC_REG(core_addr, SEC_DEL_REG), in ethosn_delegate_to_ns()118 static int ethosn_is_sec(uintptr_t core_addr) in ethosn_is_sec() argument128 static bool ethosn_reset(uintptr_t core_addr, int hard_reset) in ethosn_reset() argument132 ETHOSN_CORE_SEC_REG(core_addr, SEC_SYSCTRL0_REG); in ethosn_reset()153 u_register_t core_addr, in ethosn_smc_handler() argument[all …]
181 uintptr_t core_addr; in fdt_node_populate_core() local184 &core_addr, NULL); in fdt_node_populate_core()211 core_addr); in fdt_node_populate_core()218 core_addr); in fdt_node_populate_core()230 core_addr); in fdt_node_populate_core()234 core->addr = core_addr; in fdt_node_populate_core()
54 u_register_t core_addr,
Completed in 5 milliseconds