Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pinctrl/bcm/
Dpinctrl-cygnus-gpio.c48 #define CYGNUS_GPIO_RES_EN_OFFSET 0x38 macro
396 cygnus_set_bit(chip, CYGNUS_GPIO_RES_EN_OFFSET, gpio, false); in cygnus_gpio_set_pull()
400 cygnus_set_bit(chip, CYGNUS_GPIO_RES_EN_OFFSET, gpio, true); in cygnus_gpio_set_pull()
416 *disable = !cygnus_get_bit(chip, CYGNUS_GPIO_RES_EN_OFFSET, gpio); in cygnus_gpio_get_pull()