Lines Matching full:pmbus
3 * pmbus.h - Common defines and structures for PMBus devices
140 * Useful to support attributes which are not supported by standard PMBus
155 * the calling PMBus core code will abort if the chip driver returns an error
206 * pmbus core provides a default implementation for
210 * pmbus core uses the difference between the provided register and
378 #define PMBUS_PAGES 32 /* Per PMBus specification */
412 /* PMBus revision identifiers */
413 #define PMBUS_REV_10 0x00 /* PMBus revision 1.0 */
414 #define PMBUS_REV_11 0x11 /* PMBus revision 1.1 */
415 #define PMBUS_REV_12 0x22 /* PMBus revision 1.2 */
416 #define PMBUS_REV_13 0x33 /* PMBus revision 1.3 */
435 * to PMBus standard register values. Specify only if mapping is
439 * manufacturer specific register, but that a standard PMBus register
453 * The identify function determines supported PMBus functionality.