Home
last modified time | relevance | path

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

/openbsd/sys/dev/sbus/
H A Dstp4020reg.h153 #define STP4020_ISR0_BVD1CHG 0x0800 /* battery voltage detect 1 status change */ macro
H A Dstp4020.c424 if ((v & STP4020_ISR0_BVD1CHG) != 0) { in stp4020_statintr()