Home
last modified time | relevance | path

Searched refs:SNOR_HWCAPS_READ_1_1_4 (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/mtd/spi/
Dspi-nor-tiny.c598 params->hwcaps.mask |= SNOR_HWCAPS_READ_1_1_4; in spi_nor_init_params()
618 if (best_match & SNOR_HWCAPS_READ_1_1_4) in spi_nor_select_read()
730 hwcaps.mask |= SNOR_HWCAPS_READ_1_1_4; in spi_nor_scan()
Dspi-nor-core.c1754 SNOR_HWCAPS_READ_1_1_4,
2124 params->hwcaps.mask |= SNOR_HWCAPS_READ_1_1_4; in spi_nor_init_params()
2203 { SNOR_HWCAPS_READ_1_1_4, SNOR_CMD_READ_1_1_4 }, in spi_nor_hwcaps_read2cmd()
2438 hwcaps.mask |= SNOR_HWCAPS_READ_1_1_4; in spi_nor_scan()
/external/u-boot/include/linux/mtd/
Dspi-nor.h384 #define SNOR_HWCAPS_READ_1_1_4 BIT(7) macro