Lines Matching refs:status
34 /* Wait for the MMU status to indicate there is no active command, in
47 int status;
50 status = wait_ready(pfdev, as_nr);
51 if (!status)
54 return status;
635 u32 status = mmu_read(pfdev, MMU_INT_RAWSTAT);
638 for (i = 0; status; i++) {
646 if (!(status & mask))
653 /* decode the fault status */
662 if ((status & mask) == BIT(i) && (exception_type & 0xF8) == 0xC0)
670 "raw fault status: 0x%X\n"
671 "decoded fault status: %s\n"
683 status &= ~mask;