Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / mips / include / asm / mach-bcm63xx / bcm63xx_reset.h
blob2c0645b7da84aa69aedcb7e3fb9cc1de5eb14949
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __BCM63XX_RESET_H
3 #define __BCM63XX_RESET_H
5 enum bcm63xx_core_reset {
6 BCM63XX_RESET_SPI,
7 BCM63XX_RESET_ENET,
8 BCM63XX_RESET_USBH,
9 BCM63XX_RESET_USBD,
10 BCM63XX_RESET_SAR,
11 BCM63XX_RESET_DSL,
12 BCM63XX_RESET_EPHY,
13 BCM63XX_RESET_ENETSW,
14 BCM63XX_RESET_PCM,
15 BCM63XX_RESET_MPI,
16 BCM63XX_RESET_PCIE,
17 BCM63XX_RESET_PCIE_EXT,
20 void bcm63xx_core_set_reset(enum bcm63xx_core_reset, int reset);
22 #endif