Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/pmbus/
H A Dmax15301.c79 if (reg >= PMBUS_VIRT_BASE) in max15301_read_word_data()
115 if (reg >= PMBUS_VIRT_BASE) in max15301_write_word_data()
H A Dzl6100.c171 if (reg >= PMBUS_VIRT_BASE) in zl6100_read_word_data()
263 if (reg >= PMBUS_VIRT_BASE) in zl6100_write_word_data()
H A Dbpa-rs600.c118 if (reg >= PMBUS_VIRT_BASE) in bpa_rs600_read_word_data()
H A Dmax31785.c259 if (reg >= PMBUS_VIRT_BASE) in max31785_read_word_data()
359 if (reg < PMBUS_VIRT_BASE) in max31785_write_word_data()
H A Dpmbus.h158 PMBUS_VIRT_BASE = 0x100, enumerator
H A Ducd9000.c103 if (reg >= PMBUS_VIRT_BASE) in ucd90320_read_word_data()
H A Dpmbus_core.c291 if (reg >= PMBUS_VIRT_BASE) in _pmbus_write_word_data()
405 if (reg >= PMBUS_VIRT_BASE) in _pmbus_read_word_data()
576 if (reg < PMBUS_VIRT_BASE) in pmbus_check_register()
/openbmc/linux/Documentation/hwmon/
H A Dpmbus-core.rst87 Virtual commands are named PMBUS_VIRT_xxx and start with PMBUS_VIRT_BASE. All
157 if (command >= PMBUS_VIRT_BASE) /* For word commands/registers only */