• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/

Lines Matching refs:osh

166 	osl_t *osh;
172 osh = si_osh(sih);
208 W_REG(osh, sbtopci1, win);
214 W_REG(osh, sbtopci1, SBTOPCI_CFG0);
223 W_REG(osh, sbtopci1, SBTOPCI_CFG1);
249 osl_t *osh;
260 osh = si_osh(sih);
268 *val = R_REG(osh, *addr);
285 *val = R_REG(osh, *addr);
347 osl_t *osh;
356 osh = si_osh(sih);
409 W_REG(osh, reg, val);
413 (void)R_REG(osh, reg);
448 osl_t *osh;
459 osh = si_osh(sih);
467 htol32(R_REG(osh, (uint32 *)((ulong)cfg->pci + off)));
470 htol16(R_REG(osh, (uint16 *)((ulong)cfg->pci + off)));
473 R_REG(osh, (uint8 *)((ulong)cfg->pci + off));
481 osl_t *osh;
488 osh = si_osh(sih);
499 W_REG(osh, (uint32 *)((ulong)cfg->pci + off),
502 W_REG(osh, (uint16 *)((ulong)cfg->pci + off),
505 W_REG(osh, (uint8 *)((ulong)cfg->pci + off),
552 osl_t *osh;
564 osh = si_osh(sih);
711 osl_t *osh;
718 osh = si_osh(sih);
784 W_REG(osh, resetctrl, AIRC_RESET);
795 AND_REG(osh, &sb->sbimconfiglow, ~0x00000070);
801 W_REG(osh, &pci->control, 0x5); /* enable tristate drivers */
802 W_REG(osh, &pci->control, 0xd); /* enable the PCI clock */
804 W_REG(osh, &pci->control, 0xf); /* deassert PCI reset */
808 W_REG(osh, &pci->arbcontrol, PCI_INT_ARB);
813 W_REG(osh, &pcie->control, PCIE_RST_OE);
815 W_REG(osh, &pcie->control, PCIE_RST | PCIE_RST_OE);
825 W_REG(osh, &pci->sprom[0], R_REG(osh, &pci->sprom[0]) | 0x400);
837 W_REG(osh, &pci->sbtopci0, SBTOPCI_IO);
839 W_REG(osh, &pci->sbtopci1, SBTOPCI_CFG0);
841 W_REG(osh, &pci->sbtopci2, SBTOPCI_MEM | SI_PCI_DMA);
853 W_REG(osh, &pcie->sbtopcie0, SBTOPCIE_MEM |
864 W_REG(osh, &pcie->sbtopcie0,
869 W_REG(osh, &pcie->sbtopcie0, SBTOPCIE_IO);
872 W_REG(osh, &pcie->sbtopcie1, SBTOPCIE_CFG0);
875 W_REG(osh, &pcie->sbtopcie2, SBTOPCIE_MEM |
942 W_REG(osh, &pci->intmask, PCI_INTA);
944 W_REG(osh, &pcie->intmask, PCI_INTA);
1089 osl_t *osh;
1100 osh = si_osh(sih);