Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-lpc18xx.c34 #define LPC18XX_SCU_PIN_EPD BIT(3) macro
792 if ((!(reg & LPC18XX_SCU_PIN_EPD)) && (reg & LPC18XX_SCU_PIN_EPUN)) in lpc18xx_pconf_get_pin()
806 if (reg & LPC18XX_SCU_PIN_EPD) in lpc18xx_pconf_get_pin()
1015 *reg &= ~LPC18XX_SCU_PIN_EPD; in lpc18xx_pconf_set_pin()
1024 *reg |= LPC18XX_SCU_PIN_EPD; in lpc18xx_pconf_set_pin()