Searched refs:epfix (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Depson1356fb.c2146 struct e1356fb_fix * epfix = &fb_info.fix; local
2167 if (!epfix->system) {
2172 if (epfix->system == SYS_SDU1356) {
2182 epfix->regbase_phys = pci_resource_start(pdev, 0);
2183 epfix->membase_phys = epfix->regbase_phys + E1356_REG_SIZE;
2186 fb_info.regbase_virt = ioremap_nocache(epfix->regbase_phys,
2253 fb_info.membase_virt = ioremap_nocache(epfix->membase_phys,
2266 if (!epfix->nomtrr) {
2267 fb_info.mtrr_idx = mtrr_add(epfix
[all...]

Completed in 85 milliseconds