Lines Matching defs:icmd
233 uint8_t icmd;
234 icmd = NCR5380_READ(sc, sci_icmd) & SCI_ICMD_RMASK;
235 NCR5380_WRITE(sc, sci_icmd, (icmd | SCI_ICMD_ATN));
245 uint8_t icmd;
249 icmd = NCR5380_READ(sc, sci_icmd) & SCI_ICMD_RMASK;
251 icmd |= SCI_ICMD_DATA;
252 NCR5380_WRITE(sc, sci_icmd, icmd);
274 icmd |= SCI_ICMD_ACK;
275 NCR5380_WRITE(sc, sci_icmd, icmd);
281 icmd &= ~SCI_ICMD_ACK;
282 NCR5380_WRITE(sc, sci_icmd, icmd);
293 icmd &= ~SCI_ICMD_DATA;
294 NCR5380_WRITE(sc, sci_icmd, icmd);
303 uint8_t icmd;
307 icmd = NCR5380_READ(sc, sci_icmd) & SCI_ICMD_RMASK;
330 icmd |= SCI_ICMD_ACK;
331 NCR5380_WRITE(sc, sci_icmd, icmd);
337 icmd &= ~SCI_ICMD_ACK;
338 NCR5380_WRITE(sc, sci_icmd, icmd);
1075 uint8_t bus, data, icmd, mode, msg;
1276 icmd = SCI_ICMD_ATN;
1277 NCR5380_WRITE(sc, sci_icmd, icmd);
1311 uint8_t data, icmd, mode;
1327 icmd = 0;
1393 icmd = (SCI_ICMD_BSY | SCI_ICMD_SEL);
1394 NCR5380_WRITE(sc, sci_icmd, icmd);
1445 icmd |= (SCI_ICMD_DATA | SCI_ICMD_ATN);
1446 NCR5380_WRITE(sc, sci_icmd, icmd);
1450 icmd &= ~SCI_ICMD_BSY;
1451 NCR5380_WRITE(sc, sci_icmd, icmd);
1474 icmd &= ~SCI_ICMD_DATA;
1475 NCR5380_WRITE(sc, sci_icmd, icmd);
1495 icmd &= ~(SCI_ICMD_DATA | SCI_ICMD_SEL);
1496 NCR5380_WRITE(sc, sci_icmd, icmd);
1560 uint8_t icmd;
1566 icmd = NCR5380_READ(sc, sci_icmd) & SCI_ICMD_RMASK;
1650 icmd |= SCI_ICMD_ACK;
1651 NCR5380_WRITE(sc, sci_icmd, icmd);
1658 icmd &= ~SCI_ICMD_ACK;
1659 NCR5380_WRITE(sc, sci_icmd, icmd);
1681 /* Reset icmd after scheduling the REJECT cmd - jwg */
1682 icmd = NCR5380_READ(sc, sci_icmd) & SCI_ICMD_RMASK;
1745 /* Reset icmd after scheduling the REJECT cmd - jwg */
1746 icmd = NCR5380_READ(sc, sci_icmd) & SCI_ICMD_RMASK;
1756 icmd |= SCI_ICMD_ACK;
1757 NCR5380_WRITE(sc, sci_icmd, icmd);
1764 icmd &= ~SCI_ICMD_ACK;
1765 NCR5380_WRITE(sc, sci_icmd, icmd);
1799 uint8_t icmd, msg;
1811 icmd = NCR5380_READ(sc, sci_icmd) & SCI_ICMD_RMASK;
1812 icmd |= (SCI_ICMD_ATN | SCI_ICMD_DATA);
1813 NCR5380_WRITE(sc, sci_icmd, icmd);
1957 icmd &= ~SCI_ICMD_ATN;
1958 NCR5380_WRITE(sc, sci_icmd, icmd);
1967 icmd |= SCI_ICMD_ACK;
1968 NCR5380_WRITE(sc, sci_icmd, icmd);
1977 icmd &= ~SCI_ICMD_ACK;
1978 NCR5380_WRITE(sc, sci_icmd, icmd);
2003 icmd &= ~SCI_ICMD_DATA;
2004 NCR5380_WRITE(sc, sci_icmd, icmd);