Searched refs:offsety (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/media/platform/renesas/rcar-vin/
H A Drcar-dma.c966 int offsetx, offsety; local
976 offsety = vin->compose.top * vin->format.bytesperline;
977 offset = addr + offsetx + offsety;
983 if (WARN_ON((offsetx | offsety | offset) & HW_BUFFER_MASK))

Completed in 155 milliseconds