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

  /src/sys/arch/shark/shark/
scr.c 460 int protocolType; /* bit 0 indicates T0, bit 1 indicates T1,etc */
1436 sc->protocolType = 0;
2460 sc->protocolType = PROTOCOL_T0;
2479 else if (sc->protocolType != PROTOCOL_T0)
2575 sc->protocolType = (1 << (sc->dataByte &0x0f));
2594 else if (sc->protocolType != PROTOCOL_T0)
2645 else if (sc->protocolType != PROTOCOL_T0)
scr.c 460 int protocolType; /* bit 0 indicates T0, bit 1 indicates T1,etc */
1436 sc->protocolType = 0;
2460 sc->protocolType = PROTOCOL_T0;
2479 else if (sc->protocolType != PROTOCOL_T0)
2575 sc->protocolType = (1 << (sc->dataByte &0x0f));
2594 else if (sc->protocolType != PROTOCOL_T0)
2645 else if (sc->protocolType != PROTOCOL_T0)

Completed in 64 milliseconds