Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/spi/
H A Dspi-nor-tiny.c609 u32 shared_hwcaps) in spi_nor_select_read() argument
611 int best_match = shared_hwcaps & SNOR_HWCAPS_READ_MASK; in spi_nor_select_read()
H A Dspi-nor-core.c2295 u32 shared_hwcaps) in spi_nor_select_read() argument
2297 int cmd, best_match = fls(shared_hwcaps & SNOR_HWCAPS_READ_MASK) - 1; in spi_nor_select_read()
2327 u32 shared_hwcaps) in spi_nor_select_pp() argument
2329 int cmd, best_match = fls(shared_hwcaps & SNOR_HWCAPS_PP_MASK) - 1; in spi_nor_select_pp()
/OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/
H A Dcore.c2609 u32 shared_hwcaps) in spi_nor_select_read() argument
2611 int cmd, best_match = fls(shared_hwcaps & SNOR_HWCAPS_READ_MASK) - 1; in spi_nor_select_read()
2640 u32 shared_hwcaps) in spi_nor_select_pp() argument
2642 int cmd, best_match = fls(shared_hwcaps & SNOR_HWCAPS_PP_MASK) - 1; in spi_nor_select_pp()