Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/mtd/
H A Dspi-nor.h381 #define SNOR_HWCAPS_READ_MASK GENMASK(14, 0) macro
/rk3399_rockchip-uboot/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.c2365 int cmd, best_match = fls(shared_hwcaps & SNOR_HWCAPS_READ_MASK) - 1; in spi_nor_select_read()