Home
last modified time | relevance | path

Searched defs:gpio_nr (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/board/keymile/kmp204x/
H A Dqrio.c16 int qrio_get_gpio(u8 port_off, u8 gpio_nr) in qrio_get_gpio()
27 void qrio_set_gpio(u8 port_off, u8 gpio_nr, bool value) in qrio_set_gpio()
44 void qrio_gpio_direction_output(u8 port_off, u8 gpio_nr, bool value) in qrio_gpio_direction_output()
59 void qrio_gpio_direction_input(u8 port_off, u8 gpio_nr) in qrio_gpio_direction_input()
72 void qrio_set_opendrain_gpio(u8 port_off, u8 gpio_nr, u8 val) in qrio_set_opendrain_gpio()