Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/xilinx/
H A Dxilinx-vip.h39 #define XVIP_CTRL_CONTROL_SW_ENABLE BIT(0) macro
168 XVIP_CTRL_CONTROL_SW_ENABLE | XVIP_CTRL_CONTROL_REG_UPDATE); in xvip_start()
173 xvip_clr(xvip, XVIP_CTRL_CONTROL, XVIP_CTRL_CONTROL_SW_ENABLE); in xvip_stop()
179 xvip->saved_ctrl | XVIP_CTRL_CONTROL_SW_ENABLE); in xvip_resume()
186 xvip->saved_ctrl & ~XVIP_CTRL_CONTROL_SW_ENABLE); in xvip_suspend()