Lines Matching refs:bfp
107 const struct jesd216_bfp *bfp; member
1170 const struct jesd216_bfp *bfp) in spi_nor_process_bfp() argument
1174 const size_t flash_size = jesd216_bfp_density(bfp) / 8U; in spi_nor_process_bfp()
1186 if (jesd216_bfp_erase(bfp, ti, etp) == 0) { in spi_nor_process_bfp()
1192 data->page_size = jesd216_bfp_page_size(php, bfp); in spi_nor_process_bfp()
1205 if (jesd216_bfp_addrbytes(bfp) != JESD216_SFDP_BFP_DW1_ADDRBYTES_VAL_3B) { in spi_nor_process_bfp()
1214 if (jesd216_bfp_decode_dw16(php, bfp, &dw16) == 0) { in spi_nor_process_bfp()
1272 struct jesd216_bfp bfp; in spi_nor_process_sfdp() member
1274 const struct jesd216_bfp *bfp = &u_param.bfp; in spi_nor_process_sfdp() local
1279 rc = spi_nor_process_bfp(dev, php, bfp); in spi_nor_process_sfdp()
1339 rc = spi_nor_process_bfp(dev, &bfp_hdr, cfg->bfp); in spi_nor_process_sfdp()
1779 .bfp = (const struct jesd216_bfp *)bfp_##idx##_data,))