Home
last modified time | relevance | path

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

/hal_ethos_u-3.7.0/src/
Dethosu_driver.c395 void *const base_address, in ethosu_init() argument
403 base_address, in ethosu_init()
434 drv->dev = ethosu_dev_init(base_address, secure_enable, privilege_enable); in ethosu_init()
Dethosu_device_u55_u65.c70 struct ethosu_device *ethosu_dev_init(void *const base_address, uint32_t secure_enable, uint32_t pr… in ethosu_dev_init() argument
79 dev->reg = (volatile struct NPU_REG *)base_address; in ethosu_dev_init()
Dethosu_device.h62 struct ethosu_device *ethosu_dev_init(void *const base_address, uint32_t secure_enable, uint32_t pr…
/hal_ethos_u-3.7.0/include/
Dethosu_driver.h232 void *const base_address,