Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/atmel/
H A Datmel-isi.h56 #define ISI_CFG1_FRATE_DIV_MASK (7 << 8) macro
H A Datmel-isi.c387 cfg1 &= ~ISI_CFG1_FRATE_DIV_MASK; in start_dma()