Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/misc/
H A Dds4510.h25 #define DS4510_PULLUP 0xF0 macro
H A Dds4510.c109 return ds4510_mem_write(chip, DS4510_PULLUP, (uint8_t *)&val, 1); in ds4510_pullup_write()
119 if (i2c_read(chip, DS4510_PULLUP, 1, &val, 1)) in ds4510_pullup_read()