Home
last modified time | relevance | path

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

/linux-6.15/drivers/mmc/host/
H A Ddw_mmc-exynos.c506 __c = ror8(candidates, i); in dw_mci_exynos_get_best_clksmpl()
514 __c = ror8(candidates, i); in dw_mci_exynos_get_best_clksmpl()
527 __c = ror8(candidates, i); in dw_mci_exynos_get_best_clksmpl()
/linux-6.15/include/linux/
H A Dbitops.h175 static inline __u8 ror8(__u8 word, unsigned int shift) in ror8() function