bcm63xx_core_set_reset
bcm63xx_core_set_reset(BCM63XX_RESET_ENETSW, 1);
bcm63xx_core_set_reset(BCM63XX_RESET_ENETSW, 0);
bcm63xx_core_set_reset(BCM63XX_RESET_SAR, 1);
bcm63xx_core_set_reset(BCM63XX_RESET_SAR, 0);
EXPORT_SYMBOL(bcm63xx_core_set_reset);
void bcm63xx_core_set_reset(enum bcm63xx_core_reset, int reset);
bcm63xx_core_set_reset(BCM63XX_RESET_PCIE, 1);
bcm63xx_core_set_reset(BCM63XX_RESET_PCIE_EXT, 1);
bcm63xx_core_set_reset(BCM63XX_RESET_PCIE, 0);
bcm63xx_core_set_reset(BCM63XX_RESET_PCIE_EXT, 0);