Searched refs:thb_gpio_read_reg (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/pinctrl/ |
D | pinctrl-thunderbay.c | 511 static u32 thb_gpio_read_reg(struct gpio_chip *chip, unsigned int pinnr) in thb_gpio_read_reg() function 535 data_reg = thb_gpio_read_reg(chip, data_offset); in thb_read_gpio_data() 547 data_reg = thb_gpio_read_reg(chip, data_offset); in thb_write_gpio_data() 559 u32 reg = thb_gpio_read_reg(chip, offset); in thunderbay_gpio_get_direction() 569 u32 reg = thb_gpio_read_reg(chip, offset); in thunderbay_gpio_set_direction_input() 582 u32 reg = thb_gpio_read_reg(chip, offset); in thunderbay_gpio_set_value() 592 u32 reg = thb_gpio_read_reg(chip, offset); in thunderbay_gpio_set_direction_output() 606 u32 reg = thb_gpio_read_reg(chip, offset); in thunderbay_gpio_get_value() 660 reg = thb_gpio_read_reg(chip, pin); in thunderbay_request_gpio() 682 reg = thb_gpio_read_reg(chip, pin); in thunderbay_free_gpio() [all …]
|