Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mtd/spi-nor/
Dcore.c2276 u32 shared_hwcaps) in spi_nor_select_read() argument
2278 int cmd, best_match = fls(shared_hwcaps & SNOR_HWCAPS_READ_MASK) - 1; in spi_nor_select_read()
2307 u32 shared_hwcaps) in spi_nor_select_pp() argument
2309 int cmd, best_match = fls(shared_hwcaps & SNOR_HWCAPS_PP_MASK) - 1; in spi_nor_select_pp()