Searched refs:thb_gpio_write_reg (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/pinctrl/ |
| D | pinctrl-thunderbay.c | 518 static u32 thb_gpio_write_reg(struct gpio_chip *chip, unsigned int pinnr, u32 value) in thb_gpio_write_reg() function 554 return thb_gpio_write_reg(chip, data_offset, data_reg); in thb_write_gpio_data() 574 thb_gpio_write_reg(chip, offset, reg); in thunderbay_gpio_set_direction_input() 597 thb_gpio_write_reg(chip, offset, reg); in thunderbay_gpio_set_direction_output() 663 thb_gpio_write_reg(chip, pin, reg); in thunderbay_request_gpio() 690 thb_gpio_write_reg(chip, pin, reg); in thunderbay_free_gpio() 742 ret = thb_gpio_write_reg(chip, group->pins[i], reg); in thb_pinctrl_set_mux() 878 return thb_gpio_write_reg(chip, pin, reg); in thunderbay_pinconf_set_tristate() 905 return thb_gpio_write_reg(chip, pin, reg); in thunderbay_pinconf_set_pulldown() 932 return thb_gpio_write_reg(chip, pin, reg); in thunderbay_pinconf_set_pullup() [all …]
|