Lines Matching refs:bfp
1156 const struct jesd216_bfp *bfp) in spi_nor_process_bfp() argument
1162 const size_t flash_size = (jesd216_bfp_density(bfp) / 8U) << STM32_QSPI_DOUBLE_FLASH; in spi_nor_process_bfp()
1176 if (jesd216_bfp_erase(bfp, ti, etp) == 0) { in spi_nor_process_bfp()
1183 data->page_size = jesd216_bfp_page_size(php, bfp); in spi_nor_process_bfp()
1188 addr_mode = jesd216_bfp_addrbytes(bfp); in spi_nor_process_bfp()
1192 if (jesd216_bfp_decode_dw16(php, bfp, &dw16) == 0) { in spi_nor_process_bfp()
1232 rc = jesd216_bfp_read_support(php, bfp, supported_modes[i], &res); in spi_nor_process_bfp()
1256 rc = jesd216_bfp_decode_dw15(php, bfp, &dw15); in spi_nor_process_bfp()
1505 struct jesd216_bfp bfp; in flash_stm32_qspi_init() member
1507 const struct jesd216_bfp *bfp = &u2.bfp; in flash_stm32_qspi_init() local
1513 ret = spi_nor_process_bfp(dev, php, bfp); in flash_stm32_qspi_init()