Home
last modified time | relevance | path

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

/openbmc/linux/drivers/w1/slaves/
H A Dw1_ds2438.c46 #define DS2438_VOLTAGE_LSB 0x03 macro
259 …*voltage = (((uint16_t) w1_buf[DS2438_VOLTAGE_MSB]) << 8) | ((uint16_t) w1_buf[DS2438_VOLTAGE_LSB]… in w1_ds2438_get_voltage()