Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dtca642x.h66 int tca642x_get_val(uchar chip, uint8_t gpio_bank);
/openbmc/u-boot/drivers/gpio/
H A Dtca642x.c130 int tca642x_get_val(uchar chip, uint8_t gpio_bank) in tca642x_get_val() function
281 val = (tca642x_get_val(chip, gpio_bank) & in do_tca642x()