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

  /src/sys/dev/vme/
xyreg.h 110 #define XYCMD_WR 0x1 /* write */
xy.c 900 case XYCMD_WR:
1454 xyc_rqtopb(iorq, iopb, (bp->b_flags & B_READ) ? XYCMD_RD : XYCMD_WR, 0);
1918 (comm == XYCMD_RD || comm == XYCMD_WR)) {
2008 if (iopb->com == XYCMD_RD || iopb->com == XYCMD_WR)
2048 if ((comm == XYCMD_RD || comm == XYCMD_WR) &&
2151 case XYCMD_WR:
2180 if (xio->cmd == XYCMD_WR) {
  /src/sys/arch/sun3/dev/
xyreg.h 111 #define XYCMD_WR 0x1 /* write */
xy.c 769 case XYCMD_WR:
1313 xyc_rqtopb(iorq, iopb, (bp->b_flags & B_READ) ? XYCMD_RD : XYCMD_WR, 0);
1767 (comm == XYCMD_RD || comm == XYCMD_WR)) {
1850 if (iopb->com == XYCMD_RD || iopb->com == XYCMD_WR)
1887 if ((comm == XYCMD_RD || comm == XYCMD_WR) &&
1987 case XYCMD_WR:
2005 if (xio->cmd == XYCMD_WR) {

Completed in 29 milliseconds