Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/sbus/
H A Dstp4020.c539 if ((v & (STP4020_ISR0_CD1ST|STP4020_ISR0_CD2ST)) == 0) in stp4020_attach_socket()
670 if ((v & (STP4020_ISR0_CD1ST|STP4020_ISR0_CD2ST)) == (STP4020_ISR0_CD1ST|STP4020_ISR0_CD2ST)){ in stp4020_intr()
677 if ((v & (STP4020_ISR0_CD1ST|STP4020_ISR0_CD2ST)) == 0){ in stp4020_intr()
H A Dstp4020reg.h163 #define STP4020_ISR0_CD2ST 0x0080 /* card detect 2 live status */ macro