Home
last modified time | relevance | path

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

/openbmc/u-boot/board/keymile/kmp204x/
H A Dkmp204x.c46 #define DEBLOCK_SDA1 21 macro
53 qrio_gpio_direction_input(DEBLOCK_PORT1, DEBLOCK_SDA1); 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()
71 return qrio_get_gpio(DEBLOCK_PORT1, DEBLOCK_SDA1); in get_sda()