Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Ddes_generic.c26 #define ROR(x, r) ((x) = ror32((x), (r))) macro
/linux-4.4.14/sound/soc/dwc/
Ddesignware_i2s.c45 #define ROR(x) (0x40 * x + 0x040) macro