Home
last modified time | relevance | path

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

/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10-disp.c212 for (y = 0; y < SOLO_MOTION_SZ; y++) { in solo_set_motion_block()
213 for (x = 0; x < SOLO_MOTION_SZ; x++) in solo_set_motion_block()
214 buf[x] = cpu_to_le16(thresholds[y * SOLO_MOTION_SZ + x]); in solo_set_motion_block()
H A Dsolo6x10.h100 #define SOLO_MOTION_SZ (45) macro