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

/linux-master/drivers/video/fbdev/via/
H A Dviafbdev.c1503 u32 dev_on, dev_off, dev_old, dev_new; local
1506 dev_old = dev_new = viaparinfo->shared->iga1_devices;
1510 dev_off = dev_old & ~dev_new;
1511 dev_on = dev_new & ~dev_old;
1542 u32 dev_on, dev_off, dev_old, dev_new; local
1545 dev_old = dev_new = viaparinfo->shared->iga2_devices;
1549 dev_off = dev_old & ~dev_new;
1550 dev_on = dev_new & ~dev_old;

Completed in 186 milliseconds