Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/gpio/
H A Dpca9698.c99 unsigned config_byte = gpio / 8; in pca9698_get_value() local
109 value = data[config_byte] & (1 << config_bit); in pca9698_get_value()