Home
last modified time | relevance | path

Searched refs:SNOR_HWCAPS_READ_FAST (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/include/linux/mtd/
Dspi-nor.h354 #define SNOR_HWCAPS_READ_FAST BIT(1) macro
/Linux-v5.4/drivers/mtd/spi-nor/
Dnxp-spifi.c274 SNOR_HWCAPS_READ_FAST | in nxp_spifi_setup_flash()
Dmtk-quadspi.c427 SNOR_HWCAPS_READ_FAST | in mtk_nor_init()
Dhisi-sfc.c322 SNOR_HWCAPS_READ_FAST | in hisi_spi_nor_register()
Dspi-nor.c2814 { 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()
Daspeed-smc.c754 SNOR_HWCAPS_READ_FAST | in aspeed_smc_setup_flash()
Dintel-spi.c872 SNOR_HWCAPS_READ_FAST | in intel_spi_probe()
Dcadence-quadspi.c40 (SNOR_HWCAPS_READ | SNOR_HWCAPS_READ_FAST | \