Searched refs:bcm_mpi_writel (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/arch/mips/pci/ |
D | pci-bcm63xx.c | 80 bcm_mpi_writel(tmp, MPI_PCICFGCTL_REG); in bcm63xx_int_cfg_readl() 91 bcm_mpi_writel(tmp, MPI_PCICFGCTL_REG); in bcm63xx_int_cfg_writel() 92 bcm_mpi_writel(val, MPI_PCICFGDATA_REG); in bcm63xx_int_cfg_writel() 123 bcm_mpi_writel(val, MPI_L2PMEMBASE1_REG); in bcm63xx_pci_init() 124 bcm_mpi_writel(~(BCM_PCI_MEM_SIZE - 1), MPI_L2PMEMRANGE1_REG); in bcm63xx_pci_init() 125 bcm_mpi_writel(val | MPI_L2PREMAP_ENABLED_MASK, MPI_L2PMEMREMAP1_REG); in bcm63xx_pci_init() 137 bcm_mpi_writel(val, MPI_L2PMEMBASE2_REG); in bcm63xx_pci_init() 138 bcm_mpi_writel(~(BCM_CB_MEM_SIZE - 1), MPI_L2PMEMRANGE2_REG); in bcm63xx_pci_init() 140 bcm_mpi_writel(val, MPI_L2PMEMREMAP2_REG); in bcm63xx_pci_init() 143 bcm_mpi_writel(0, MPI_L2PMEMREMAP2_REG); in bcm63xx_pci_init() [all …]
|
D | ops-bcm63xx.c | 96 bcm_mpi_writel(val, MPI_L2PCFG_REG); in bcm63xx_setup_cfg_access() 115 bcm_mpi_writel(0, MPI_L2PCFG_REG); in bcm63xx_do_cfg_read() 143 bcm_mpi_writel(0, MPI_L2PCFG_REG); in bcm63xx_do_cfg_write() 461 bcm_mpi_writel(val, MPI_L2PIOREMAP_REG); in bcm63xx_fixup()
|
/linux-2.6.39/arch/mips/bcm63xx/ |
D | cs.c | 54 bcm_mpi_writel(val, MPI_CSBASE_REG(cs)); in bcm63xx_set_cs_base() 82 bcm_mpi_writel(val, MPI_CSCTL_REG(cs)); in bcm63xx_set_cs_timing() 114 bcm_mpi_writel(val, MPI_CSCTL_REG(cs)); in bcm63xx_set_cs_param() 139 bcm_mpi_writel(val, MPI_CSCTL_REG(cs)); in bcm63xx_set_cs_status()
|
/linux-2.6.39/arch/mips/include/asm/mach-bcm63xx/ |
D | bcm63xx_io.h | 83 #define bcm_mpi_writel(v, o) bcm_rset_writel(RSET_MPI, (v), (o)) macro
|