HomeSort by relevance Sort by last modified time
    Searched refs:qrio_get_gpio (Results 1 - 4 of 4) sorted by null

  /external/u-boot/board/keymile/kmp204x/
pci.c 52 init_l = qrio_get_gpio(GPIO_A, FPGA_INIT_L);
76 done = qrio_get_gpio(GPIO_A, FPGA_DONE);
kmp204x.h 11 int qrio_get_gpio(u8 port_off, u8 gpio_nr);
kmp204x.c 71 return qrio_get_gpio(DEBLOCK_PORT1, DEBLOCK_SDA1);
76 return qrio_get_gpio(DEBLOCK_PORT1, DEBLOCK_SCL1);
302 return qrio_get_gpio(SELFTEST_PORT, SELFTEST_PIN);
qrio.c 16 int qrio_get_gpio(u8 port_off, u8 gpio_nr) function

Completed in 386 milliseconds