Searched refs:bcm63xx_core_set_reset (Results 1 – 4 of 4) sorted by relevance
/linux/arch/mips/pci/ |
H A D | pci-bcm63xx.c | 137 bcm63xx_core_set_reset(BCM63XX_RESET_PCIE, 1); in bcm63xx_reset_pcie() 138 bcm63xx_core_set_reset(BCM63XX_RESET_PCIE_EXT, 1); in bcm63xx_reset_pcie() 141 bcm63xx_core_set_reset(BCM63XX_RESET_PCIE, 0); in bcm63xx_reset_pcie() 144 bcm63xx_core_set_reset(BCM63XX_RESET_PCIE_EXT, 0); in bcm63xx_reset_pcie()
|
/linux/arch/mips/bcm63xx/ |
H A D | clk.c | 178 bcm63xx_core_set_reset(BCM63XX_RESET_ENETSW, 1); in enetsw_set() 180 bcm63xx_core_set_reset(BCM63XX_RESET_ENETSW, 0); in enetsw_set() 308 bcm63xx_core_set_reset(BCM63XX_RESET_SAR, 1); in xtm_set() 310 bcm63xx_core_set_reset(BCM63XX_RESET_SAR, 0); in xtm_set()
|
H A D | reset.c | 213 void bcm63xx_core_set_reset(enum bcm63xx_core_reset core, int reset) in bcm63xx_core_set_reset() function 217 EXPORT_SYMBOL(bcm63xx_core_set_reset);
|
/linux/arch/mips/include/asm/mach-bcm63xx/ |
H A D | bcm63xx_reset.h | 20 void bcm63xx_core_set_reset(enum bcm63xx_core_reset, int reset);
|