HomeSort by: relevance | last modified time | path
    Searched refs:STP4020_ISR0_CD1ST (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/sbus/
stp4020reg.h 164 #define STP4020_ISR0_CD1ST 0x0040 /* card detect 1 live status */
stp4020.c 539 if ((v & (STP4020_ISR0_CD1ST|STP4020_ISR0_CD2ST)) == 0)
670 if ((v & (STP4020_ISR0_CD1ST|STP4020_ISR0_CD2ST)) == (STP4020_ISR0_CD1ST|STP4020_ISR0_CD2ST)){
677 if ((v & (STP4020_ISR0_CD1ST|STP4020_ISR0_CD2ST)) == 0){

Completed in 24 milliseconds