Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-wcd934x.c10 #define WCD_PIN_MASK(p) BIT(p) macro
30 if (value & WCD_PIN_MASK(pin)) in wcd_gpio_get_direction()
41 WCD_PIN_MASK(pin), 0); in wcd_gpio_direction_input()
51 WCD_PIN_MASK(pin), WCD_PIN_MASK(pin)); in wcd_gpio_direction_output()
56 WCD_PIN_MASK(pin), in wcd_gpio_direction_output()
57 val ? WCD_PIN_MASK(pin) : 0); in wcd_gpio_direction_output()
67 return !!(value & WCD_PIN_MASK(pin)); in wcd_gpio_get()
75 WCD_PIN_MASK(pin), in wcd_gpio_set()
76 val ? WCD_PIN_MASK(pin) : 0); in wcd_gpio_set()