Searched refs:ethosn_config (Results 1 – 3 of 3) sorted by relevance
15 #define hw_config__ethosn_config_getter(prop) ethosn_config.prop17 assert(dev_idx < ethosn_config.num_devices); \18 ðosn_config.devices[dev_idx]; \60 extern struct ethosn_config_t ethosn_config;
15 struct ethosn_config_t ethosn_config = {0}; variable265 struct ethosn_device_t *dev = ðosn_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);
28 FCONF_GET_PROPERTY(hw_config, ethosn_config, num_devices)