Home
last modified time | relevance | path

Searched refs:ISI_CFG2_IM_VSIZE_OFFSET (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/atmel/
H A Datmel-isi.h76 #define ISI_CFG2_IM_VSIZE_OFFSET 0 macro
78 #define ISI_CFG2_IM_VSIZE_MASK (0x7FF << ISI_CFG2_IM_VSIZE_OFFSET)
H A Datmel-isi.c162 cfg2 |= ((isi->fmt.fmt.pix.height - 1) << ISI_CFG2_IM_VSIZE_OFFSET) in configure_geometry()
/kernel/linux/linux-6.6/drivers/media/platform/atmel/
H A Datmel-isi.h76 #define ISI_CFG2_IM_VSIZE_OFFSET 0 macro
78 #define ISI_CFG2_IM_VSIZE_MASK (0x7FF << ISI_CFG2_IM_VSIZE_OFFSET)
H A Datmel-isi.c161 cfg2 |= ((isi->fmt.fmt.pix.height - 1) << ISI_CFG2_IM_VSIZE_OFFSET) in configure_geometry()

Completed in 6 milliseconds