Searched refs:NSP_GPIO_OUT_EN (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/pinctrl/bcm/ |
| H A D | pinctrl-nsp-gpio.c | 42 #define NSP_GPIO_OUT_EN 0x48 macro 278 nsp_set_bit(chip, REG, NSP_GPIO_OUT_EN, gpio, false); in nsp_gpio_direction_input() 292 nsp_set_bit(chip, REG, NSP_GPIO_OUT_EN, gpio, true); in nsp_gpio_direction_output() 307 val = nsp_get_bit(chip, REG, NSP_GPIO_OUT_EN, gpio); in nsp_gpio_get_direction()
|