Searched refs:memc_flexspi_get_ahb_address (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.5.0/drivers/memc/ |
D | memc_mcux_flexspi.h | 38 void *memc_flexspi_get_ahb_address(const struct device *dev,
|
D | memc_mcux_flexspi.c | 152 void *memc_flexspi_get_ahb_address(const struct device *dev, in memc_flexspi_get_ahb_address() function
|
/Zephyr-Core-3.5.0/drivers/flash/ |
D | flash_mcux_flexspi_mx25um51345g.c | 363 uint8_t *src = memc_flexspi_get_ahb_address(data->controller, in flash_flexspi_nor_read() 381 uint8_t *dst = memc_flexspi_get_ahb_address(data->controller, in flash_flexspi_nor_write() 442 uint8_t *dst = memc_flexspi_get_ahb_address(data->controller, in flash_flexspi_nor_erase()
|
D | flash_mcux_flexspi_nor.c | 353 uint8_t *src = memc_flexspi_get_ahb_address(data->controller, in flash_flexspi_nor_read() 371 uint8_t *dst = memc_flexspi_get_ahb_address(data->controller, in flash_flexspi_nor_write() 428 uint8_t *dst = memc_flexspi_get_ahb_address(data->controller, in flash_flexspi_nor_erase()
|
D | flash_mcux_flexspi_hyperflash.c | 398 uint8_t *src = memc_flexspi_get_ahb_address(&data->controller, in flash_flexspi_hyperflash_read() 420 uint8_t *dst = memc_flexspi_get_ahb_address(&data->controller, in flash_flexspi_hyperflash_write() 503 uint8_t *dst = memc_flexspi_get_ahb_address(&data->controller, in flash_flexspi_hyperflash_erase()
|