Home
last modified time | relevance | path

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

/linux/drivers/mtd/spi-nor/
H A Deverspin.c40 nor->params->hwcaps.mask &= ~SNOR_HWCAPS_READ_FAST; in everspin_nor_default_init()
H A Ddebugfs.c169 cap == SNOR_HWCAPS_READ_FAST ? " (fast read)" : ""); in spi_nor_print_read_cmd()
H A Dcore.c2309 { SNOR_HWCAPS_READ_FAST, SNOR_CMD_READ_FAST }, in spi_nor_hwcaps_read2cmd()
3056 params->hwcaps.mask |= SNOR_HWCAPS_READ_FAST; in spi_nor_init_default_params()
3064 if (params->hwcaps.mask & SNOR_HWCAPS_READ_FAST) in spi_nor_init_default_params()
H A Dsfdp.c1005 { SNOR_HWCAPS_READ_FAST, BIT(1) }, in spi_nor_parse_4bait()
/linux/include/linux/mtd/
H A Dspi-nor.h224 #define SNOR_HWCAPS_READ_FAST BIT(1) macro
/linux/drivers/mtd/spi-nor/controllers/
H A Dnxp-spifi.c284 SNOR_HWCAPS_READ_FAST | in nxp_spifi_setup_flash()
H A Dhisi-sfc.c331 SNOR_HWCAPS_READ_FAST | in hisi_spi_nor_register()