Home
last modified time | relevance | path

Searched refs:spi_flash_get_mmap_windows (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/coreboot/src/arch/x86/
H A Dmmap_boot.c18 uint32_t spi_flash_get_mmap_windows(struct flash_mmap_window *table) in spi_flash_get_mmap_windows() function
/aosp_15_r20/external/coreboot/src/soc/amd/genoa_poc/
H A Dmmap_boot.c24 uint32_t spi_flash_get_mmap_windows(struct flash_mmap_window *table) in spi_flash_get_mmap_windows() function
/aosp_15_r20/external/coreboot/src/soc/intel/apollolake/
H A Dmmap_boot.c95 uint32_t spi_flash_get_mmap_windows(struct flash_mmap_window *table) in spi_flash_get_mmap_windows() function
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/fast_spi/
H A Dmmap_boot.c165 uint32_t spi_flash_get_mmap_windows(struct flash_mmap_window *table) in spi_flash_get_mmap_windows() function
/aosp_15_r20/external/coreboot/src/include/
H A Dspi_flash.h246 uint32_t spi_flash_get_mmap_windows(struct flash_mmap_window *table);
/aosp_15_r20/external/coreboot/src/soc/amd/common/block/lpc/
H A Dspi_dma.c262 uint32_t spi_flash_get_mmap_windows(struct flash_mmap_window *table) in spi_flash_get_mmap_windows() function
/aosp_15_r20/external/coreboot/src/drivers/spi/
H A Dspi_flash.c748 flash->mmap_count = spi_flash_get_mmap_windows(table); in lb_spi_flash()