Searched refs:SNOR_HWCAPS_READ_FAST (Results 1 – 8 of 8) sorted by relevance
354 #define SNOR_HWCAPS_READ_FAST BIT(1) macro
274 SNOR_HWCAPS_READ_FAST | in nxp_spifi_setup_flash()
427 SNOR_HWCAPS_READ_FAST | in mtk_nor_init()
322 SNOR_HWCAPS_READ_FAST | in hisi_spi_nor_register()
2814 { SNOR_HWCAPS_READ_FAST, SNOR_CMD_READ_FAST }, in spi_nor_hwcaps_read2cmd()3883 { SNOR_HWCAPS_READ_FAST, BIT(1) }, in spi_nor_parse_4bait()4478 params->hwcaps.mask |= SNOR_HWCAPS_READ_FAST; in spi_nor_info_init_params()4482 params->hwcaps.mask &= ~SNOR_HWCAPS_READ_FAST; in spi_nor_info_init_params()4491 if (params->hwcaps.mask & SNOR_HWCAPS_READ_FAST) in spi_nor_info_init_params()
754 SNOR_HWCAPS_READ_FAST | in aspeed_smc_setup_flash()
872 SNOR_HWCAPS_READ_FAST | in intel_spi_probe()
40 (SNOR_HWCAPS_READ | SNOR_HWCAPS_READ_FAST | \