Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/keymile/kmp204x/
H A Dkmp204x.c74 return qrio_get_gpio(DEBLOCK_PORT1, DEBLOCK_SDA1); in get_sda()
79 return qrio_get_gpio(DEBLOCK_PORT1, DEBLOCK_SCL1); in get_scl()
305 return qrio_get_gpio(SELFTEST_PORT, SELFTEST_PIN); in post_hotkeys_pressed()
H A Dpci.c53 init_l = qrio_get_gpio(GPIO_A, FPGA_INIT_L); in trigger_fpga_config()
77 done = qrio_get_gpio(GPIO_A, FPGA_DONE); in wait_for_fpga_config()
H A Dkmp204x.h12 int qrio_get_gpio(u8 port_off, u8 gpio_nr);
H A Dqrio.c17 int qrio_get_gpio(u8 port_off, u8 gpio_nr) in qrio_get_gpio() function