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

/linux-4.1.27/drivers/pinctrl/intel/
H A Dpinctrl-baytrail.c49 #define BYT_PULL_STR_SHIFT 9 macro
50 #define BYT_PULL_STR_MASK (3 << BYT_PULL_STR_SHIFT)
51 #define BYT_PULL_STR_2K (0 << BYT_PULL_STR_SHIFT)
52 #define BYT_PULL_STR_10K (1 << BYT_PULL_STR_SHIFT)
53 #define BYT_PULL_STR_20K (2 << BYT_PULL_STR_SHIFT)
54 #define BYT_PULL_STR_40K (3 << BYT_PULL_STR_SHIFT)

Completed in 88 milliseconds