Home
last modified time | relevance | path

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

/openbsd/sys/dev/sbus/
H A Dstp4020reg.h151 #define STP4020_ISR0_CDCHG 0x2000 /* card detect status change */ macro
H A Dstp4020.c402 if ((v & STP4020_ISR0_CDCHG) != 0) { in stp4020_statintr()