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

  /src/sys/dev/sbus/
stp4020reg.h 163 #define STP4020_ISR0_CD2ST 0x0080 /* card detect 2 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 12 milliseconds