Home
last modified time | relevance | path

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

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