Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_brx.c374 ctrl |= VI6_BRU_CTRL_SRCSEL_BRUIN(i); in brx_configure_stream()
H A Dvsp1_regs.h628 #define VI6_BRU_CTRL_SRCSEL_BRUIN(n) (((n) <= 3 ? (n) : (n)+1) << 16) macro