Searched refs:dw14 (Results 1 – 3 of 3) sorted by relevance
257 uint32_t dw14 = sys_le32_to_cpu(bfp->dw10[4]); in jesd216_bfp_decode_dw14() local259 if (dw14 & BIT(31)) { in jesd216_bfp_decode_dw14()263 res->enter_dpd_instr = (dw14 >> 23) & 0xFF; in jesd216_bfp_decode_dw14()264 res->exit_dpd_instr = (dw14 >> 15) & 0xFF; in jesd216_bfp_decode_dw14()266 uint32_t value = 1 + ((dw14 >> 8) & 0x1F); in jesd216_bfp_decode_dw14()268 switch ((dw14 >> 13) & 0x03) { in jesd216_bfp_decode_dw14()285 res->poll_options = (dw14 >> 2) & 0x3F; in jesd216_bfp_decode_dw14()
753 struct jesd216_bfp_dw14 dw14; in flash_flexspi_nor_config_flash() local759 ret = jesd216_bfp_decode_dw14(&header->phdr[0], bfp, &dw14); in flash_flexspi_nor_config_flash()762 dw14.poll_options = 0x0; in flash_flexspi_nor_config_flash()764 if (dw14.poll_options & BIT(1)) { in flash_flexspi_nor_config_flash()
179 struct jesd216_bfp_dw14 dw14; in summarize_dw14() local181 if (jesd216_bfp_decode_dw14(php, bfp, &dw14) != 0) { in summarize_dw14()185 dw14.enter_dpd_instr, dw14.exit_dpd_instr, in summarize_dw14()186 dw14.exit_delay_ns, dw14.poll_options); in summarize_dw14()