Home
last modified time | relevance | path

Searched refs:ethosu_dev_init (Results 1 – 4 of 4) sorted by relevance

/hal_ethos_u-latest/src/
Dethosu_device.h40 bool ethosu_dev_init(struct ethosu_device *dev, void *base_address, uint32_t secure_enable, uint32_…
Dethosu_device_u55_u65.c69 bool ethosu_dev_init(struct ethosu_device *dev, void *base_address, uint32_t secure_enable, uint32_… in ethosu_dev_init() function
Dethosu_device_u85.c59 bool ethosu_dev_init(struct ethosu_device *dev, void *base_address, uint32_t secure_enable, uint32_… in ethosu_dev_init() function
Dethosu_driver.c451 if (!ethosu_dev_init(&drv->dev, base_address, secure_enable, privilege_enable)) in ethosu_init()