Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/shark/shark/
H A Dscr.c459 int protocolType; /* bit 0 indicates T0, bit 1 indicates T1,etc */ member
1435 sc->protocolType = 0; in masterSM()
2459 sc->protocolType = PROTOCOL_T0; in ATRSM()
2478 else if (sc->protocolType != PROTOCOL_T0) in ATRSM()
2574 sc->protocolType = (1 << (sc->dataByte &0x0f)); in ATRSM()
2593 else if (sc->protocolType != PROTOCOL_T0) in ATRSM()
2644 else if (sc->protocolType != PROTOCOL_T0) in ATRSM()