Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Ddw_mmc-exynos.c452 __c = ror8(candiates, i); in dw_mci_exynos_get_best_clksmpl()
460 __c = ror8(candiates, i); in dw_mci_exynos_get_best_clksmpl()
473 __c = ror8(candiates, i); in dw_mci_exynos_get_best_clksmpl()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbitops.h153 static inline __u8 ror8(__u8 word, unsigned int shift) in ror8() function