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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dfsl_pci.c597 struct resource rsrc_reg; local
610 if (of_address_to_resource(dev, 0, &rsrc_reg)) {
626 if ((rsrc_reg.start & 0xfffff) == 0x8500)
627 rsrc_cfg.start = (rsrc_reg.start & 0xfff00000) + 0x8300;
628 else if ((rsrc_reg.start & 0xfffff) == 0x8600)
629 rsrc_cfg.start = (rsrc_reg.start & 0xfff00000) + 0x8380;
634 if ((rsrc_reg.start & 0xfffff) == 0x8500)
655 ret = mpc83xx_pcie_setup(hose, &rsrc_reg);
665 (unsigned long long)rsrc_reg.start, hose->first_busno,
H A Dppc4xx_pci.c317 struct resource rsrc_reg; local
338 if (of_address_to_resource(np, 3, &rsrc_reg)) {
352 reg = ioremap(rsrc_reg.start, rsrc_reg.end + 1 - rsrc_reg.start);
522 struct resource rsrc_reg; local
536 if (of_address_to_resource(np, 3, &rsrc_reg)) {
558 reg = ioremap(rsrc_reg.start, rsrc_reg.end + 1 - rsrc_reg
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dplatinumfb.c72 struct resource rsrc_fb, rsrc_reg; member in struct:fb_info_platinum
554 if (of_address_to_resource(dp, 0, &pinfo->rsrc_reg) ||
561 (unsigned long long)pinfo->rsrc_reg.start,
562 (unsigned long long)pinfo->rsrc_reg.end);
585 pinfo->platinum_regs_phys = pinfo->rsrc_reg.start;
586 pinfo->platinum_regs = ioremap(pinfo->rsrc_reg.start, 0x1000);

Completed in 133 milliseconds