Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/ipu-v3/
H A Dipu-prg.c22 #define IPU_PRG_CTL_BYPASS(i) (1 << (0 + i)) macro
259 val |= IPU_PRG_CTL_BYPASS(prg_chan); in ipu_prg_channel_disable()
323 val &= ~IPU_PRG_CTL_BYPASS(prg_chan); in ipu_prg_channel_configure()