Home
last modified time | relevance | path

Searched refs:status_cfg (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/media/platform/
Dfsl-viu.c97 u32 status_cfg; member
247 iowrite32be(SOFT_RST, &vr->status_cfg); in viu_start_dma()
248 iowrite32be(INT_FIELD_EN, &vr->status_cfg); in viu_start_dma()
255 u32 status_cfg; in viu_stop_dma() local
257 iowrite32be(0, &vr->status_cfg); in viu_stop_dma()
260 status_cfg = ioread32be(&vr->status_cfg); in viu_stop_dma()
261 if (status_cfg & 0x3f0000) in viu_stop_dma()
262 iowrite32be(status_cfg & 0x3f0000, &vr->status_cfg); in viu_stop_dma()
264 if (status_cfg & DMA_ACT) { in viu_stop_dma()
266 status_cfg = ioread32be(&vr->status_cfg); in viu_stop_dma()
[all …]