Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mmc/host/
Ddw_mmc-exynos.c472 __c = ror8(candidates, i); in dw_mci_exynos_get_best_clksmpl()
480 __c = ror8(candidates, i); in dw_mci_exynos_get_best_clksmpl()
493 __c = ror8(candidates, i); in dw_mci_exynos_get_best_clksmpl()
/linux-6.1.9/include/linux/
Dbitops.h174 static inline __u8 ror8(__u8 word, unsigned int shift) in ror8() function