Lines Matching refs:bfp

27 			     const struct jesd216_bfp *bfp,  in jesd216_bfp_read_support()  argument
36 && (sys_le32_to_cpu(bfp->dw10[5]) & BIT(9))) { in jesd216_bfp_read_support()
42 && (sys_le32_to_cpu(bfp->dw10[9]) & BIT(9))) { in jesd216_bfp_read_support()
50 if (sys_le32_to_cpu(bfp->dw1) & BIT(16)) { in jesd216_bfp_read_support()
51 uint32_t dw4 = sys_le32_to_cpu(bfp->dw4); in jesd216_bfp_read_support()
57 if (sys_le32_to_cpu(bfp->dw1) & BIT(22)) { in jesd216_bfp_read_support()
58 uint32_t dw3 = sys_le32_to_cpu(bfp->dw3); in jesd216_bfp_read_support()
65 uint32_t dw17 = sys_le32_to_cpu(bfp->dw10[7]); in jesd216_bfp_read_support()
73 if (sys_le32_to_cpu(bfp->dw1) & BIT(20)) { in jesd216_bfp_read_support()
74 uint32_t dw4 = sys_le32_to_cpu(bfp->dw4); in jesd216_bfp_read_support()
80 if (sys_le32_to_cpu(bfp->dw1) & BIT(21)) { in jesd216_bfp_read_support()
81 uint32_t dw3 = sys_le32_to_cpu(bfp->dw3); in jesd216_bfp_read_support()
88 uint32_t dw17 = sys_le32_to_cpu(bfp->dw10[7]); in jesd216_bfp_read_support()
96 if (sys_le32_to_cpu(bfp->dw5) & BIT(0)) { in jesd216_bfp_read_support()
97 uint32_t dw6 = sys_le32_to_cpu(bfp->dw6); in jesd216_bfp_read_support()
103 if (sys_le32_to_cpu(bfp->dw5) & BIT(4)) { in jesd216_bfp_read_support()
104 uint32_t dw7 = sys_le32_to_cpu(bfp->dw7); in jesd216_bfp_read_support()
123 int jesd216_bfp_erase(const struct jesd216_bfp *bfp, in jesd216_bfp_erase() argument
130 const uint32_t *dwp = &bfp->dw8 + (idx - 1U) / 2U; in jesd216_bfp_erase()
151 const struct jesd216_bfp *bfp, in jesd216_bfp_erase_type_times() argument
162 uint32_t dw10 = sys_le32_to_cpu(bfp->dw10[0]); in jesd216_bfp_erase_type_times()
195 const struct jesd216_bfp *bfp, in jesd216_bfp_decode_dw11() argument
203 uint32_t dw11 = sys_le32_to_cpu(bfp->dw10[1]); in jesd216_bfp_decode_dw11()
249 const struct jesd216_bfp *bfp, in jesd216_bfp_decode_dw14() argument
257 uint32_t dw14 = sys_le32_to_cpu(bfp->dw10[4]); in jesd216_bfp_decode_dw14()
291 const struct jesd216_bfp *bfp, in jesd216_bfp_decode_dw15() argument
299 uint32_t dw15 = sys_le32_to_cpu(bfp->dw10[5]); in jesd216_bfp_decode_dw15()
313 const struct jesd216_bfp *bfp, in jesd216_bfp_decode_dw16() argument
321 uint32_t dw16 = sys_le32_to_cpu(bfp->dw10[6]); in jesd216_bfp_decode_dw16()