Lines Matching refs:status_cfg

145 	u32 status_cfg;
292 out_be32(&vr->status_cfg, SOFT_RST);
293 out_be32(&vr->status_cfg, INT_FIELD_EN);
300 u32 status_cfg;
302 out_be32(&vr->status_cfg, 0);
305 status_cfg = in_be32(&vr->status_cfg);
306 if (status_cfg & 0x3f0000)
307 out_be32(&vr->status_cfg, status_cfg & 0x3f0000);
309 if (status_cfg & DMA_ACT) {
311 status_cfg = in_be32(&vr->status_cfg);
312 if (status_cfg & INT_DMA_END_STATUS)
318 out_be32(&vr->status_cfg, SOFT_RST);
319 out_be32(&vr->status_cfg, 0);
322 out_be32(&vr->status_cfg, status_cfg & 0x3f0000);
448 reg_val.status_cfg = 0;
452 reg_val.status_cfg &= ~MODE_32BIT;
456 reg_val.status_cfg |= MODE_32BIT;
469 reg_val.status_cfg |= DMA_ACT | INT_DMA_END_EN | INT_FIELD_EN;
769 reg_val.status_cfg = 0;
779 reg_val.status_cfg &= ~MODE_32BIT;
783 reg_val.status_cfg |= MODE_32BIT;
796 reg_val.status_cfg |= DMA_ACT | INT_DMA_END_EN | INT_FIELD_EN;
1091 in_be32(&vr->status_cfg), in_be32(&vr->field_base_addr));
1111 out_be32(&vr->status_cfg,
1114 reg_val.status_cfg);
1116 out_be32(&vr->status_cfg,
1119 reg_val.status_cfg);
1167 out_be32(&vr->status_cfg,
1170 reg_val.status_cfg);
1203 status = in_be32(&vr->status_cfg);
1212 out_be32(&vr->status_cfg,
1242 status = in_be32(&vr->status_cfg);
1243 out_be32(&vr->status_cfg,
1266 u32 status_cfg;
1319 status_cfg = in_be32(&vr->status_cfg);
1320 out_be32(&vr->status_cfg,
1321 status_cfg & ~(INT_VSYNC_EN | INT_HSYNC_EN |
1325 status_cfg = in_be32(&vr->status_cfg);
1326 out_be32(&vr->status_cfg, status_cfg | INT_ALL_STATUS);
1399 out_be32(&reg->status_cfg, 0);