Home
last modified time | relevance | path

Searched refs:memc_flexspi_get_ahb_address (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/drivers/memc/
Dmemc_mcux_flexspi.h102 void *memc_flexspi_get_ahb_address(const struct device *dev,
Dmemc_mcux_flexspi.c254 void *memc_flexspi_get_ahb_address(const struct device *dev, in memc_flexspi_get_ahb_address() function
/Zephyr-latest/samples/drivers/memc/src/
Dmain.c16 #define MEMC_BASE ((void *)memc_flexspi_get_ahb_address(FLEXSPI_DEV, MEMC_PORT, 0))
/Zephyr-latest/drivers/flash/
Dflash_mcux_flexspi_mx25um51345g.c364 uint8_t *src = memc_flexspi_get_ahb_address(data->controller, in flash_flexspi_nor_read()
382 uint8_t *dst = memc_flexspi_get_ahb_address(data->controller, in flash_flexspi_nor_write()
443 uint8_t *dst = memc_flexspi_get_ahb_address(data->controller, in flash_flexspi_nor_erase()
Dflash_mcux_flexspi_hyperflash.c398 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()
505 uint8_t *dst = memc_flexspi_get_ahb_address(&data->controller, in flash_flexspi_hyperflash_erase()
Dflash_mcux_flexspi_nor.c319 uint8_t *src = memc_flexspi_get_ahb_address(&data->controller, in flash_flexspi_nor_read()
337 uint8_t *dst = memc_flexspi_get_ahb_address(&data->controller, in flash_flexspi_nor_write()
402 uint8_t *dst = memc_flexspi_get_ahb_address(&data->controller, in flash_flexspi_nor_erase()