Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/dwc/
Dlocal.h43 #define ROR(x) (0x40 * x + 0x040) macro
/Linux-v4.19/crypto/
Ddes_generic.c26 #define ROR(x, r) ((x) = ror32((x), (r))) macro