Searched refs:SCU1_RESET_CTRL2 (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/reset/ |
| H A D | reset-aspeed.c | 19 #define SCU1_RESET_CTRL2 0x220 macro 120 [SCU1_RESET_MCU0] = { true, SCU1_RESET_CTRL2, BIT(0) }, 121 [SCU1_RESET_MCU1] = { true, SCU1_RESET_CTRL2, BIT(1) }, 122 [SCU1_RESET_H2A_SPI1] = { true, SCU1_RESET_CTRL2, BIT(2) }, 123 [SCU1_RESET_H2A_SPI2] = { true, SCU1_RESET_CTRL2, BIT(3) }, 124 [SCU1_RESET_UART0] = { true, SCU1_RESET_CTRL2, BIT(4) }, 125 [SCU1_RESET_UART1] = { true, SCU1_RESET_CTRL2, BIT(5) }, 126 [SCU1_RESET_UART2] = { true, SCU1_RESET_CTRL2, BIT(6) }, 127 [SCU1_RESET_UART3] = { true, SCU1_RESET_CTRL2, BIT(7) }, 128 [SCU1_RESET_I2C_FILTER] = { true, SCU1_RESET_CTRL2, BIT(8) }, [all …]
|