Home
last modified time | relevance | path

Searched refs:SNOR_HWCAPS_PP_MASK (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/include/linux/mtd/
H A Dspi-nor.h413 #define SNOR_HWCAPS_PP_MASK GENMASK(22, 16) macro
/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dspi-nor-core.c2397 int cmd, best_match = fls(shared_hwcaps & SNOR_HWCAPS_PP_MASK) - 1; in spi_nor_select_pp()