Searched refs:RSETUP_SHIFT (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/memory/
H A Dti-aemif.c27 #define RSETUP_SHIFT 13 macro
37 #define RSETUP(x) ((x) << RSETUP_SHIFT)
59 #define RSETUP_VAL(x) (((x) & RSETUP(RSETUP_MAX)) >> RSETUP_SHIFT)

Completed in 34 milliseconds