Lines Matching refs:BM_STS_INTR
112 BM_STS_INTR = 0x4, enumerator
246 qpci_io_writeb(dev, bmdma_bar, bmreg_status, BM_STS_INTR); in send_dma_request()
286 } while ((status & (BM_STS_ACTIVE | BM_STS_INTR)) == BM_STS_ACTIVE); in send_dma_request()
289 !!(status & BM_STS_INTR)); in send_dma_request()
355 g_assert_cmphex(status, ==, BM_STS_INTR); in test_bmdma_simple_rw()
364 g_assert_cmphex(status, ==, BM_STS_INTR); in test_bmdma_simple_rw()
372 g_assert_cmphex(status, ==, BM_STS_INTR); in test_bmdma_simple_rw()
383 g_assert_cmphex(status, ==, BM_STS_INTR); in test_bmdma_simple_rw()
430 g_assert_cmphex(status, ==, BM_STS_INTR); in test_bmdma_trim()
441 g_assert_cmphex(status, ==, BM_STS_INTR); in test_bmdma_trim()
502 req_status = BM_STS_INTR; in test_bmdma_various_prdts()
503 abort_req_status = BM_STS_INTR; in test_bmdma_various_prdts()
505 req_status = BM_STS_ACTIVE | BM_STS_INTR; in test_bmdma_various_prdts()
506 abort_req_status = BM_STS_INTR; in test_bmdma_various_prdts()
549 g_assert_cmphex(status, ==, BM_STS_ACTIVE | BM_STS_INTR); in test_bmdma_no_busmaster()
721 g_assert_cmphex(status, ==, BM_STS_INTR); in make_dirty()