Searched refs:qrio_set_gpio (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/board/keymile/kmp204x/ |
| H A D | pci.c | 63 qrio_set_gpio(GPIO_A, FPGA_PROG_L, 1); in trigger_fpga_config() 90 qrio_set_gpio(GPIO_A, CONF_SEL_L, 1); in wait_for_fpga_config()
|
| H A D | kmp204x.c | 58 qrio_set_gpio(DEBLOCK_PORT1, DEBLOCK_SCL1, 0); in i2c_deblock_gpio_cfg() 59 qrio_set_gpio(DEBLOCK_PORT1, DEBLOCK_SDA1, 0); in i2c_deblock_gpio_cfg()
|
| H A D | qrio.c | 28 void qrio_set_gpio(u8 port_off, u8 gpio_nr, bool value) in qrio_set_gpio() function 57 qrio_set_gpio(port_off, gpio_nr, value); in qrio_gpio_direction_output()
|
| H A D | kmp204x.h | 14 void qrio_set_gpio(u8 port_off, u8 gpio_nr, bool value);
|