Home
last modified time | relevance | path

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

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