Lines Matching refs:status
286 u32 status, count = 100;
290 status = malidp_hw_read(hwdev, hwdev->hw->map.dc_base + MALIDP_REG_STATUS);
291 if ((status & MALIDP500_DC_CONFIG_REQ) == MALIDP500_DC_CONFIG_REQ)
305 u32 status, count = 100;
310 status = malidp_hw_read(hwdev, hwdev->hw->map.dc_base + MALIDP_REG_STATUS);
311 if ((status & MALIDP500_DC_CONFIG_REQ) == 0)
321 u32 status;
323 status = malidp_hw_read(hwdev, hwdev->hw->map.dc_base + MALIDP_REG_STATUS);
324 if ((status & MALIDP500_DC_CONFIG_REQ) == MALIDP500_DC_CONFIG_REQ)
607 u32 status, count = 100;
611 status = malidp_hw_read(hwdev, hwdev->hw->map.dc_base + MALIDP_REG_STATUS);
612 if ((status & MALIDP550_DC_CONFIG_REQ) == MALIDP550_DC_CONFIG_REQ)
626 u32 status, count = 100;
631 status = malidp_hw_read(hwdev, hwdev->hw->map.dc_base + MALIDP_REG_STATUS);
632 if ((status & MALIDP550_DC_CONFIG_REQ) == 0)
642 u32 status;
644 status = malidp_hw_read(hwdev, hwdev->hw->map.dc_base + MALIDP_REG_STATUS);
645 if ((status & MALIDP550_DC_CONFIG_REQ) == MALIDP550_DC_CONFIG_REQ)
1175 u32 status, mask, dc_status;
1205 status = malidp_hw_read(hwdev, MALIDP_REG_STATUS);
1206 if (!(status & de->irq_mask))
1210 /* keep the status of the enabled interrupts, plus the error bits */
1211 status &= (mask | de->err_mask);
1212 if ((status & de->vsync_irq) && malidp->crtc.enabled)
1216 if (status & de->err_mask) {
1217 malidp_error(malidp, &malidp->de_errors, status,
1221 malidp_hw_clear_irq(hwdev, MALIDP_DE_BLOCK, status);
1293 u32 status, mask;
1303 status = malidp_hw_read(hwdev, hw->map.se_base + MALIDP_REG_STATUS);
1304 if (!(status & (se->irq_mask | se->err_mask)))
1308 if (status & se->err_mask)
1309 malidp_error(malidp, &malidp->se_errors, status,
1313 status &= mask;
1315 if (status & se->vsync_irq) {
1336 status = malidp_hw_read(hwdev, hw->map.dc_base + MALIDP_REG_STATUS);
1338 (status & hw->map.dc_irq_map.vsync_irq))
1344 malidp_hw_clear_irq(hwdev, MALIDP_SE_BLOCK, status);