Searched refs:peak_cap_ht (Results 1 – 2 of 2) sorted by relevance
181 uint16_t peak_cap_ht; member
1283 ps->peak_cap_ht = BSWAP_16(ps->peak_cap_ht); in fru_area_print_multirec()1285 peak_hold_up_time = (ps->peak_cap_ht & 0xf000) >> 12; in fru_area_print_multirec()1286 peak_capacity = ps->peak_cap_ht & 0x0fff; in fru_area_print_multirec()