Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/drivers/arm/ethosn/
A Dethosn_smc.c28 #define ETHOSN_CORE_SEC_REG(core_addr, reg_offset) \ argument
29 (core_addr + reg_offset)
52 static bool ethosn_get_device_and_core(uintptr_t core_addr, in ethosn_get_device_and_core() argument
65 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() argument
111 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() argument
128 static bool ethosn_reset(uintptr_t core_addr, int hard_reset) in ethosn_reset() argument
132 ETHOSN_CORE_SEC_REG(core_addr, SEC_SYSCTRL0_REG); in ethosn_reset()
153 u_register_t core_addr, in ethosn_smc_handler() argument
[all …]
/arm-trusted-firmware-2.8.0/plat/arm/common/fconf/
A Dfconf_ethosn_getter.c181 uintptr_t core_addr; in fdt_node_populate_core() local
184 &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()
/arm-trusted-firmware-2.8.0/include/drivers/arm/
A Dethosn.h54 u_register_t core_addr,

Completed in 5 milliseconds