Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/keymile/kmp204x/
H A Dqrio.c17 int qrio_get_gpio(u8 port_off, u8 gpio_nr) in qrio_get_gpio()
28 void qrio_set_gpio(u8 port_off, u8 gpio_nr, bool value) in qrio_set_gpio()
45 void qrio_gpio_direction_output(u8 port_off, u8 gpio_nr, bool value) in qrio_gpio_direction_output()
60 void qrio_gpio_direction_input(u8 port_off, u8 gpio_nr) in qrio_gpio_direction_input()
73 void qrio_set_opendrain_gpio(u8 port_off, u8 gpio_nr, u8 val) in qrio_set_opendrain_gpio()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dpsock_fanout.c344 static int test_datapath(uint16_t typeflags, int port_off, in test_datapath()
425 int port_off = 2, tries = 20, ret; in main() local