Home | History | Annotate | Download | only in pci

Lines Matching defs:bbu

3911 	struct mfi_bbu_status bbu;
3918 rv = mfii_mgmt(sc, MR_DCMD_BBU_GET_STATUS, NULL, &bbu,
3919 sizeof(bbu), MFII_DATA_IN, false);
3927 switch (bbu.battery_type) {
3936 soh_bad = (bbu.detail.bbu.is_SOH_good == 0);
3946 status = le32toh(bbu.fw_status) & mask;
3954 edata->value_cur = le16toh(bbu.voltage) * 1000;
3958 edata->value_cur = (int16_t)le16toh(bbu.current) * 1000;
3963 le16toh(bbu.temperature) * 1000000 + 273150000;
4014 /* BBU */
4033 "%s BBU state", DEVNAME(sc));
4035 "%s BBU voltage", DEVNAME(sc));
4037 "%s BBU current", DEVNAME(sc));
4039 "%s BBU temperature", DEVNAME(sc));