Home | History | Annotate | Download | only in dev

Lines Matching refs:STATUS

356 	/* Clear status register. */
357 bmac_read_reg(sc, STATUS);
434 stat = bmac_read_reg(sc, STATUS);
439 printf("bmac_intr status = 0x%x\n", stat);
461 int status, resid, count, datalen;
470 status = in16rb(&cmd->d_status);
474 if (status != 0 && status != 0x8440 && status != 0x9440)
475 printf("bmac_rint status = 0x%x\n", status);
478 if ((status & DBDMA_CNTRL_ACTIVE) == 0) /* 0x9440 | 0x8440 */