Searched refs:DEBLOCK_PORT1 (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/board/keymile/kmp204x/ |
H A D | kmp204x.c | 44 #define DEBLOCK_PORT1 GPIO_A macro 52 qrio_gpio_direction_input(DEBLOCK_PORT1, DEBLOCK_SCL1); in i2c_deblock_gpio_cfg() 53 qrio_gpio_direction_input(DEBLOCK_PORT1, DEBLOCK_SDA1); in i2c_deblock_gpio_cfg() 55 qrio_set_gpio(DEBLOCK_PORT1, DEBLOCK_SCL1, 0); in i2c_deblock_gpio_cfg() 56 qrio_set_gpio(DEBLOCK_PORT1, DEBLOCK_SDA1, 0); in i2c_deblock_gpio_cfg() 61 qrio_set_opendrain_gpio(DEBLOCK_PORT1, DEBLOCK_SDA1, state); in set_sda() 66 qrio_set_opendrain_gpio(DEBLOCK_PORT1, DEBLOCK_SCL1, state); in set_scl() 71 return qrio_get_gpio(DEBLOCK_PORT1, DEBLOCK_SDA1); in get_sda() 76 return qrio_get_gpio(DEBLOCK_PORT1, DEBLOCK_SCL1); in get_scl()
|