Home
last modified time | relevance | path

Searched refs:LPC18XX_ANALOG_PIN (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/pinctrl/
Dpinctrl-lpc18xx.c192 #define LPC18XX_ANALOG_PIN BIT(7) macro
195 #define ADC0 (LPC18XX_ANALOG_PIN | (0x00 << 5))
196 #define ADC1 (LPC18XX_ANALOG_PIN | (0x01 << 5))
197 #define DAC LPC18XX_ANALOG_PIN
1049 if (function == FUNC_ADC && (pin->analog & LPC18XX_ANALOG_PIN)) { in lpc18xx_pmx_set()
1066 if (function == FUNC_DAC && (pin->analog & LPC18XX_ANALOG_PIN)) { in lpc18xx_pmx_set()