Home
last modified time | relevance | path

Searched refs:jesd216_sfdp_header (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/drivers/flash/
Djesd216.h63 struct jesd216_sfdp_header { struct
109 #define JESD216_SFDP_SIZE(nph) (sizeof(struct jesd216_sfdp_header) \
117 static inline uint32_t jesd216_sfdp_magic(const struct jesd216_sfdp_header *hp) in jesd216_sfdp_magic()
Dflash_mcux_flexspi_nor.c746 struct jesd216_sfdp_header *header, in flash_flexspi_nor_config_flash()
1145 struct jesd216_sfdp_header *header = (struct jesd216_sfdp_header *)sfdp_buf; in flash_flexspi_nor_probe()
Dflash_andes_qspi.c550 struct jesd216_sfdp_header sfdp; in spi_nor_process_sfdp()
552 const struct jesd216_sfdp_header *hp = &u_header.sfdp; in spi_nor_process_sfdp()
Dflash_stm32_qspi.c1471 struct jesd216_sfdp_header sfdp; in flash_stm32_qspi_init()
1473 const struct jesd216_sfdp_header *hp = &u.sfdp; in flash_stm32_qspi_init()
Dspi_nor.c1239 struct jesd216_sfdp_header sfdp; in spi_nor_process_sfdp()
1241 const struct jesd216_sfdp_header *hp = &u_header.sfdp; in spi_nor_process_sfdp()
Dflash_stm32_xspi.c2240 struct jesd216_sfdp_header sfdp; in flash_stm32_xspi_init()
2242 const struct jesd216_sfdp_header *hp = &u.sfdp; in flash_stm32_xspi_init()
Dflash_stm32_ospi.c2421 struct jesd216_sfdp_header sfdp; in flash_stm32_ospi_init()
2423 const struct jesd216_sfdp_header *hp = &u.sfdp; in flash_stm32_ospi_init()
/Zephyr-latest/samples/drivers/jesd216/src/
Dmain.c297 struct jesd216_sfdp_header sfdp; in main()
299 const struct jesd216_sfdp_header *hp = &u.sfdp; in main()