Home
last modified time | relevance | path

Searched refs:get_data_reg (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/gpio/
H A Dsh_pfc.c228 static int get_data_reg(struct pinmux_info *gpioc, unsigned gpio, in get_data_reg() function
457 if (get_data_reg(gpioc, offset, &dummy, &i) != 0) in sh_gpio_request()
548 if (!gpioc || get_data_reg(gpioc, gpio, &dr, &bit) != 0) in sh_gpio_set_value()
565 if (!gpioc || get_data_reg(gpioc, gpio, &dr, &bit) != 0) in sh_gpio_get_value()