Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/plat/arm/common/
H A Dfconf_ethosn_getter.h15 #define hw_config__ethosn_config_getter(prop) ethosn_config.prop
17 assert(dev_idx < ethosn_config.num_devices); \
18 &ethosn_config.devices[dev_idx]; \
60 extern struct ethosn_config_t ethosn_config;
/rk3399_ARM-atf/plat/arm/common/fconf/
H A Dfconf_ethosn_getter.c15 struct ethosn_config_t ethosn_config = {0}; variable
265 struct ethosn_device_t *dev = &ethosn_config.devices[dev_count]; in fconf_populate_ethosn_config()
377 ethosn_config.num_devices = dev_count; in fconf_populate_ethosn_config()
382 FCONF_REGISTER_POPULATOR(HW_CONFIG, ethosn_config, fconf_populate_ethosn_config);
/rk3399_ARM-atf/drivers/arm/ethosn/
H A Dethosn_smc.c28 FCONF_GET_PROPERTY(hw_config, ethosn_config, num_devices)