Home
last modified time | relevance | path

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

/arch/mips/pci/
Dpci-bcm63xx.c104 bcm_mpi_writel(tmp, MPI_PCICFGCTL_REG); in bcm63xx_int_cfg_readl()
115 bcm_mpi_writel(tmp, MPI_PCICFGCTL_REG); in bcm63xx_int_cfg_writel()
116 bcm_mpi_writel(val, MPI_PCICFGDATA_REG); in bcm63xx_int_cfg_writel()
230 bcm_mpi_writel(val, MPI_L2PMEMBASE1_REG); in bcm63xx_register_pci()
231 bcm_mpi_writel(~(BCM_PCI_MEM_SIZE - 1), MPI_L2PMEMRANGE1_REG); in bcm63xx_register_pci()
232 bcm_mpi_writel(val | MPI_L2PREMAP_ENABLED_MASK, MPI_L2PMEMREMAP1_REG); in bcm63xx_register_pci()
244 bcm_mpi_writel(val, MPI_L2PMEMBASE2_REG); in bcm63xx_register_pci()
245 bcm_mpi_writel(~(BCM_CB_MEM_SIZE - 1), MPI_L2PMEMRANGE2_REG); in bcm63xx_register_pci()
247 bcm_mpi_writel(val, MPI_L2PMEMREMAP2_REG); in bcm63xx_register_pci()
250 bcm_mpi_writel(0, MPI_L2PMEMREMAP2_REG); in bcm63xx_register_pci()
[all …]
Dops-bcm63xx.c95 bcm_mpi_writel(val, MPI_L2PCFG_REG); in bcm63xx_setup_cfg_access()
114 bcm_mpi_writel(0, MPI_L2PCFG_REG); in bcm63xx_do_cfg_read()
142 bcm_mpi_writel(0, MPI_L2PCFG_REG); in bcm63xx_do_cfg_write()
460 bcm_mpi_writel(val, MPI_L2PIOREMAP_REG); in bcm63xx_fixup()
/arch/mips/bcm63xx/
Dcs.c54 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()
/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_io.h89 #define bcm_mpi_writel(v, o) bcm_rset_writel(RSET_MPI, (v), (o)) macro