Home
last modified time | relevance | path

Searched defs:mfi_bbu_status (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dmfireg.h1392 struct mfi_bbu_status { struct
1393 uint8_t battery_type;
1399 uint8_t reserved;
1400 uint16_t voltage; /* mV */
1401 int16_t current; /* mA */
1402 uint16_t temperature; /* degC */
1403 uint32_t fw_status;
1429 union mfi_bbu_status_detail detail; argument
H A Dmfi.c1196 int mfi_bbu_status = mfi_get_bbu(sc, &bbu_stat); in mfi_attach() local