Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/pci/
H A 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()
/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_reset.h20 void bcm63xx_core_set_reset(enum bcm63xx_core_reset, int reset);
/openbmc/linux/arch/mips/bcm63xx/
H A Dclk.c178 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 Dreset.c213 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);