Searched refs:ETHOSN_CORE_SEC_REG (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/drivers/arm/ethosn/ |
| H A D | ethosn_smc.c | 34 #define ETHOSN_CORE_SEC_REG(core_addr, reg_offset) \ macro 148 uint32_t npu_id = mmio_read_32(ETHOSN_CORE_SEC_REG(core_addr, in ethosn_core_read_arch_version() 180 mmio_write_32(ETHOSN_CORE_SEC_REG(core->addr, reg_addr), in ethosn_configure_stream_nsaid() 187 mmio_setbits_32(ETHOSN_CORE_SEC_REG(core_addr, SEC_SYSCTRL0_REG), in ethosn_configure_vector_table() 195 mmio_write_32(ETHOSN_CORE_SEC_REG(core_addr, SEC_SYSCTRL1_REG), SEC_SYSCTRL1_VAL); in ethosn_configure_events() 217 mmio_setbits_32(ETHOSN_CORE_SEC_REG(core_addr, SEC_AUXCTLR_REG), val); in ethosn_configure_aux_features() 246 mmio_write_32(ETHOSN_CORE_SEC_REG(core->addr, reg_addr), in ethosn_configure_smmu_streams() 272 mmio_write_32(ETHOSN_CORE_SEC_REG(core_addr, reg_addr), in ethosn_configure_stream_addr_extends() 284 mmio_write_32(ETHOSN_CORE_SEC_REG(core_addr, reg_addr), in ethosn_configure_stream_attr_ctlr() 291 mmio_setbits_32(ETHOSN_CORE_SEC_REG(core_addr, SEC_SECCTLR_REG), in ethosn_delegate_to_ns() [all …]
|