Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/marvell/
H A Dmcam-core.c90 #define CF_SG_RESTART 6 /* SG restart needed */ macro
635 set_bit(CF_SG_RESTART, &cam->flags); in mcam_ctlr_dma_sg()
679 set_bit(CF_SG_RESTART, &cam->flags); in mcam_dma_sg_done()
701 clear_bit(CF_SG_RESTART, &cam->flags); in mcam_sg_restart()
803 clear_bit(CF_SG_RESTART, &cam->flags); in mcam_ctlr_configure()
840 clear_bit(CF_SG_RESTART, &cam->flags); in mcam_ctlr_stop_dma()
1063 if (!test_bit(CF_SG_RESTART, &cam->flags)) in mcam_read_setup()
1105 if (cam->state == S_STREAMING && test_bit(CF_SG_RESTART, &cam->flags)) in mcam_vb_buf_queue()