Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/mtd/
Dspi-nor.h233 #define SNOR_HWCAPS_READ_FAST BIT(1) macro
/Linux-v5.10/drivers/mtd/spi-nor/controllers/
Dnxp-spifi.c285 SNOR_HWCAPS_READ_FAST | in nxp_spifi_setup_flash()
Dhisi-sfc.c331 SNOR_HWCAPS_READ_FAST | in hisi_spi_nor_register()
Daspeed-smc.c764 SNOR_HWCAPS_READ_FAST | in aspeed_smc_setup_flash()
Dintel-spi.c911 SNOR_HWCAPS_READ_FAST | in intel_spi_probe()
/Linux-v5.10/drivers/mtd/spi-nor/
Dcore.c2242 { SNOR_HWCAPS_READ_FAST, SNOR_CMD_READ_FAST }, in spi_nor_hwcaps_read2cmd()
2737 params->hwcaps.mask |= SNOR_HWCAPS_READ_FAST; in spi_nor_info_init_params()
2741 params->hwcaps.mask &= ~SNOR_HWCAPS_READ_FAST; in spi_nor_info_init_params()
2750 if (params->hwcaps.mask & SNOR_HWCAPS_READ_FAST) in spi_nor_info_init_params()
Dsfdp.c930 { SNOR_HWCAPS_READ_FAST, BIT(1) }, in spi_nor_parse_4bait()