Searched refs:bcm_mpi_writel (Results  1 – 4 of 4) sorted by relevance
| /linux-4.1.27/arch/mips/pci/ | 
| D | pci-bcm63xx.c | 104 	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 …] 
 | 
| D | ops-bcm63xx.c | 95 	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()
  | 
| /linux-4.1.27/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-4.1.27/arch/mips/include/asm/mach-bcm63xx/ | 
| D | bcm63xx_io.h | 89 #define bcm_mpi_writel(v, o)	bcm_rset_writel(RSET_MPI, (v), (o))  macro
  |