Home
last modified time | relevance | path

Searched refs:MBG_INVALID (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/
H A Dmbg.c85 #define MBG_INVALID 0x80 /* time invalid, batt. was disconn. */ macro
321 if (tframe.status & MBG_INVALID) { in mbg_task()
357 if (tframe.status & MBG_INVALID) { in mbg_task_hr()
/openbsd/sys/dev/usb/
H A Dumbg.c96 #define MBG_INVALID 0x80 /* time invalid, batt. was disconn. */ macro
342 if (tframe.status & MBG_INVALID) { in umbg_task()