Home
last modified time | relevance | path

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

/openbmc/linux/drivers/w1/slaves/
H A Dw1_ds2781.h110 #define DS2781_CONTROL_PMOD (1 << 5) macro
/openbmc/linux/drivers/power/supply/
H A Dds2781_battery.c460 !!(control_reg & DS2781_CONTROL_PMOD)); in ds2781_get_pmod_enabled()
488 control_reg |= DS2781_CONTROL_PMOD; in ds2781_set_pmod_enabled()
490 control_reg &= ~DS2781_CONTROL_PMOD; in ds2781_set_pmod_enabled()