Home
last modified time | relevance | path

Searched defs:ROR (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/lib/crypto/
Ddes.c26 #define ROR(x, r) ((x) = ror32((x), (r))) macro
/kernel/linux/linux-5.10/sound/soc/dwc/
Dlocal.h43 #define ROR(x) (0x40 * x + 0x040) macro
/kernel/linux/linux-5.10/sound/soc/intel/keembay/
Dkmb_platform.h41 #define ROR(x) (0x40 * (x) + 0x040) macro