Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mtd/
H A Dspi-nor.h222 #define SNOR_HWCAPS_READ_MASK GENMASK(15, 0) macro
284 #define SNOR_HWCAPS_ALL (SNOR_HWCAPS_READ_MASK | \
/openbmc/u-boot/include/linux/mtd/
H A Dspi-nor.h384 #define SNOR_HWCAPS_READ_MASK GENMASK(14, 0) macro
/openbmc/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.c2600 int cmd, best_match = fls(shared_hwcaps & SNOR_HWCAPS_READ_MASK) - 1; in spi_nor_select_read()
/openbmc/linux/drivers/mtd/spi-nor/
H A Dcore.c2473 int cmd, best_match = fls(shared_hwcaps & SNOR_HWCAPS_READ_MASK) - 1; in spi_nor_select_read()