Lines Matching refs:thb_gpio_write_reg
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()
959 return thb_gpio_write_reg(chip, pin, reg); in thunderbay_pinconf_set_opendrain()
986 return thb_gpio_write_reg(chip, pin, reg); in thunderbay_pinconf_set_pushpull()
1012 return thb_gpio_write_reg(chip, pin, reg); in thunderbay_pinconf_set_drivestrength()
1043 return thb_gpio_write_reg(chip, pin, reg); in thunderbay_pinconf_set_schmitt()
1070 return thb_gpio_write_reg(chip, pin, reg); in thunderbay_pinconf_set_slew_rate()