Home
last modified time | relevance | path

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

/linux/sound/soc/
H A Dsoc-ops-test.c21 #define TEST_MC(clayout, xmin, xmax, xpmax, xsign, xinvert) \ argument
23 .min = xmin, .max = xmax, .platform_max = xpmax, \
38 xmin, xmax, xpmax, xsign, xinvert) \ argument
44 TEST_MC(clayout, xmin, xmax, xpmax, xsign, xinvert), \
49 xmask, xreg, xmin, xmax, xpmax, xsign, xinvert) \ argument
55 TEST_MC(clayout, xmin, xmax, xpmax, xsign, xinvert), \
/linux/drivers/video/fbdev/
H A Dgbefb.c646 int xpmax, ypmax; /* Monitor resolution */ in gbefb_set_par() local
654 xpmax = par->timing.width; in gbefb_set_par()
787 height_pix = xpmax * ypmax / maxPixelsPerTileX; in gbefb_set_par()