Searched refs:bcm2835_pinctrl_fsel_set (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/pinctrl/bcm/ |
| D | pinctrl-bcm2835.c | 283 static inline void bcm2835_pinctrl_fsel_set( in bcm2835_pinctrl_fsel_set() function 318 bcm2835_pinctrl_fsel_set(pc, offset, BCM2835_FSEL_GPIO_IN); in bcm2835_gpio_direction_input() 357 bcm2835_pinctrl_fsel_set(pc, offset, BCM2835_FSEL_GPIO_OUT); in bcm2835_gpio_direction_output() 925 bcm2835_pinctrl_fsel_set(pc, offset, BCM2835_FSEL_GPIO_IN); in bcm2835_pmx_free() 958 bcm2835_pinctrl_fsel_set(pc, group_selector, func_selector); in bcm2835_pmx_set() 970 bcm2835_pinctrl_fsel_set(pc, offset, BCM2835_FSEL_GPIO_IN); in bcm2835_pmx_gpio_disable_free() 982 bcm2835_pinctrl_fsel_set(pc, offset, fsel); in bcm2835_pmx_gpio_set_direction()
|