Searched refs:bcm2835_pinctrl_fsel_set (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/pinctrl/bcm/ |
H A D | pinctrl-bcm2835.c | 285 static inline void bcm2835_pinctrl_fsel_set( in bcm2835_pinctrl_fsel_set() function 328 bcm2835_pinctrl_fsel_set(pc, offset, BCM2835_FSEL_GPIO_IN); in bcm2835_gpio_direction_input() 367 bcm2835_pinctrl_fsel_set(pc, offset, BCM2835_FSEL_GPIO_OUT); in bcm2835_gpio_direction_output() 931 bcm2835_pinctrl_fsel_set(pc, offset, BCM2835_FSEL_GPIO_IN); in bcm2835_pmx_free() 964 bcm2835_pinctrl_fsel_set(pc, group_selector, func_selector); in bcm2835_pmx_set() 976 bcm2835_pinctrl_fsel_set(pc, offset, BCM2835_FSEL_GPIO_IN); in bcm2835_pmx_gpio_disable_free() 988 bcm2835_pinctrl_fsel_set(pc, offset, fsel); in bcm2835_pmx_gpio_set_direction()
|