• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/

Lines Matching refs:owin_res

197 	struct resource *owin_res;
224 .owin_res = & soc_pcie_owin[0],
241 .owin_res = & soc_pcie_owin[1],
258 .owin_res = & soc_pcie_owin[2],
451 BUG_ON((port->owin_res->start >> 16) & 0xf);
453 port->owin_res->start >> 16);
454 BUG_ON(((port->owin_res->start + SZ_32M) >> 16) & 0xf);
456 (port->owin_res->start + SZ_32M) >> 16);
463 BUG_ON((port->owin_res->start + SZ_48M >> 16) & 0xf);
465 port->owin_res->start + SZ_48M >> 16);
466 BUG_ON(((port->owin_res->start + SZ_48M + SZ_32M) >> 16) & 0xf);
468 (port->owin_res->start + SZ_48M + SZ_32M) >> 16);
477 BUG_ON((port->owin_res->start + (SZ_48M * 2) >> 16) & 0xf);
479 port->owin_res->start + (SZ_48M * 2) >> 16);
480 BUG_ON(((port->owin_res->start + (SZ_48M * 2) + SZ_32M) >> 16) & 0xf);
482 (port->owin_res->start + (SZ_48M * 2) + SZ_32M) >> 16);
523 BUG_ON((port->owin_res->start >> 16) & 0xf);
525 port->owin_res->start >> 16);
526 BUG_ON(((port->owin_res->start + SZ_32M) >> 16) & 0xf);
528 (port->owin_res->start + SZ_32M) >> 16);
537 BUG_ON((port->owin_res->start + SZ_48M >> 16) & 0xf);
539 port->owin_res->start + SZ_48M >> 16);
540 BUG_ON(((port->owin_res->start + SZ_48M + SZ_32M) >> 16) & 0xf);
542 (port->owin_res->start + SZ_48M + SZ_32M) >> 16);
553 BUG_ON((port->owin_res->start + (SZ_48M * 2) >> 16) & 0xf);
555 port->owin_res->start + (SZ_48M * 2) >> 16);
556 BUG_ON(((port->owin_res->start + (SZ_48M * 2) + SZ_32M) >> 16) & 0xf);
558 (port->owin_res->start + (SZ_48M * 2) + SZ_32M) >> 16);
712 BUG_ON(request_resource(&iomem_resource, port->owin_res));
714 sys->resource[0] = port->owin_res;
854 size = resource_size(port->owin_res);
855 addr = port->owin_res->start;
962 BUG_ON((port->owin_res->start >> 16) & 0xf);
965 port->owin_res->start, port->owin_res->end+1);
968 port->owin_res->start >> 16);
969 BUG_ON(((port->owin_res->end+1) >> 16) & 0xf);
971 (port->owin_res->end+1) >> 16);
1463 bar = port->owin_res->start;