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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Depson1356fb.h324 u64 regbase_phys; // phys start address of registers member in struct:e1356fb_fix
H A Daty128fb.c296 unsigned long regbase_phys; /* physical mmio */ member in struct:fb_info_aty128
1334 display_info.disp_reg_address = info->regbase_phys;
1565 fix->mmio_start = (unsigned long)info->regbase_phys;
2032 info->regbase_phys = reg_addr;
H A Dtdfxfb.c326 unsigned long regbase_phys; member in struct:fb_info_tdfx
1658 fix->mmio_start = info->regbase_phys;
1919 fb_info.regbase_phys = pci_resource_start(pdev, 0);
1921 fb_info.regbase_virt = ioremap_nocache(fb_info.regbase_phys, 1 << 24);
H A Depson1356fb.c1736 fix->mmio_start = info->fix.regbase_phys;
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,
2670 boot_fix.regbase_phys = simple_strtoul(this_opt+8,

Completed in 101 milliseconds