Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/psm/
HDpsm.c7292 int icversion, hwversion, xtr, i, id, resp[3], dpix, dpiy; local
7396 xtr = ((elanhw.fwversion >> 8) == 0x0208) ? 1 : 2;
7397 elanhw.sizex = (elanhw.ntracesx - xtr) * elanhw.dptracex;
7398 elanhw.sizey = (elanhw.ntracesy - xtr) * elanhw.dptracey;
7403 xtr = (elanhw.sizex % (elanhw.ntracesx - 2) == 0) ? 2 : 1;
7404 elanhw.dptracex = elanhw.sizex / (elanhw.ntracesx - xtr);
7405 elanhw.dptracey = elanhw.sizey / (elanhw.ntracesy - xtr);