Searched refs:PSM_MISC_UPS (Results 1 – 2 of 2) sorted by relevance
273 if (psm_misc_rd(sc, PSM_MISC_UPS, &batt) || (batt > PSM_MAX_BATTERIES)) in psm_init()274 if (psm_misc_wr(sc, PSM_MISC_UPS, batt)) in psm_init()
160 #define PSM_MISC_UPS 0x21 /* UPS battery pack number */ macro