Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/atmel/
H A Datmel-isi.h77 #define ISI_CFG2_IM_HSIZE_OFFSET 16 macro
79 #define ISI_CFG2_IM_HSIZE_MASK (0x7FF << ISI_CFG2_IM_HSIZE_OFFSET)
H A Datmel-isi.c158 cfg2 |= ((isi->fmt.fmt.pix.width - 1) << ISI_CFG2_IM_HSIZE_OFFSET) & in configure_geometry()