Home
last modified time | relevance | path

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

/linux/drivers/hwmon/pmbus/
H A Dpmbus.h418 #define PMBUS_PAGE_VIRTUAL BIT(31) /* Page is virtual */ macro
H A Dpmbus_core.c228 if (!(data->info->func[page] & PMBUS_PAGE_VIRTUAL) && in pmbus_set_page()