Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pinctrl/mvebu/
Dpinctrl-dove.c40 #define AU1_GPIO_SEL BIT(3) macro
232 if (mpp4 & AU1_GPIO_SEL) in dove_audio1_ctrl_get()
254 mpp4 &= ~AU1_GPIO_SEL; in dove_audio1_ctrl_set()
256 mpp4 |= AU1_GPIO_SEL; in dove_audio1_ctrl_set()