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

  /src/sys/arch/acorn32/podulebus/
esc.c 1174 dev->sc_msg_in[0] = 0xFF;
1254 dev->sc_msg_in[0] = msg;
1414 dev->sc_msg_in[dev->sc_msg_in_len++] = *rp->esc_fifo;
1417 if (dev->sc_msg_in[0] >= 0x80) ;
1418 else if (dev->sc_msg_in[0] >= 0x30) ;
1419 else if (((dev->sc_msg_in[0] >= 0x20) &&
1421 ((dev->sc_msg_in[0] != 0x01) &&
1427 if ((dev->sc_msg_in[1]+2) == dev->sc_msg_in_len) {
1445 switch(dev->sc_msg_in[0]) {
1484 switch(dev->sc_msg_in[2])
    [all...]
sfas.c 1101 dev->sc_msg_in[0] = 0xFF;
1181 dev->sc_msg_in[0] = msg;
1339 dev->sc_msg_in[dev->sc_msg_in_len++] = *rp->sfas_fifo;
1342 if (dev->sc_msg_in[0] >= 0x80) ;
1343 else if (dev->sc_msg_in[0] >= 0x30) ;
1344 else if (((dev->sc_msg_in[0] >= 0x20) &&
1346 ((dev->sc_msg_in[0] != 0x01) &&
1352 if ((dev->sc_msg_in[1]+2) == dev->sc_msg_in_len) {
1370 switch(dev->sc_msg_in[0]) {
1409 switch(dev->sc_msg_in[2])
    [all...]
escvar.h 223 u_char sc_msg_in[7]; member in struct:esc_softc
sfasvar.h 223 u_char sc_msg_in[7]; member in struct:sfas_softc

Completed in 13 milliseconds