Searched refs:shared_hwcaps (Results 1 – 3 of 3) sorted by relevance
609 u32 shared_hwcaps) in spi_nor_select_read() argument611 int best_match = shared_hwcaps & SNOR_HWCAPS_READ_MASK; in spi_nor_select_read()
2598 u32 shared_hwcaps) in spi_nor_select_read() argument2600 int cmd, best_match = fls(shared_hwcaps & SNOR_HWCAPS_READ_MASK) - 1; in spi_nor_select_read()2630 u32 shared_hwcaps) in spi_nor_select_pp() argument2632 int cmd, best_match = fls(shared_hwcaps & SNOR_HWCAPS_PP_MASK) - 1; in spi_nor_select_pp()
2471 u32 shared_hwcaps) in spi_nor_select_read() argument2473 int cmd, best_match = fls(shared_hwcaps & SNOR_HWCAPS_READ_MASK) - 1; in spi_nor_select_read()2502 u32 shared_hwcaps) in spi_nor_select_pp() argument2504 int cmd, best_match = fls(shared_hwcaps & SNOR_HWCAPS_PP_MASK) - 1; in spi_nor_select_pp()