Searched refs:bcm_mpi_writel (Results 1 – 4 of 4) sorted by relevance
/linux/arch/mips/pci/ |
A 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() 250 bcm_mpi_writel(0, MPI_L2PMEMREMAP2_REG); in bcm63xx_register_pci() 259 bcm_mpi_writel(val, MPI_L2PIOBASE_REG); in bcm63xx_register_pci() 273 bcm_mpi_writel(val, MPI_SP0_REMAP_REG); in bcm63xx_register_pci() 276 bcm_mpi_writel(0, MPI_SP1_REMAP_REG); in bcm63xx_register_pci() 290 bcm_mpi_writel(0, MPI_SP1_RANGE_REG); in bcm63xx_register_pci() 312 bcm_mpi_writel(val, MPI_PCIMODESEL_REG); in bcm63xx_register_pci() [all …]
|
A 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/arch/mips/bcm63xx/ |
A D | cs.c | 55 bcm_mpi_writel(val, MPI_CSBASE_REG(cs)); in bcm63xx_set_cs_base() 83 bcm_mpi_writel(val, MPI_CSCTL_REG(cs)); in bcm63xx_set_cs_timing() 115 bcm_mpi_writel(val, MPI_CSCTL_REG(cs)); in bcm63xx_set_cs_param() 140 bcm_mpi_writel(val, MPI_CSCTL_REG(cs)); in bcm63xx_set_cs_status()
|
/linux/arch/mips/include/asm/mach-bcm63xx/ |
A D | bcm63xx_io.h | 90 #define bcm_mpi_writel(v, o) bcm_rset_writel(RSET_MPI, (v), (o)) macro
|
Completed in 7 milliseconds