Searched refs:jesd216_bfp (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/drivers/flash/ |
D | jesd216.h | 135 struct jesd216_bfp { struct 194 static inline uint8_t jesd216_bfp_addrbytes(const struct jesd216_bfp *hp) in jesd216_bfp_addrbytes() 204 static inline uint64_t jesd216_bfp_density(const struct jesd216_bfp *hp) in jesd216_bfp_density() 285 const struct jesd216_bfp *bfp, 317 int jesd216_bfp_erase(const struct jesd216_bfp *bfp, 339 const struct jesd216_bfp *bfp, 353 const struct jesd216_bfp *bfp) in jesd216_bfp_page_size() 401 const struct jesd216_bfp *bfp, 433 const struct jesd216_bfp *bfp, 493 const struct jesd216_bfp *bfp, [all …]
|
D | jesd216.c | 27 const struct jesd216_bfp *bfp, in jesd216_bfp_read_support() 123 int jesd216_bfp_erase(const struct jesd216_bfp *bfp, in jesd216_bfp_erase() 151 const struct jesd216_bfp *bfp, in jesd216_bfp_erase_type_times() 195 const struct jesd216_bfp *bfp, in jesd216_bfp_decode_dw11() 249 const struct jesd216_bfp *bfp, in jesd216_bfp_decode_dw14() 291 const struct jesd216_bfp *bfp, in jesd216_bfp_decode_dw15() 313 const struct jesd216_bfp *bfp, in jesd216_bfp_decode_dw16()
|
D | flash_andes_qspi.c | 58 const struct jesd216_bfp *bfp; 507 const struct jesd216_bfp *bfp) in spi_nor_process_bfp() 584 struct jesd216_bfp bfp; in spi_nor_process_sfdp() 586 const struct jesd216_bfp *bfp = &u_param.bfp; in spi_nor_process_sfdp() 925 .bfp = (const struct jesd216_bfp *)bfp_data_##n, \
|
D | spi_nor.c | 107 const struct jesd216_bfp *bfp; 1170 const struct jesd216_bfp *bfp) in spi_nor_process_bfp() 1272 struct jesd216_bfp bfp; in spi_nor_process_sfdp() 1274 const struct jesd216_bfp *bfp = &u_param.bfp; in spi_nor_process_sfdp() 1779 .bfp = (const struct jesd216_bfp *)bfp_##idx##_data,))
|
D | flash_mcux_flexspi_nor.c | 747 struct jesd216_bfp *bfp, in flash_flexspi_nor_config_flash() 1144 struct jesd216_bfp *bfp = (struct jesd216_bfp *)param_buf; in flash_flexspi_nor_probe()
|
D | flash_stm32_qspi.c | 1156 const struct jesd216_bfp *bfp) in spi_nor_process_bfp() 1505 struct jesd216_bfp bfp; in flash_stm32_qspi_init() 1507 const struct jesd216_bfp *bfp = &u2.bfp; in flash_stm32_qspi_init()
|
D | flash_stm32_xspi.c | 1809 const struct jesd216_bfp *bfp) in spi_nor_process_bfp() 2274 struct jesd216_bfp bfp; in flash_stm32_xspi_init() 2276 const struct jesd216_bfp *bfp = &u2.bfp; in flash_stm32_xspi_init()
|
D | flash_stm32_ospi.c | 1972 const struct jesd216_bfp *bfp) in spi_nor_process_bfp() 2455 struct jesd216_bfp bfp; in flash_stm32_ospi_init() 2457 const struct jesd216_bfp *bfp = &u2.bfp; in flash_stm32_ospi_init()
|
/Zephyr-latest/samples/drivers/jesd216/src/ |
D | main.c | 35 const struct jesd216_bfp *bfp); 52 const struct jesd216_bfp *bfp) in summarize_dw1() 99 const struct jesd216_bfp *bfp) in summarize_dw2() 105 const struct jesd216_bfp *bfp) in summarize_dw89() 128 const struct jesd216_bfp *bfp) in summarize_dw11() 152 const struct jesd216_bfp *bfp) in summarize_dw12() 177 const struct jesd216_bfp *bfp) in summarize_dw14() 190 const struct jesd216_bfp *bfp) in summarize_dw15() 211 const struct jesd216_bfp *bfp) in summarize_dw16() 245 const struct jesd216_bfp *bfp) in dump_bfp() [all …]
|