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

/linux-4.4.14/drivers/memory/
H A Dti-aemif.c31 #define EW_SHIFT 30 macro
41 #define EW(x) ((x) << EW_SHIFT)
63 #define EW_VAL(x) (((x) & EW(EW_MAX)) >> EW_SHIFT)

Completed in 42 milliseconds