Home
last modified time | relevance | path

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

/openbmc/u-boot/board/keymile/kmp204x/
H A Dkmp204x.c61 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()
H A Dkmp204x.h12 void qrio_set_opendrain_gpio(u8 port_off, u8 gpio_nr, u8 val);
H A Dqrio.c72 void qrio_set_opendrain_gpio(u8 port_off, u8 gpio_nr, u8 val) in qrio_set_opendrain_gpio() function