Home
last modified time | relevance | path

Searched refs:dw10 (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/flash/
Djesd216.c36 && (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()
65 uint32_t dw17 = sys_le32_to_cpu(bfp->dw10[7]); in jesd216_bfp_read_support()
88 uint32_t dw17 = sys_le32_to_cpu(bfp->dw10[7]); in jesd216_bfp_read_support()
162 uint32_t dw10 = sys_le32_to_cpu(bfp->dw10[0]); in jesd216_bfp_erase_type_times() local
172 unsigned int count = 1 + ((dw10 >> (4 + (idx - 1) * 7)) & 0x1F); in jesd216_bfp_erase_type_times()
173 unsigned int units = ((dw10 >> (4 + 5 + (idx - 1) * 7)) & 0x03); in jesd216_bfp_erase_type_times()
174 unsigned int max_factor = 2 * (1 + (dw10 & 0x0F)); in jesd216_bfp_erase_type_times()
203 uint32_t dw11 = sys_le32_to_cpu(bfp->dw10[1]); in jesd216_bfp_decode_dw11()
257 uint32_t dw14 = sys_le32_to_cpu(bfp->dw10[4]); in jesd216_bfp_decode_dw14()
[all …]
Djesd216.h145 uint32_t dw10[]; member
360 uint32_t dw11 = sys_le32_to_cpu(bfp->dw10[1]); in jesd216_bfp_page_size()
/Zephyr-latest/samples/drivers/jesd216/src/
Dmain.c154 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()