Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/include/plat/arm/common/
Dfconf_ethosn_getter.h46 struct ethosn_device_t { struct
57 struct ethosn_device_t devices[ETHOSN_DEV_NUM_MAX]; argument
/trusted-firmware-a-latest/drivers/arm/ethosn/
Dethosn_smc.c121 const struct ethosn_device_t **dev_match, in ethosn_get_device_and_core()
128 const struct ethosn_device_t *dev = ETHOSN_GET_DEVICE(dev_idx); in ethosn_get_device_and_core()
198 static bool ethosn_configure_aux_features(const struct ethosn_device_t *device, in ethosn_configure_aux_features()
222 static void ethosn_configure_smmu_streams(const struct ethosn_device_t *device, in ethosn_configure_smmu_streams()
251 static void ethosn_configure_stream_addr_extends(const struct ethosn_device_t *device, in ethosn_configure_stream_addr_extends()
369 static int ethosn_core_full_reset(const struct ethosn_device_t *device, in ethosn_core_full_reset()
412 static uintptr_t ethosn_smc_core_reset_handler(const struct ethosn_device_t *device, in ethosn_smc_core_reset_handler()
450 const struct ethosn_device_t *device = NULL; in ethosn_smc_core_handler()
558 struct ethosn_device_t *dev; in ethosn_smc_setup()
/trusted-firmware-a-latest/plat/arm/common/fconf/
Dfconf_ethosn_getter.c265 struct ethosn_device_t *dev = &ethosn_config.devices[dev_count]; in fconf_populate_ethosn_config()