Home
last modified time | relevance | path

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

/external/u-boot/board/keymile/kmp204x/
Dkmp204x.c71 return qrio_get_gpio(DEBLOCK_PORT1, DEBLOCK_SDA1); in get_sda()
76 return qrio_get_gpio(DEBLOCK_PORT1, DEBLOCK_SCL1); in get_scl()
302 return qrio_get_gpio(SELFTEST_PORT, SELFTEST_PIN); in post_hotkeys_pressed()
Dpci.c52 init_l = qrio_get_gpio(GPIO_A, FPGA_INIT_L); in trigger_fpga_config()
76 done = qrio_get_gpio(GPIO_A, FPGA_DONE); in wait_for_fpga_config()
Dkmp204x.h11 int qrio_get_gpio(u8 port_off, u8 gpio_nr);
Dqrio.c16 int qrio_get_gpio(u8 port_off, u8 gpio_nr) in qrio_get_gpio() function