Home
last modified time | relevance | path

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

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