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

  /src/sys/arch/shark/shark/
scr.c 487 BYTE dataByte; /* actual value of byte */
1685 sc->dataByte = sc->pIoctlT0->command[sc->commandCount];
1704 sc->dataByte = sc->pIoctlT0->command[sc->commandCount];
1729 if ( (sc->dataByte == sc->pIoctlT0->command[CMD_BUF_INS_OFF]) ||
1730 (sc->dataByte == (sc->pIoctlT0->command[CMD_BUF_INS_OFF] ^ 0x01)) )
1734 sc->dataByte = sc->pIoctlT0->data[sc->dataCount];
1740 else if ((sc->dataByte == (sc->pIoctlT0->command[CMD_BUF_INS_OFF] ^ 0xFF)) ||
1741 (sc->dataByte == (sc->pIoctlT0->command[CMD_BUF_INS_OFF] ^ 0xFE)) )
1745 sc->dataByte = sc->pIoctlT0->data[ sc->dataCount];
1751 else if (sc->dataByte == 0x60
    [all...]
scr.c 487 BYTE dataByte; /* actual value of byte */
1685 sc->dataByte = sc->pIoctlT0->command[sc->commandCount];
1704 sc->dataByte = sc->pIoctlT0->command[sc->commandCount];
1729 if ( (sc->dataByte == sc->pIoctlT0->command[CMD_BUF_INS_OFF]) ||
1730 (sc->dataByte == (sc->pIoctlT0->command[CMD_BUF_INS_OFF] ^ 0x01)) )
1734 sc->dataByte = sc->pIoctlT0->data[sc->dataCount];
1740 else if ((sc->dataByte == (sc->pIoctlT0->command[CMD_BUF_INS_OFF] ^ 0xFF)) ||
1741 (sc->dataByte == (sc->pIoctlT0->command[CMD_BUF_INS_OFF] ^ 0xFE)) )
1745 sc->dataByte = sc->pIoctlT0->data[ sc->dataCount];
1751 else if (sc->dataByte == 0x60
    [all...]
scr.c 487 BYTE dataByte; /* actual value of byte */
1685 sc->dataByte = sc->pIoctlT0->command[sc->commandCount];
1704 sc->dataByte = sc->pIoctlT0->command[sc->commandCount];
1729 if ( (sc->dataByte == sc->pIoctlT0->command[CMD_BUF_INS_OFF]) ||
1730 (sc->dataByte == (sc->pIoctlT0->command[CMD_BUF_INS_OFF] ^ 0x01)) )
1734 sc->dataByte = sc->pIoctlT0->data[sc->dataCount];
1740 else if ((sc->dataByte == (sc->pIoctlT0->command[CMD_BUF_INS_OFF] ^ 0xFF)) ||
1741 (sc->dataByte == (sc->pIoctlT0->command[CMD_BUF_INS_OFF] ^ 0xFE)) )
1745 sc->dataByte = sc->pIoctlT0->data[ sc->dataCount];
1751 else if (sc->dataByte == 0x60
    [all...]

Completed in 34 milliseconds