Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/pci/
Dpci-bcm63xx.c137 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-4.4.14/arch/mips/bcm63xx/
Dclk.c141 bcm63xx_core_set_reset(BCM63XX_RESET_ENETSW, 1); in enetsw_set()
143 bcm63xx_core_set_reset(BCM63XX_RESET_ENETSW, 0); in enetsw_set()
263 bcm63xx_core_set_reset(BCM63XX_RESET_SAR, 1); in xtm_set()
265 bcm63xx_core_set_reset(BCM63XX_RESET_SAR, 0); in xtm_set()
Dreset.c212 void bcm63xx_core_set_reset(enum bcm63xx_core_reset core, int reset) in bcm63xx_core_set_reset() function
216 EXPORT_SYMBOL(bcm63xx_core_set_reset);
/linux-4.4.14/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_reset.h19 void bcm63xx_core_set_reset(enum bcm63xx_core_reset, int reset);