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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pci/
H A Dpci-bcm63xx.c80 bcm_mpi_writel(tmp, MPI_PCICFGCTL_REG);
91 bcm_mpi_writel(tmp, MPI_PCICFGCTL_REG);
92 bcm_mpi_writel(val, MPI_PCICFGDATA_REG);
123 bcm_mpi_writel(val, MPI_L2PMEMBASE1_REG);
124 bcm_mpi_writel(~(BCM_PCI_MEM_SIZE - 1), MPI_L2PMEMRANGE1_REG);
125 bcm_mpi_writel(val | MPI_L2PREMAP_ENABLED_MASK, MPI_L2PMEMREMAP1_REG);
137 bcm_mpi_writel(val, MPI_L2PMEMBASE2_REG);
138 bcm_mpi_writel(~(BCM_CB_MEM_SIZE - 1), MPI_L2PMEMRANGE2_REG);
140 bcm_mpi_writel(val, MPI_L2PMEMREMAP2_REG);
143 bcm_mpi_writel(
[all...]
H A Dops-bcm63xx.c95 bcm_mpi_writel(val, MPI_L2PCFG_REG);
114 bcm_mpi_writel(0, MPI_L2PCFG_REG);
142 bcm_mpi_writel(0, MPI_L2PCFG_REG);
460 bcm_mpi_writel(val, MPI_L2PIOREMAP_REG);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/bcm63xx/
H A Dcs.c54 bcm_mpi_writel(val, MPI_CSBASE_REG(cs));
82 bcm_mpi_writel(val, MPI_CSCTL_REG(cs));
114 bcm_mpi_writel(val, MPI_CSCTL_REG(cs));
139 bcm_mpi_writel(val, MPI_CSCTL_REG(cs));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_io.h83 #define bcm_mpi_writel(v, o) bcm_rset_writel(RSET_MPI, (v), (o)) macro

Completed in 124 milliseconds