Home
last modified time | relevance | path

Searched refs:SNOR_HWCAPS_READ_MASK (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dspi-nor.h233 #define SNOR_HWCAPS_READ_MASK GENMASK(14, 0) macro
289 #define SNOR_HWCAPS_ALL (SNOR_HWCAPS_READ_MASK | \
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dspi-nor.h378 #define SNOR_HWCAPS_READ_MASK GENMASK(14, 0) macro
/OK3568_Linux_fs/u-boot/drivers/mtd/spi/
H A Dspi-nor-tiny.c611 int best_match = shared_hwcaps & SNOR_HWCAPS_READ_MASK; in spi_nor_select_read()
H A Dspi-nor-core.c2297 int cmd, best_match = fls(shared_hwcaps & SNOR_HWCAPS_READ_MASK) - 1; in spi_nor_select_read()
/OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/
H A Dcore.c2611 int cmd, best_match = fls(shared_hwcaps & SNOR_HWCAPS_READ_MASK) - 1; in spi_nor_select_read()