Home
last modified time | relevance | path

Searched defs:port_off (Results 1 – 2 of 2) 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()
/openbmc/linux/tools/testing/selftests/net/
H A Dpsock_fanout.c408 static int test_datapath(uint16_t typeflags, int port_off, in test_datapath()
489 int port_off = 2, tries = 20, ret; in main() local