Lines Matching refs:bfp

35 			     const struct jesd216_bfp *bfp);
52 const struct jesd216_bfp *bfp) in summarize_dw1() argument
54 uint32_t dw1 = sys_le32_to_cpu(bfp->dw1); in summarize_dw1()
84 int rc = jesd216_bfp_read_support(php, bfp, in summarize_dw1()
99 const struct jesd216_bfp *bfp) in summarize_dw2() argument
101 printf("Flash density: %u bytes\n", (uint32_t)(jesd216_bfp_density(bfp) / 8)); in summarize_dw2()
105 const struct jesd216_bfp *bfp) in summarize_dw89() argument
112 if (jesd216_bfp_erase(bfp, idx, &etype) == 0) { in summarize_dw89()
113 typ_max_mul = jesd216_bfp_erase_type_times(php, bfp, in summarize_dw89()
128 const struct jesd216_bfp *bfp) in summarize_dw11() argument
132 if (jesd216_bfp_decode_dw11(php, bfp, &dw11) != 0) { in summarize_dw11()
152 const struct jesd216_bfp *bfp) in summarize_dw12() argument
154 uint32_t dw12 = sys_le32_to_cpu(bfp->dw10[2]); in summarize_dw12()
155 uint32_t dw13 = sys_le32_to_cpu(bfp->dw10[3]); in summarize_dw12()
177 const struct jesd216_bfp *bfp) in summarize_dw14() argument
181 if (jesd216_bfp_decode_dw14(php, bfp, &dw14) != 0) { in summarize_dw14()
190 const struct jesd216_bfp *bfp) in summarize_dw15() argument
194 if (jesd216_bfp_decode_dw15(php, bfp, &dw15) != 0) { in summarize_dw15()
211 const struct jesd216_bfp *bfp) in summarize_dw16() argument
215 if (jesd216_bfp_decode_dw16(php, bfp, &dw16) != 0) { in summarize_dw16()
219 uint8_t addr_support = jesd216_bfp_addrbytes(bfp); in summarize_dw16()
245 const struct jesd216_bfp *bfp) in dump_bfp() argument
255 ext(php, bfp); in dump_bfp()
338 const struct jesd216_bfp *bfp = (struct jesd216_bfp *)dw; in main() local
340 dump_bfp(php, bfp); in main()
341 printf("size = <%u> bits;\n", (uint32_t)jesd216_bfp_density(bfp)); in main()