diff --git a/arch/xtensa/src/esp32/chip/esp32_gpio.h b/arch/xtensa/src/esp32/chip/esp32_gpio.h index 454e378c493..ebdfc44292d 100644 --- a/arch/xtensa/src/esp32/chip/esp32_gpio.h +++ b/arch/xtensa/src/esp32/chip/esp32_gpio.h @@ -22,20 +22,20 @@ * See the License for the specific language governing permissions and * limitations under the License. * - *************************************************************************** */ + ****************************************************************************/ #ifndef __ARCH_XTENSA_SRC_ESP32_CHIP_ESP32_GPIO_H #define __ARCH_XTENSA_SRC_ESP32_CHIP_ESP32_GPIO_H /**************************************************************************** * Included Files - *************************************************************************** */ + ****************************************************************************/ #include "chip/esp32_soc.h" /**************************************************************************** * Pre-preprocessor Definitions - *************************************************************************** */ + ****************************************************************************/ #include "soc.h" #define GPIO_BT_SELECT_REG (DR_REG_GPIO_BASE + 0x0000) @@ -43,7 +43,7 @@ /* GPIO_BT_SEL : R/W ;bitpos:[31:0] ;default: x ; */ /* Description: NA */ -#define GPIO_BT_SEL 0xFFFFFFFF +#define GPIO_BT_SEL 0xFFFFFFFF #define GPIO_BT_SEL_M ((GPIO_BT_SEL_V)<<(GPIO_BT_SEL_S)) #define GPIO_BT_SEL_V 0xFFFFFFFF #define GPIO_BT_SEL_S 0 @@ -113,7 +113,7 @@ /* GPIO_SDIO_SEL : R/W ;bitpos:[7:0] ;default: x ; */ /* Description: SDIO PADS on/off control from outside */ -#define GPIO_SDIO_SEL 0x000000FF +#define GPIO_SDIO_SEL 0x000000FF #define GPIO_SDIO_SEL_M ((GPIO_SDIO_SEL_V)<<(GPIO_SDIO_SEL_S)) #define GPIO_SDIO_SEL_V 0xFF #define GPIO_SDIO_SEL_S 0 @@ -181,8 +181,11 @@ #define GPIO_STRAP_REG (DR_REG_GPIO_BASE + 0x0038) /* GPIO_STRAPPING : RO ;bitpos:[15:0] ;default: ; */ -/* Description: GPIO strapping results: {2'd0 boot_sel_dig[7:1] vsdio_boot_sel - boot_sel_chip[5:0]}. Boot_sel_dig[7:1]: {U0RXD SD_CLK SD_CMD SD_DATA0 SD_DATA1 SD_DATA2 SD_DATA3}. vsdio_boot_sel: MTDI. boot_sel_chip[5:0]: {GPIO0 U0TXD GPIO2 GPIO4 MTDO GPIO5} */ +/* Description: GPIO strapping results: {2'd0 boot_sel_dig[7:1] + * vsdio_boot_sel boot_sel_chip[5:0]}. Boot_sel_dig[7:1]: {U0RXD SD_CLK + * SD_CMD SD_DATA0 SD_DATA1 SD_DATA2 SD_DATA3}. vsdio_boot_sel: MTDI. + * boot_sel_chip[5:0]: {GPIO0 U0TXD GPIO2 GPIO4 MTDO GPIO5} + */ #define GPIO_STRAPPING 0x0000FFFF #define GPIO_STRAPPING_M ((GPIO_STRAPPING_V)<<(GPIO_STRAPPING_S)) @@ -394,8 +397,10 @@ #define GPIO_PIN0_REG (DR_REG_GPIO_BASE + 0x0088) /* GPIO_PIN0_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN0_INT_ENA 0x0000001F #define GPIO_PIN0_INT_ENA_M ((GPIO_PIN0_INT_ENA_V)<<(GPIO_PIN0_INT_ENA_S)) @@ -420,7 +425,9 @@ /* GPIO_PIN0_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN0_INT_TYPE 0x00000007 #define GPIO_PIN0_INT_TYPE_M ((GPIO_PIN0_INT_TYPE_V)<<(GPIO_PIN0_INT_TYPE_S)) @@ -438,8 +445,10 @@ #define GPIO_PIN1_REG (DR_REG_GPIO_BASE + 0x008c) /* GPIO_PIN1_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN1_INT_ENA 0x0000001F #define GPIO_PIN1_INT_ENA_M ((GPIO_PIN1_INT_ENA_V)<<(GPIO_PIN1_INT_ENA_S)) @@ -464,7 +473,9 @@ /* GPIO_PIN1_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN1_INT_TYPE 0x00000007 #define GPIO_PIN1_INT_TYPE_M ((GPIO_PIN1_INT_TYPE_V)<<(GPIO_PIN1_INT_TYPE_S)) @@ -482,8 +493,10 @@ #define GPIO_PIN2_REG (DR_REG_GPIO_BASE + 0x0090) /* GPIO_PIN2_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN2_INT_ENA 0x0000001F #define GPIO_PIN2_INT_ENA_M ((GPIO_PIN2_INT_ENA_V)<<(GPIO_PIN2_INT_ENA_S)) @@ -508,7 +521,9 @@ /* GPIO_PIN2_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN2_INT_TYPE 0x00000007 #define GPIO_PIN2_INT_TYPE_M ((GPIO_PIN2_INT_TYPE_V)<<(GPIO_PIN2_INT_TYPE_S)) @@ -526,8 +541,10 @@ #define GPIO_PIN3_REG (DR_REG_GPIO_BASE + 0x0094) /* GPIO_PIN3_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN3_INT_ENA 0x0000001F #define GPIO_PIN3_INT_ENA_M ((GPIO_PIN3_INT_ENA_V)<<(GPIO_PIN3_INT_ENA_S)) @@ -552,7 +569,9 @@ /* GPIO_PIN3_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN3_INT_TYPE 0x00000007 #define GPIO_PIN3_INT_TYPE_M ((GPIO_PIN3_INT_TYPE_V)<<(GPIO_PIN3_INT_TYPE_S)) @@ -570,8 +589,10 @@ #define GPIO_PIN4_REG (DR_REG_GPIO_BASE + 0x0098) /* GPIO_PIN4_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN4_INT_ENA 0x0000001F #define GPIO_PIN4_INT_ENA_M ((GPIO_PIN4_INT_ENA_V)<<(GPIO_PIN4_INT_ENA_S)) @@ -596,7 +617,9 @@ /* GPIO_PIN4_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN4_INT_TYPE 0x00000007 #define GPIO_PIN4_INT_TYPE_M ((GPIO_PIN4_INT_TYPE_V)<<(GPIO_PIN4_INT_TYPE_S)) @@ -614,8 +637,10 @@ #define GPIO_PIN5_REG (DR_REG_GPIO_BASE + 0x009c) /* GPIO_PIN5_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN5_INT_ENA 0x0000001F #define GPIO_PIN5_INT_ENA_M ((GPIO_PIN5_INT_ENA_V)<<(GPIO_PIN5_INT_ENA_S)) @@ -640,7 +665,9 @@ /* GPIO_PIN5_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN5_INT_TYPE 0x00000007 #define GPIO_PIN5_INT_TYPE_M ((GPIO_PIN5_INT_TYPE_V)<<(GPIO_PIN5_INT_TYPE_S)) @@ -658,8 +685,10 @@ #define GPIO_PIN6_REG (DR_REG_GPIO_BASE + 0x00a0) /* GPIO_PIN6_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN6_INT_ENA 0x0000001F #define GPIO_PIN6_INT_ENA_M ((GPIO_PIN6_INT_ENA_V)<<(GPIO_PIN6_INT_ENA_S)) @@ -684,7 +713,9 @@ /* GPIO_PIN6_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN6_INT_TYPE 0x00000007 #define GPIO_PIN6_INT_TYPE_M ((GPIO_PIN6_INT_TYPE_V)<<(GPIO_PIN6_INT_TYPE_S)) @@ -702,8 +733,10 @@ #define GPIO_PIN7_REG (DR_REG_GPIO_BASE + 0x00a4) /* GPIO_PIN7_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN7_INT_ENA 0x0000001F #define GPIO_PIN7_INT_ENA_M ((GPIO_PIN7_INT_ENA_V)<<(GPIO_PIN7_INT_ENA_S)) @@ -728,7 +761,9 @@ /* GPIO_PIN7_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN7_INT_TYPE 0x00000007 #define GPIO_PIN7_INT_TYPE_M ((GPIO_PIN7_INT_TYPE_V)<<(GPIO_PIN7_INT_TYPE_S)) @@ -746,8 +781,10 @@ #define GPIO_PIN8_REG (DR_REG_GPIO_BASE + 0x00a8) /* GPIO_PIN8_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN8_INT_ENA 0x0000001F #define GPIO_PIN8_INT_ENA_M ((GPIO_PIN8_INT_ENA_V)<<(GPIO_PIN8_INT_ENA_S)) @@ -772,7 +809,9 @@ /* GPIO_PIN8_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN8_INT_TYPE 0x00000007 #define GPIO_PIN8_INT_TYPE_M ((GPIO_PIN8_INT_TYPE_V)<<(GPIO_PIN8_INT_TYPE_S)) @@ -790,8 +829,10 @@ #define GPIO_PIN9_REG (DR_REG_GPIO_BASE + 0x00ac) /* GPIO_PIN9_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN9_INT_ENA 0x0000001F #define GPIO_PIN9_INT_ENA_M ((GPIO_PIN9_INT_ENA_V)<<(GPIO_PIN9_INT_ENA_S)) @@ -816,7 +857,9 @@ /* GPIO_PIN9_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN9_INT_TYPE 0x00000007 #define GPIO_PIN9_INT_TYPE_M ((GPIO_PIN9_INT_TYPE_V)<<(GPIO_PIN9_INT_TYPE_S)) @@ -834,8 +877,10 @@ #define GPIO_PIN10_REG (DR_REG_GPIO_BASE + 0x00b0) /* GPIO_PIN10_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN10_INT_ENA 0x0000001F #define GPIO_PIN10_INT_ENA_M ((GPIO_PIN10_INT_ENA_V)<<(GPIO_PIN10_INT_ENA_S)) @@ -860,7 +905,9 @@ /* GPIO_PIN10_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN10_INT_TYPE 0x00000007 #define GPIO_PIN10_INT_TYPE_M ((GPIO_PIN10_INT_TYPE_V)<<(GPIO_PIN10_INT_TYPE_S)) @@ -878,8 +925,10 @@ #define GPIO_PIN11_REG (DR_REG_GPIO_BASE + 0x00b4) /* GPIO_PIN11_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN11_INT_ENA 0x0000001F #define GPIO_PIN11_INT_ENA_M ((GPIO_PIN11_INT_ENA_V)<<(GPIO_PIN11_INT_ENA_S)) @@ -904,7 +953,9 @@ /* GPIO_PIN11_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN11_INT_TYPE 0x00000007 #define GPIO_PIN11_INT_TYPE_M ((GPIO_PIN11_INT_TYPE_V)<<(GPIO_PIN11_INT_TYPE_S)) @@ -922,8 +973,10 @@ #define GPIO_PIN12_REG (DR_REG_GPIO_BASE + 0x00b8) /* GPIO_PIN12_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN12_INT_ENA 0x0000001F #define GPIO_PIN12_INT_ENA_M ((GPIO_PIN12_INT_ENA_V)<<(GPIO_PIN12_INT_ENA_S)) @@ -948,7 +1001,9 @@ /* GPIO_PIN12_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN12_INT_TYPE 0x00000007 #define GPIO_PIN12_INT_TYPE_M ((GPIO_PIN12_INT_TYPE_V)<<(GPIO_PIN12_INT_TYPE_S)) @@ -966,8 +1021,10 @@ #define GPIO_PIN13_REG (DR_REG_GPIO_BASE + 0x00bc) /* GPIO_PIN13_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN13_INT_ENA 0x0000001F #define GPIO_PIN13_INT_ENA_M ((GPIO_PIN13_INT_ENA_V)<<(GPIO_PIN13_INT_ENA_S)) @@ -992,7 +1049,9 @@ /* GPIO_PIN13_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN13_INT_TYPE 0x00000007 #define GPIO_PIN13_INT_TYPE_M ((GPIO_PIN13_INT_TYPE_V)<<(GPIO_PIN13_INT_TYPE_S)) @@ -1010,8 +1069,10 @@ #define GPIO_PIN14_REG (DR_REG_GPIO_BASE + 0x00c0) /* GPIO_PIN14_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN14_INT_ENA 0x0000001F #define GPIO_PIN14_INT_ENA_M ((GPIO_PIN14_INT_ENA_V)<<(GPIO_PIN14_INT_ENA_S)) @@ -1036,7 +1097,9 @@ /* GPIO_PIN14_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN14_INT_TYPE 0x00000007 #define GPIO_PIN14_INT_TYPE_M ((GPIO_PIN14_INT_TYPE_V)<<(GPIO_PIN14_INT_TYPE_S)) @@ -1054,8 +1117,10 @@ #define GPIO_PIN15_REG (DR_REG_GPIO_BASE + 0x00c4) /* GPIO_PIN15_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN15_INT_ENA 0x0000001F #define GPIO_PIN15_INT_ENA_M ((GPIO_PIN15_INT_ENA_V)<<(GPIO_PIN15_INT_ENA_S)) @@ -1080,7 +1145,9 @@ /* GPIO_PIN15_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN15_INT_TYPE 0x00000007 #define GPIO_PIN15_INT_TYPE_M ((GPIO_PIN15_INT_TYPE_V)<<(GPIO_PIN15_INT_TYPE_S)) @@ -1098,8 +1165,10 @@ #define GPIO_PIN16_REG (DR_REG_GPIO_BASE + 0x00c8) /* GPIO_PIN16_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN16_INT_ENA 0x0000001F #define GPIO_PIN16_INT_ENA_M ((GPIO_PIN16_INT_ENA_V)<<(GPIO_PIN16_INT_ENA_S)) @@ -1124,7 +1193,9 @@ /* GPIO_PIN16_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN16_INT_TYPE 0x00000007 #define GPIO_PIN16_INT_TYPE_M ((GPIO_PIN16_INT_TYPE_V)<<(GPIO_PIN16_INT_TYPE_S)) @@ -1142,8 +1213,10 @@ #define GPIO_PIN17_REG (DR_REG_GPIO_BASE + 0x00cc) /* GPIO_PIN17_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN17_INT_ENA 0x0000001F #define GPIO_PIN17_INT_ENA_M ((GPIO_PIN17_INT_ENA_V)<<(GPIO_PIN17_INT_ENA_S)) @@ -1168,7 +1241,9 @@ /* GPIO_PIN17_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN17_INT_TYPE 0x00000007 #define GPIO_PIN17_INT_TYPE_M ((GPIO_PIN17_INT_TYPE_V)<<(GPIO_PIN17_INT_TYPE_S)) @@ -1186,8 +1261,10 @@ #define GPIO_PIN18_REG (DR_REG_GPIO_BASE + 0x00d0) /* GPIO_PIN18_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN18_INT_ENA 0x0000001F #define GPIO_PIN18_INT_ENA_M ((GPIO_PIN18_INT_ENA_V)<<(GPIO_PIN18_INT_ENA_S)) @@ -1212,7 +1289,9 @@ /* GPIO_PIN18_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN18_INT_TYPE 0x00000007 #define GPIO_PIN18_INT_TYPE_M ((GPIO_PIN18_INT_TYPE_V)<<(GPIO_PIN18_INT_TYPE_S)) @@ -1230,8 +1309,10 @@ #define GPIO_PIN19_REG (DR_REG_GPIO_BASE + 0x00d4) /* GPIO_PIN19_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN19_INT_ENA 0x0000001F #define GPIO_PIN19_INT_ENA_M ((GPIO_PIN19_INT_ENA_V)<<(GPIO_PIN19_INT_ENA_S)) @@ -1256,7 +1337,9 @@ /* GPIO_PIN19_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN19_INT_TYPE 0x00000007 #define GPIO_PIN19_INT_TYPE_M ((GPIO_PIN19_INT_TYPE_V)<<(GPIO_PIN19_INT_TYPE_S)) @@ -1274,8 +1357,10 @@ #define GPIO_PIN20_REG (DR_REG_GPIO_BASE + 0x00d8) /* GPIO_PIN20_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-mask interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-mask interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN20_INT_ENA 0x0000001F #define GPIO_PIN20_INT_ENA_M ((GPIO_PIN20_INT_ENA_V)<<(GPIO_PIN20_INT_ENA_S)) @@ -1300,7 +1385,9 @@ /* GPIO_PIN20_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN20_INT_TYPE 0x00000007 #define GPIO_PIN20_INT_TYPE_M ((GPIO_PIN20_INT_TYPE_V)<<(GPIO_PIN20_INT_TYPE_S)) @@ -1318,8 +1405,10 @@ #define GPIO_PIN21_REG (DR_REG_GPIO_BASE + 0x00dc) /* GPIO_PIN21_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN21_INT_ENA 0x0000001F #define GPIO_PIN21_INT_ENA_M ((GPIO_PIN21_INT_ENA_V)<<(GPIO_PIN21_INT_ENA_S)) @@ -1344,7 +1433,9 @@ /* GPIO_PIN21_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN21_INT_TYPE 0x00000007 #define GPIO_PIN21_INT_TYPE_M ((GPIO_PIN21_INT_TYPE_V)<<(GPIO_PIN21_INT_TYPE_S)) @@ -1370,8 +1461,10 @@ #define GPIO_PIN22_INT_ENA_S 13 /* GPIO_PIN22_CONFIG : R/W ;bitpos:[12:11] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN22_CONFIG 0x00000003 #define GPIO_PIN22_CONFIG_M ((GPIO_PIN22_CONFIG_V)<<(GPIO_PIN22_CONFIG_S)) @@ -1405,8 +1498,10 @@ #define GPIO_PIN23_REG (DR_REG_GPIO_BASE + 0x00e4) /* GPIO_PIN23_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN23_INT_ENA 0x0000001F #define GPIO_PIN23_INT_ENA_M ((GPIO_PIN23_INT_ENA_V)<<(GPIO_PIN23_INT_ENA_S)) @@ -1431,7 +1526,9 @@ /* GPIO_PIN23_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN23_INT_TYPE 0x00000007 #define GPIO_PIN23_INT_TYPE_M ((GPIO_PIN23_INT_TYPE_V)<<(GPIO_PIN23_INT_TYPE_S)) @@ -1449,8 +1546,10 @@ #define GPIO_PIN24_REG (DR_REG_GPIO_BASE + 0x00e8) /* GPIO_PIN24_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN24_INT_ENA 0x0000001F #define GPIO_PIN24_INT_ENA_M ((GPIO_PIN24_INT_ENA_V)<<(GPIO_PIN24_INT_ENA_S)) @@ -1475,7 +1574,9 @@ /* GPIO_PIN24_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN24_INT_TYPE 0x00000007 #define GPIO_PIN24_INT_TYPE_M ((GPIO_PIN24_INT_TYPE_V)<<(GPIO_PIN24_INT_TYPE_S)) @@ -1493,8 +1594,10 @@ #define GPIO_PIN25_REG (DR_REG_GPIO_BASE + 0x00ec) /* GPIO_PIN25_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN25_INT_ENA 0x0000001F #define GPIO_PIN25_INT_ENA_M ((GPIO_PIN25_INT_ENA_V)<<(GPIO_PIN25_INT_ENA_S)) @@ -1519,7 +1622,9 @@ /* GPIO_PIN25_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN25_INT_TYPE 0x00000007 #define GPIO_PIN25_INT_TYPE_M ((GPIO_PIN25_INT_TYPE_V)<<(GPIO_PIN25_INT_TYPE_S)) @@ -1537,8 +1642,10 @@ #define GPIO_PIN26_REG (DR_REG_GPIO_BASE + 0x00f0) /* GPIO_PIN26_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN26_INT_ENA 0x0000001F #define GPIO_PIN26_INT_ENA_M ((GPIO_PIN26_INT_ENA_V)<<(GPIO_PIN26_INT_ENA_S)) @@ -1563,7 +1670,9 @@ /* GPIO_PIN26_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN26_INT_TYPE 0x00000007 #define GPIO_PIN26_INT_TYPE_M ((GPIO_PIN26_INT_TYPE_V)<<(GPIO_PIN26_INT_TYPE_S)) @@ -1581,8 +1690,10 @@ #define GPIO_PIN27_REG (DR_REG_GPIO_BASE + 0x00f4) /* GPIO_PIN27_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN27_INT_ENA 0x0000001F #define GPIO_PIN27_INT_ENA_M ((GPIO_PIN27_INT_ENA_V)<<(GPIO_PIN27_INT_ENA_S)) @@ -1607,7 +1718,9 @@ /* GPIO_PIN27_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN27_INT_TYPE 0x00000007 #define GPIO_PIN27_INT_TYPE_M ((GPIO_PIN27_INT_TYPE_V)<<(GPIO_PIN27_INT_TYPE_S)) @@ -1625,8 +1738,10 @@ #define GPIO_PIN28_REG (DR_REG_GPIO_BASE + 0x00f8) /* GPIO_PIN28_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN28_INT_ENA 0x0000001F #define GPIO_PIN28_INT_ENA_M ((GPIO_PIN28_INT_ENA_V)<<(GPIO_PIN28_INT_ENA_S)) @@ -1651,7 +1766,9 @@ /* GPIO_PIN28_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN28_INT_TYPE 0x00000007 #define GPIO_PIN28_INT_TYPE_M ((GPIO_PIN28_INT_TYPE_V)<<(GPIO_PIN28_INT_TYPE_S)) @@ -1669,8 +1786,10 @@ #define GPIO_PIN29_REG (DR_REG_GPIO_BASE + 0x00fc) /* GPIO_PIN29_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN29_INT_ENA 0x0000001F #define GPIO_PIN29_INT_ENA_M ((GPIO_PIN29_INT_ENA_V)<<(GPIO_PIN29_INT_ENA_S)) @@ -1695,7 +1814,9 @@ /* GPIO_PIN29_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN29_INT_TYPE 0x00000007 #define GPIO_PIN29_INT_TYPE_M ((GPIO_PIN29_INT_TYPE_V)<<(GPIO_PIN29_INT_TYPE_S)) @@ -1713,8 +1834,10 @@ #define GPIO_PIN30_REG (DR_REG_GPIO_BASE + 0x0100) /* GPIO_PIN30_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN30_INT_ENA 0x0000001F #define GPIO_PIN30_INT_ENA_M ((GPIO_PIN30_INT_ENA_V)<<(GPIO_PIN30_INT_ENA_S)) @@ -1739,7 +1862,9 @@ /* GPIO_PIN30_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN30_INT_TYPE 0x00000007 #define GPIO_PIN30_INT_TYPE_M ((GPIO_PIN30_INT_TYPE_V)<<(GPIO_PIN30_INT_TYPE_S)) @@ -1757,8 +1882,10 @@ #define GPIO_PIN31_REG (DR_REG_GPIO_BASE + 0x0104) /* GPIO_PIN31_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN31_INT_ENA 0x0000001F #define GPIO_PIN31_INT_ENA_M ((GPIO_PIN31_INT_ENA_V)<<(GPIO_PIN31_INT_ENA_S)) @@ -1783,7 +1910,9 @@ /* GPIO_PIN31_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN31_INT_TYPE 0x00000007 #define GPIO_PIN31_INT_TYPE_M ((GPIO_PIN31_INT_TYPE_V)<<(GPIO_PIN31_INT_TYPE_S)) @@ -1801,8 +1930,10 @@ #define GPIO_PIN32_REG (DR_REG_GPIO_BASE + 0x0108) /* GPIO_PIN32_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN32_INT_ENA 0x0000001F #define GPIO_PIN32_INT_ENA_M ((GPIO_PIN32_INT_ENA_V)<<(GPIO_PIN32_INT_ENA_S)) @@ -1827,7 +1958,9 @@ /* GPIO_PIN32_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN32_INT_TYPE 0x00000007 #define GPIO_PIN32_INT_TYPE_M ((GPIO_PIN32_INT_TYPE_V)<<(GPIO_PIN32_INT_TYPE_S)) @@ -1845,8 +1978,10 @@ #define GPIO_PIN33_REG (DR_REG_GPIO_BASE + 0x010c) /* GPIO_PIN33_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN33_INT_ENA 0x0000001F #define GPIO_PIN33_INT_ENA_M ((GPIO_PIN33_INT_ENA_V)<<(GPIO_PIN33_INT_ENA_S)) @@ -1871,7 +2006,9 @@ /* GPIO_PIN33_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN33_INT_TYPE 0x00000007 #define GPIO_PIN33_INT_TYPE_M ((GPIO_PIN33_INT_TYPE_V)<<(GPIO_PIN33_INT_TYPE_S)) @@ -1889,8 +2026,10 @@ #define GPIO_PIN34_REG (DR_REG_GPIO_BASE + 0x0110) /* GPIO_PIN34_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN34_INT_ENA 0x0000001F #define GPIO_PIN34_INT_ENA_M ((GPIO_PIN34_INT_ENA_V)<<(GPIO_PIN34_INT_ENA_S)) @@ -1915,7 +2054,9 @@ /* GPIO_PIN34_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN34_INT_TYPE 0x00000007 #define GPIO_PIN34_INT_TYPE_M ((GPIO_PIN34_INT_TYPE_V)<<(GPIO_PIN34_INT_TYPE_S)) @@ -1933,8 +2074,10 @@ #define GPIO_PIN35_REG (DR_REG_GPIO_BASE + 0x0114) /* GPIO_PIN35_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN35_INT_ENA 0x0000001F #define GPIO_PIN35_INT_ENA_M ((GPIO_PIN35_INT_ENA_V)<<(GPIO_PIN35_INT_ENA_S)) @@ -1959,7 +2102,9 @@ /* GPIO_PIN35_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN35_INT_TYPE 0x00000007 #define GPIO_PIN35_INT_TYPE_M ((GPIO_PIN35_INT_TYPE_V)<<(GPIO_PIN35_INT_TYPE_S)) @@ -1977,8 +2122,10 @@ #define GPIO_PIN36_REG (DR_REG_GPIO_BASE + 0x0118) /* GPIO_PIN36_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN36_INT_ENA 0x0000001F #define GPIO_PIN36_INT_ENA_M ((GPIO_PIN36_INT_ENA_V)<<(GPIO_PIN36_INT_ENA_S)) @@ -2003,7 +2150,9 @@ /* GPIO_PIN36_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN36_INT_TYPE 0x00000007 #define GPIO_PIN36_INT_TYPE_M ((GPIO_PIN36_INT_TYPE_V)<<(GPIO_PIN36_INT_TYPE_S)) @@ -2021,8 +2170,10 @@ #define GPIO_PIN37_REG (DR_REG_GPIO_BASE + 0x011c) /* GPIO_PIN37_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN37_INT_ENA 0x0000001F #define GPIO_PIN37_INT_ENA_M ((GPIO_PIN37_INT_ENA_V)<<(GPIO_PIN37_INT_ENA_S)) @@ -2047,7 +2198,9 @@ /* GPIO_PIN37_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN37_INT_TYPE 0x00000007 #define GPIO_PIN37_INT_TYPE_M ((GPIO_PIN37_INT_TYPE_V)<<(GPIO_PIN37_INT_TYPE_S)) @@ -2065,8 +2218,10 @@ #define GPIO_PIN38_REG (DR_REG_GPIO_BASE + 0x0120) /* GPIO_PIN38_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN38_INT_ENA 0x0000001F #define GPIO_PIN38_INT_ENA_M ((GPIO_PIN38_INT_ENA_V)<<(GPIO_PIN38_INT_ENA_S)) @@ -2091,7 +2246,9 @@ /* GPIO_PIN38_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN38_INT_TYPE 0x00000007 #define GPIO_PIN38_INT_TYPE_M ((GPIO_PIN38_INT_TYPE_V)<<(GPIO_PIN38_INT_TYPE_S)) @@ -2109,8 +2266,10 @@ #define GPIO_PIN39_REG (DR_REG_GPIO_BASE + 0x0124) /* GPIO_PIN39_INT_ENA : R/W ;bitpos:[17:13] ;default: x ; */ -/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt - enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable */ +/* Description: bit0: APP CPU interrupt enable bit1: APP CPU non-maskable + * interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU + * non-maskable interrupt enable bit5: SDIO's extent interrupt enable. + */ #define GPIO_PIN39_INT_ENA 0x0000001F #define GPIO_PIN39_INT_ENA_M ((GPIO_PIN39_INT_ENA_V)<<(GPIO_PIN39_INT_ENA_S)) @@ -2135,7 +2294,9 @@ /* GPIO_PIN39_INT_TYPE : R/W ;bitpos:[9:7] ;default: x ; */ /* Description: if set to 0: GPIO interrupt disable if set to 1: rising edge - trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger */ + * trigger if set to 2: falling edge trigger if set to 3: any edge + * trigger if set to 4: low level trigger if set to 5: high level trigger. + */ #define GPIO_PIN39_INT_TYPE 0x00000007 #define GPIO_PIN39_INT_TYPE_M ((GPIO_PIN39_INT_TYPE_V)<<(GPIO_PIN39_INT_TYPE_S)) @@ -2197,18 +2358,21 @@ #define GPIO_FUNC0_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0130) /* GPIO_SIG0_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG0_IN_SEL (BIT(7)) +#define GPIO_SIG0_IN_SEL (BIT(7)) #define GPIO_SIG0_IN_SEL_M (BIT(7)) #define GPIO_SIG0_IN_SEL_V 0x1 #define GPIO_SIG0_IN_SEL_S 7 /* GPIO_FUNC0_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC0_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC0_IN_INV_SEL (BIT(6)) #define GPIO_FUNC0_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC0_IN_INV_SEL_V 0x1 #define GPIO_FUNC0_IN_INV_SEL_S 6 @@ -2216,7 +2380,7 @@ /* GPIO_FUNC0_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC0_IN_SEL 0x0000003F +#define GPIO_FUNC0_IN_SEL 0x0000003F #define GPIO_FUNC0_IN_SEL_M ((GPIO_FUNC0_IN_SEL_V)<<(GPIO_FUNC0_IN_SEL_S)) #define GPIO_FUNC0_IN_SEL_V 0x3F #define GPIO_FUNC0_IN_SEL_S 0 @@ -2224,18 +2388,21 @@ #define GPIO_FUNC1_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0134) /* GPIO_SIG1_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG1_IN_SEL (BIT(7)) +#define GPIO_SIG1_IN_SEL (BIT(7)) #define GPIO_SIG1_IN_SEL_M (BIT(7)) #define GPIO_SIG1_IN_SEL_V 0x1 #define GPIO_SIG1_IN_SEL_S 7 /* GPIO_FUNC1_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC1_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC1_IN_INV_SEL (BIT(6)) #define GPIO_FUNC1_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC1_IN_INV_SEL_V 0x1 #define GPIO_FUNC1_IN_INV_SEL_S 6 @@ -2243,7 +2410,7 @@ /* GPIO_FUNC1_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC1_IN_SEL 0x0000003F +#define GPIO_FUNC1_IN_SEL 0x0000003F #define GPIO_FUNC1_IN_SEL_M ((GPIO_FUNC1_IN_SEL_V)<<(GPIO_FUNC1_IN_SEL_S)) #define GPIO_FUNC1_IN_SEL_V 0x3F #define GPIO_FUNC1_IN_SEL_S 0 @@ -2251,18 +2418,21 @@ #define GPIO_FUNC2_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0138) /* GPIO_SIG2_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG2_IN_SEL (BIT(7)) +#define GPIO_SIG2_IN_SEL (BIT(7)) #define GPIO_SIG2_IN_SEL_M (BIT(7)) #define GPIO_SIG2_IN_SEL_V 0x1 #define GPIO_SIG2_IN_SEL_S 7 /* GPIO_FUNC2_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC2_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC2_IN_INV_SEL (BIT(6)) #define GPIO_FUNC2_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC2_IN_INV_SEL_V 0x1 #define GPIO_FUNC2_IN_INV_SEL_S 6 @@ -2270,7 +2440,7 @@ /* GPIO_FUNC2_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC2_IN_SEL 0x0000003F +#define GPIO_FUNC2_IN_SEL 0x0000003F #define GPIO_FUNC2_IN_SEL_M ((GPIO_FUNC2_IN_SEL_V)<<(GPIO_FUNC2_IN_SEL_S)) #define GPIO_FUNC2_IN_SEL_V 0x3F #define GPIO_FUNC2_IN_SEL_S 0 @@ -2278,18 +2448,21 @@ #define GPIO_FUNC3_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x013c) /* GPIO_SIG3_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG3_IN_SEL (BIT(7)) +#define GPIO_SIG3_IN_SEL (BIT(7)) #define GPIO_SIG3_IN_SEL_M (BIT(7)) #define GPIO_SIG3_IN_SEL_V 0x1 #define GPIO_SIG3_IN_SEL_S 7 /* GPIO_FUNC3_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC3_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC3_IN_INV_SEL (BIT(6)) #define GPIO_FUNC3_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC3_IN_INV_SEL_V 0x1 #define GPIO_FUNC3_IN_INV_SEL_S 6 @@ -2297,7 +2470,7 @@ /* GPIO_FUNC3_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC3_IN_SEL 0x0000003F +#define GPIO_FUNC3_IN_SEL 0x0000003F #define GPIO_FUNC3_IN_SEL_M ((GPIO_FUNC3_IN_SEL_V)<<(GPIO_FUNC3_IN_SEL_S)) #define GPIO_FUNC3_IN_SEL_V 0x3F #define GPIO_FUNC3_IN_SEL_S 0 @@ -2305,18 +2478,21 @@ #define GPIO_FUNC4_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0140) /* GPIO_SIG4_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG4_IN_SEL (BIT(7)) +#define GPIO_SIG4_IN_SEL (BIT(7)) #define GPIO_SIG4_IN_SEL_M (BIT(7)) #define GPIO_SIG4_IN_SEL_V 0x1 #define GPIO_SIG4_IN_SEL_S 7 /* GPIO_FUNC4_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC4_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC4_IN_INV_SEL (BIT(6)) #define GPIO_FUNC4_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC4_IN_INV_SEL_V 0x1 #define GPIO_FUNC4_IN_INV_SEL_S 6 @@ -2324,7 +2500,7 @@ /* GPIO_FUNC4_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC4_IN_SEL 0x0000003F +#define GPIO_FUNC4_IN_SEL 0x0000003F #define GPIO_FUNC4_IN_SEL_M ((GPIO_FUNC4_IN_SEL_V)<<(GPIO_FUNC4_IN_SEL_S)) #define GPIO_FUNC4_IN_SEL_V 0x3F #define GPIO_FUNC4_IN_SEL_S 0 @@ -2332,18 +2508,21 @@ #define GPIO_FUNC5_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0144) /* GPIO_SIG5_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG5_IN_SEL (BIT(7)) +#define GPIO_SIG5_IN_SEL (BIT(7)) #define GPIO_SIG5_IN_SEL_M (BIT(7)) #define GPIO_SIG5_IN_SEL_V 0x1 #define GPIO_SIG5_IN_SEL_S 7 /* GPIO_FUNC5_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC5_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC5_IN_INV_SEL (BIT(6)) #define GPIO_FUNC5_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC5_IN_INV_SEL_V 0x1 #define GPIO_FUNC5_IN_INV_SEL_S 6 @@ -2351,7 +2530,7 @@ /* GPIO_FUNC5_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC5_IN_SEL 0x0000003F +#define GPIO_FUNC5_IN_SEL 0x0000003F #define GPIO_FUNC5_IN_SEL_M ((GPIO_FUNC5_IN_SEL_V)<<(GPIO_FUNC5_IN_SEL_S)) #define GPIO_FUNC5_IN_SEL_V 0x3F #define GPIO_FUNC5_IN_SEL_S 0 @@ -2359,18 +2538,21 @@ #define GPIO_FUNC6_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0148) /* GPIO_SIG6_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG6_IN_SEL (BIT(7)) +#define GPIO_SIG6_IN_SEL (BIT(7)) #define GPIO_SIG6_IN_SEL_M (BIT(7)) #define GPIO_SIG6_IN_SEL_V 0x1 #define GPIO_SIG6_IN_SEL_S 7 /* GPIO_FUNC6_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC6_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC6_IN_INV_SEL (BIT(6)) #define GPIO_FUNC6_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC6_IN_INV_SEL_V 0x1 #define GPIO_FUNC6_IN_INV_SEL_S 6 @@ -2378,7 +2560,7 @@ /* GPIO_FUNC6_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC6_IN_SEL 0x0000003F +#define GPIO_FUNC6_IN_SEL 0x0000003F #define GPIO_FUNC6_IN_SEL_M ((GPIO_FUNC6_IN_SEL_V)<<(GPIO_FUNC6_IN_SEL_S)) #define GPIO_FUNC6_IN_SEL_V 0x3F #define GPIO_FUNC6_IN_SEL_S 0 @@ -2386,18 +2568,21 @@ #define GPIO_FUNC7_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x014c) /* GPIO_SIG7_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG7_IN_SEL (BIT(7)) +#define GPIO_SIG7_IN_SEL (BIT(7)) #define GPIO_SIG7_IN_SEL_M (BIT(7)) #define GPIO_SIG7_IN_SEL_V 0x1 #define GPIO_SIG7_IN_SEL_S 7 /* GPIO_FUNC7_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC7_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC7_IN_INV_SEL (BIT(6)) #define GPIO_FUNC7_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC7_IN_INV_SEL_V 0x1 #define GPIO_FUNC7_IN_INV_SEL_S 6 @@ -2405,7 +2590,7 @@ /* GPIO_FUNC7_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC7_IN_SEL 0x0000003F +#define GPIO_FUNC7_IN_SEL 0x0000003F #define GPIO_FUNC7_IN_SEL_M ((GPIO_FUNC7_IN_SEL_V)<<(GPIO_FUNC7_IN_SEL_S)) #define GPIO_FUNC7_IN_SEL_V 0x3F #define GPIO_FUNC7_IN_SEL_S 0 @@ -2413,18 +2598,21 @@ #define GPIO_FUNC8_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0150) /* GPIO_SIG8_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG8_IN_SEL (BIT(7)) +#define GPIO_SIG8_IN_SEL (BIT(7)) #define GPIO_SIG8_IN_SEL_M (BIT(7)) #define GPIO_SIG8_IN_SEL_V 0x1 #define GPIO_SIG8_IN_SEL_S 7 /* GPIO_FUNC8_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC8_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC8_IN_INV_SEL (BIT(6)) #define GPIO_FUNC8_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC8_IN_INV_SEL_V 0x1 #define GPIO_FUNC8_IN_INV_SEL_S 6 @@ -2432,7 +2620,7 @@ /* GPIO_FUNC8_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC8_IN_SEL 0x0000003F +#define GPIO_FUNC8_IN_SEL 0x0000003F #define GPIO_FUNC8_IN_SEL_M ((GPIO_FUNC8_IN_SEL_V)<<(GPIO_FUNC8_IN_SEL_S)) #define GPIO_FUNC8_IN_SEL_V 0x3F #define GPIO_FUNC8_IN_SEL_S 0 @@ -2440,18 +2628,21 @@ #define GPIO_FUNC9_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0154) /* GPIO_SIG9_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG9_IN_SEL (BIT(7)) +#define GPIO_SIG9_IN_SEL (BIT(7)) #define GPIO_SIG9_IN_SEL_M (BIT(7)) #define GPIO_SIG9_IN_SEL_V 0x1 #define GPIO_SIG9_IN_SEL_S 7 /* GPIO_FUNC9_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC9_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC9_IN_INV_SEL (BIT(6)) #define GPIO_FUNC9_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC9_IN_INV_SEL_V 0x1 #define GPIO_FUNC9_IN_INV_SEL_S 6 @@ -2459,7 +2650,7 @@ /* GPIO_FUNC9_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC9_IN_SEL 0x0000003F +#define GPIO_FUNC9_IN_SEL 0x0000003F #define GPIO_FUNC9_IN_SEL_M ((GPIO_FUNC9_IN_SEL_V)<<(GPIO_FUNC9_IN_SEL_S)) #define GPIO_FUNC9_IN_SEL_V 0x3F #define GPIO_FUNC9_IN_SEL_S 0 @@ -2467,18 +2658,21 @@ #define GPIO_FUNC10_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0158) /* GPIO_SIG10_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG10_IN_SEL (BIT(7)) +#define GPIO_SIG10_IN_SEL (BIT(7)) #define GPIO_SIG10_IN_SEL_M (BIT(7)) #define GPIO_SIG10_IN_SEL_V 0x1 #define GPIO_SIG10_IN_SEL_S 7 /* GPIO_FUNC10_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC10_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC10_IN_INV_SEL (BIT(6)) #define GPIO_FUNC10_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC10_IN_INV_SEL_V 0x1 #define GPIO_FUNC10_IN_INV_SEL_S 6 @@ -2486,7 +2680,7 @@ /* GPIO_FUNC10_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC10_IN_SEL 0x0000003F +#define GPIO_FUNC10_IN_SEL 0x0000003F #define GPIO_FUNC10_IN_SEL_M ((GPIO_FUNC10_IN_SEL_V)<<(GPIO_FUNC10_IN_SEL_S)) #define GPIO_FUNC10_IN_SEL_V 0x3F #define GPIO_FUNC10_IN_SEL_S 0 @@ -2494,18 +2688,21 @@ #define GPIO_FUNC11_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x015c) /* GPIO_SIG11_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG11_IN_SEL (BIT(7)) +#define GPIO_SIG11_IN_SEL (BIT(7)) #define GPIO_SIG11_IN_SEL_M (BIT(7)) #define GPIO_SIG11_IN_SEL_V 0x1 #define GPIO_SIG11_IN_SEL_S 7 /* GPIO_FUNC11_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC11_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC11_IN_INV_SEL (BIT(6)) #define GPIO_FUNC11_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC11_IN_INV_SEL_V 0x1 #define GPIO_FUNC11_IN_INV_SEL_S 6 @@ -2513,7 +2710,7 @@ /* GPIO_FUNC11_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC11_IN_SEL 0x0000003F +#define GPIO_FUNC11_IN_SEL 0x0000003F #define GPIO_FUNC11_IN_SEL_M ((GPIO_FUNC11_IN_SEL_V)<<(GPIO_FUNC11_IN_SEL_S)) #define GPIO_FUNC11_IN_SEL_V 0x3F #define GPIO_FUNC11_IN_SEL_S 0 @@ -2521,18 +2718,21 @@ #define GPIO_FUNC12_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0160) /* GPIO_SIG12_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG12_IN_SEL (BIT(7)) +#define GPIO_SIG12_IN_SEL (BIT(7)) #define GPIO_SIG12_IN_SEL_M (BIT(7)) #define GPIO_SIG12_IN_SEL_V 0x1 #define GPIO_SIG12_IN_SEL_S 7 /* GPIO_FUNC12_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC12_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC12_IN_INV_SEL (BIT(6)) #define GPIO_FUNC12_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC12_IN_INV_SEL_V 0x1 #define GPIO_FUNC12_IN_INV_SEL_S 6 @@ -2540,7 +2740,7 @@ /* GPIO_FUNC12_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC12_IN_SEL 0x0000003F +#define GPIO_FUNC12_IN_SEL 0x0000003F #define GPIO_FUNC12_IN_SEL_M ((GPIO_FUNC12_IN_SEL_V)<<(GPIO_FUNC12_IN_SEL_S)) #define GPIO_FUNC12_IN_SEL_V 0x3F #define GPIO_FUNC12_IN_SEL_S 0 @@ -2548,18 +2748,21 @@ #define GPIO_FUNC13_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0164) /* GPIO_SIG13_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG13_IN_SEL (BIT(7)) +#define GPIO_SIG13_IN_SEL (BIT(7)) #define GPIO_SIG13_IN_SEL_M (BIT(7)) #define GPIO_SIG13_IN_SEL_V 0x1 #define GPIO_SIG13_IN_SEL_S 7 /* GPIO_FUNC13_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC13_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC13_IN_INV_SEL (BIT(6)) #define GPIO_FUNC13_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC13_IN_INV_SEL_V 0x1 #define GPIO_FUNC13_IN_INV_SEL_S 6 @@ -2567,7 +2770,7 @@ /* GPIO_FUNC13_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC13_IN_SEL 0x0000003F +#define GPIO_FUNC13_IN_SEL 0x0000003F #define GPIO_FUNC13_IN_SEL_M ((GPIO_FUNC13_IN_SEL_V)<<(GPIO_FUNC13_IN_SEL_S)) #define GPIO_FUNC13_IN_SEL_V 0x3F #define GPIO_FUNC13_IN_SEL_S 0 @@ -2575,18 +2778,21 @@ #define GPIO_FUNC14_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0168) /* GPIO_SIG14_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG14_IN_SEL (BIT(7)) +#define GPIO_SIG14_IN_SEL (BIT(7)) #define GPIO_SIG14_IN_SEL_M (BIT(7)) #define GPIO_SIG14_IN_SEL_V 0x1 #define GPIO_SIG14_IN_SEL_S 7 /* GPIO_FUNC14_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC14_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC14_IN_INV_SEL (BIT(6)) #define GPIO_FUNC14_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC14_IN_INV_SEL_V 0x1 #define GPIO_FUNC14_IN_INV_SEL_S 6 @@ -2594,7 +2800,7 @@ /* GPIO_FUNC14_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC14_IN_SEL 0x0000003F +#define GPIO_FUNC14_IN_SEL 0x0000003F #define GPIO_FUNC14_IN_SEL_M ((GPIO_FUNC14_IN_SEL_V)<<(GPIO_FUNC14_IN_SEL_S)) #define GPIO_FUNC14_IN_SEL_V 0x3F #define GPIO_FUNC14_IN_SEL_S 0 @@ -2602,18 +2808,21 @@ #define GPIO_FUNC15_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x016c) /* GPIO_SIG15_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG15_IN_SEL (BIT(7)) +#define GPIO_SIG15_IN_SEL (BIT(7)) #define GPIO_SIG15_IN_SEL_M (BIT(7)) #define GPIO_SIG15_IN_SEL_V 0x1 #define GPIO_SIG15_IN_SEL_S 7 /* GPIO_FUNC15_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC15_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC15_IN_INV_SEL (BIT(6)) #define GPIO_FUNC15_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC15_IN_INV_SEL_V 0x1 #define GPIO_FUNC15_IN_INV_SEL_S 6 @@ -2621,7 +2830,7 @@ /* GPIO_FUNC15_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC15_IN_SEL 0x0000003F +#define GPIO_FUNC15_IN_SEL 0x0000003F #define GPIO_FUNC15_IN_SEL_M ((GPIO_FUNC15_IN_SEL_V)<<(GPIO_FUNC15_IN_SEL_S)) #define GPIO_FUNC15_IN_SEL_V 0x3F #define GPIO_FUNC15_IN_SEL_S 0 @@ -2629,18 +2838,21 @@ #define GPIO_FUNC16_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0170) /* GPIO_SIG16_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG16_IN_SEL (BIT(7)) +#define GPIO_SIG16_IN_SEL (BIT(7)) #define GPIO_SIG16_IN_SEL_M (BIT(7)) #define GPIO_SIG16_IN_SEL_V 0x1 #define GPIO_SIG16_IN_SEL_S 7 /* GPIO_FUNC16_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC16_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC16_IN_INV_SEL (BIT(6)) #define GPIO_FUNC16_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC16_IN_INV_SEL_V 0x1 #define GPIO_FUNC16_IN_INV_SEL_S 6 @@ -2648,7 +2860,7 @@ /* GPIO_FUNC16_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC16_IN_SEL 0x0000003F +#define GPIO_FUNC16_IN_SEL 0x0000003F #define GPIO_FUNC16_IN_SEL_M ((GPIO_FUNC16_IN_SEL_V)<<(GPIO_FUNC16_IN_SEL_S)) #define GPIO_FUNC16_IN_SEL_V 0x3F #define GPIO_FUNC16_IN_SEL_S 0 @@ -2656,18 +2868,21 @@ #define GPIO_FUNC17_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0174) /* GPIO_SIG17_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG17_IN_SEL (BIT(7)) +#define GPIO_SIG17_IN_SEL (BIT(7)) #define GPIO_SIG17_IN_SEL_M (BIT(7)) #define GPIO_SIG17_IN_SEL_V 0x1 #define GPIO_SIG17_IN_SEL_S 7 /* GPIO_FUNC17_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC17_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC17_IN_INV_SEL (BIT(6)) #define GPIO_FUNC17_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC17_IN_INV_SEL_V 0x1 #define GPIO_FUNC17_IN_INV_SEL_S 6 @@ -2675,7 +2890,7 @@ /* GPIO_FUNC17_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC17_IN_SEL 0x0000003F +#define GPIO_FUNC17_IN_SEL 0x0000003F #define GPIO_FUNC17_IN_SEL_M ((GPIO_FUNC17_IN_SEL_V)<<(GPIO_FUNC17_IN_SEL_S)) #define GPIO_FUNC17_IN_SEL_V 0x3F #define GPIO_FUNC17_IN_SEL_S 0 @@ -2683,18 +2898,21 @@ #define GPIO_FUNC18_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0178) /* GPIO_SIG18_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG18_IN_SEL (BIT(7)) +#define GPIO_SIG18_IN_SEL (BIT(7)) #define GPIO_SIG18_IN_SEL_M (BIT(7)) #define GPIO_SIG18_IN_SEL_V 0x1 #define GPIO_SIG18_IN_SEL_S 7 /* GPIO_FUNC18_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC18_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC18_IN_INV_SEL (BIT(6)) #define GPIO_FUNC18_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC18_IN_INV_SEL_V 0x1 #define GPIO_FUNC18_IN_INV_SEL_S 6 @@ -2702,7 +2920,7 @@ /* GPIO_FUNC18_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC18_IN_SEL 0x0000003F +#define GPIO_FUNC18_IN_SEL 0x0000003F #define GPIO_FUNC18_IN_SEL_M ((GPIO_FUNC18_IN_SEL_V)<<(GPIO_FUNC18_IN_SEL_S)) #define GPIO_FUNC18_IN_SEL_V 0x3F #define GPIO_FUNC18_IN_SEL_S 0 @@ -2710,18 +2928,21 @@ #define GPIO_FUNC19_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x017c) /* GPIO_SIG19_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG19_IN_SEL (BIT(7)) +#define GPIO_SIG19_IN_SEL (BIT(7)) #define GPIO_SIG19_IN_SEL_M (BIT(7)) #define GPIO_SIG19_IN_SEL_V 0x1 #define GPIO_SIG19_IN_SEL_S 7 /* GPIO_FUNC19_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC19_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC19_IN_INV_SEL (BIT(6)) #define GPIO_FUNC19_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC19_IN_INV_SEL_V 0x1 #define GPIO_FUNC19_IN_INV_SEL_S 6 @@ -2729,7 +2950,7 @@ /* GPIO_FUNC19_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC19_IN_SEL 0x0000003F +#define GPIO_FUNC19_IN_SEL 0x0000003F #define GPIO_FUNC19_IN_SEL_M ((GPIO_FUNC19_IN_SEL_V)<<(GPIO_FUNC19_IN_SEL_S)) #define GPIO_FUNC19_IN_SEL_V 0x3F #define GPIO_FUNC19_IN_SEL_S 0 @@ -2737,18 +2958,21 @@ #define GPIO_FUNC20_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0180) /* GPIO_SIG20_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG20_IN_SEL (BIT(7)) +#define GPIO_SIG20_IN_SEL (BIT(7)) #define GPIO_SIG20_IN_SEL_M (BIT(7)) #define GPIO_SIG20_IN_SEL_V 0x1 #define GPIO_SIG20_IN_SEL_S 7 /* GPIO_FUNC20_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC20_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC20_IN_INV_SEL (BIT(6)) #define GPIO_FUNC20_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC20_IN_INV_SEL_V 0x1 #define GPIO_FUNC20_IN_INV_SEL_S 6 @@ -2756,7 +2980,7 @@ /* GPIO_FUNC20_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC20_IN_SEL 0x0000003F +#define GPIO_FUNC20_IN_SEL 0x0000003F #define GPIO_FUNC20_IN_SEL_M ((GPIO_FUNC20_IN_SEL_V)<<(GPIO_FUNC20_IN_SEL_S)) #define GPIO_FUNC20_IN_SEL_V 0x3F #define GPIO_FUNC20_IN_SEL_S 0 @@ -2764,18 +2988,21 @@ #define GPIO_FUNC21_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0184) /* GPIO_SIG21_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG21_IN_SEL (BIT(7)) +#define GPIO_SIG21_IN_SEL (BIT(7)) #define GPIO_SIG21_IN_SEL_M (BIT(7)) #define GPIO_SIG21_IN_SEL_V 0x1 #define GPIO_SIG21_IN_SEL_S 7 /* GPIO_FUNC21_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC21_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC21_IN_INV_SEL (BIT(6)) #define GPIO_FUNC21_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC21_IN_INV_SEL_V 0x1 #define GPIO_FUNC21_IN_INV_SEL_S 6 @@ -2783,7 +3010,7 @@ /* GPIO_FUNC21_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC21_IN_SEL 0x0000003F +#define GPIO_FUNC21_IN_SEL 0x0000003F #define GPIO_FUNC21_IN_SEL_M ((GPIO_FUNC21_IN_SEL_V)<<(GPIO_FUNC21_IN_SEL_S)) #define GPIO_FUNC21_IN_SEL_V 0x3F #define GPIO_FUNC21_IN_SEL_S 0 @@ -2791,18 +3018,21 @@ #define GPIO_FUNC22_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0188) /* GPIO_SIG22_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG22_IN_SEL (BIT(7)) +#define GPIO_SIG22_IN_SEL (BIT(7)) #define GPIO_SIG22_IN_SEL_M (BIT(7)) #define GPIO_SIG22_IN_SEL_V 0x1 #define GPIO_SIG22_IN_SEL_S 7 /* GPIO_FUNC22_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC22_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC22_IN_INV_SEL (BIT(6)) #define GPIO_FUNC22_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC22_IN_INV_SEL_V 0x1 #define GPIO_FUNC22_IN_INV_SEL_S 6 @@ -2810,7 +3040,7 @@ /* GPIO_FUNC22_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC22_IN_SEL 0x0000003F +#define GPIO_FUNC22_IN_SEL 0x0000003F #define GPIO_FUNC22_IN_SEL_M ((GPIO_FUNC22_IN_SEL_V)<<(GPIO_FUNC22_IN_SEL_S)) #define GPIO_FUNC22_IN_SEL_V 0x3F #define GPIO_FUNC22_IN_SEL_S 0 @@ -2818,18 +3048,21 @@ #define GPIO_FUNC23_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x018c) /* GPIO_SIG23_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG23_IN_SEL (BIT(7)) +#define GPIO_SIG23_IN_SEL (BIT(7)) #define GPIO_SIG23_IN_SEL_M (BIT(7)) #define GPIO_SIG23_IN_SEL_V 0x1 #define GPIO_SIG23_IN_SEL_S 7 /* GPIO_FUNC23_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC23_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC23_IN_INV_SEL (BIT(6)) #define GPIO_FUNC23_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC23_IN_INV_SEL_V 0x1 #define GPIO_FUNC23_IN_INV_SEL_S 6 @@ -2837,7 +3070,7 @@ /* GPIO_FUNC23_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC23_IN_SEL 0x0000003F +#define GPIO_FUNC23_IN_SEL 0x0000003F #define GPIO_FUNC23_IN_SEL_M ((GPIO_FUNC23_IN_SEL_V)<<(GPIO_FUNC23_IN_SEL_S)) #define GPIO_FUNC23_IN_SEL_V 0x3F #define GPIO_FUNC23_IN_SEL_S 0 @@ -2845,18 +3078,21 @@ #define GPIO_FUNC24_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0190) /* GPIO_SIG24_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG24_IN_SEL (BIT(7)) +#define GPIO_SIG24_IN_SEL (BIT(7)) #define GPIO_SIG24_IN_SEL_M (BIT(7)) #define GPIO_SIG24_IN_SEL_V 0x1 #define GPIO_SIG24_IN_SEL_S 7 /* GPIO_FUNC24_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC24_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC24_IN_INV_SEL (BIT(6)) #define GPIO_FUNC24_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC24_IN_INV_SEL_V 0x1 #define GPIO_FUNC24_IN_INV_SEL_S 6 @@ -2864,7 +3100,7 @@ /* GPIO_FUNC24_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC24_IN_SEL 0x0000003F +#define GPIO_FUNC24_IN_SEL 0x0000003F #define GPIO_FUNC24_IN_SEL_M ((GPIO_FUNC24_IN_SEL_V)<<(GPIO_FUNC24_IN_SEL_S)) #define GPIO_FUNC24_IN_SEL_V 0x3F #define GPIO_FUNC24_IN_SEL_S 0 @@ -2872,18 +3108,21 @@ #define GPIO_FUNC25_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0194) /* GPIO_SIG25_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG25_IN_SEL (BIT(7)) +#define GPIO_SIG25_IN_SEL (BIT(7)) #define GPIO_SIG25_IN_SEL_M (BIT(7)) #define GPIO_SIG25_IN_SEL_V 0x1 #define GPIO_SIG25_IN_SEL_S 7 /* GPIO_FUNC25_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC25_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC25_IN_INV_SEL (BIT(6)) #define GPIO_FUNC25_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC25_IN_INV_SEL_V 0x1 #define GPIO_FUNC25_IN_INV_SEL_S 6 @@ -2891,7 +3130,7 @@ /* GPIO_FUNC25_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC25_IN_SEL 0x0000003F +#define GPIO_FUNC25_IN_SEL 0x0000003F #define GPIO_FUNC25_IN_SEL_M ((GPIO_FUNC25_IN_SEL_V)<<(GPIO_FUNC25_IN_SEL_S)) #define GPIO_FUNC25_IN_SEL_V 0x3F #define GPIO_FUNC25_IN_SEL_S 0 @@ -2899,18 +3138,21 @@ #define GPIO_FUNC26_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0198) /* GPIO_SIG26_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG26_IN_SEL (BIT(7)) +#define GPIO_SIG26_IN_SEL (BIT(7)) #define GPIO_SIG26_IN_SEL_M (BIT(7)) #define GPIO_SIG26_IN_SEL_V 0x1 #define GPIO_SIG26_IN_SEL_S 7 /* GPIO_FUNC26_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC26_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC26_IN_INV_SEL (BIT(6)) #define GPIO_FUNC26_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC26_IN_INV_SEL_V 0x1 #define GPIO_FUNC26_IN_INV_SEL_S 6 @@ -2918,7 +3160,7 @@ /* GPIO_FUNC26_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC26_IN_SEL 0x0000003F +#define GPIO_FUNC26_IN_SEL 0x0000003F #define GPIO_FUNC26_IN_SEL_M ((GPIO_FUNC26_IN_SEL_V)<<(GPIO_FUNC26_IN_SEL_S)) #define GPIO_FUNC26_IN_SEL_V 0x3F #define GPIO_FUNC26_IN_SEL_S 0 @@ -2926,18 +3168,21 @@ #define GPIO_FUNC27_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x019c) /* GPIO_SIG27_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG27_IN_SEL (BIT(7)) +#define GPIO_SIG27_IN_SEL (BIT(7)) #define GPIO_SIG27_IN_SEL_M (BIT(7)) #define GPIO_SIG27_IN_SEL_V 0x1 #define GPIO_SIG27_IN_SEL_S 7 /* GPIO_FUNC27_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC27_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC27_IN_INV_SEL (BIT(6)) #define GPIO_FUNC27_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC27_IN_INV_SEL_V 0x1 #define GPIO_FUNC27_IN_INV_SEL_S 6 @@ -2945,7 +3190,7 @@ /* GPIO_FUNC27_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC27_IN_SEL 0x0000003F +#define GPIO_FUNC27_IN_SEL 0x0000003F #define GPIO_FUNC27_IN_SEL_M ((GPIO_FUNC27_IN_SEL_V)<<(GPIO_FUNC27_IN_SEL_S)) #define GPIO_FUNC27_IN_SEL_V 0x3F #define GPIO_FUNC27_IN_SEL_S 0 @@ -2953,18 +3198,21 @@ #define GPIO_FUNC28_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x01a0) /* GPIO_SIG28_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG28_IN_SEL (BIT(7)) +#define GPIO_SIG28_IN_SEL (BIT(7)) #define GPIO_SIG28_IN_SEL_M (BIT(7)) #define GPIO_SIG28_IN_SEL_V 0x1 #define GPIO_SIG28_IN_SEL_S 7 /* GPIO_FUNC28_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC28_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC28_IN_INV_SEL (BIT(6)) #define GPIO_FUNC28_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC28_IN_INV_SEL_V 0x1 #define GPIO_FUNC28_IN_INV_SEL_S 6 @@ -2972,7 +3220,7 @@ /* GPIO_FUNC28_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC28_IN_SEL 0x0000003F +#define GPIO_FUNC28_IN_SEL 0x0000003F #define GPIO_FUNC28_IN_SEL_M ((GPIO_FUNC28_IN_SEL_V)<<(GPIO_FUNC28_IN_SEL_S)) #define GPIO_FUNC28_IN_SEL_V 0x3F #define GPIO_FUNC28_IN_SEL_S 0 @@ -2980,18 +3228,21 @@ #define GPIO_FUNC29_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x01a4) /* GPIO_SIG29_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG29_IN_SEL (BIT(7)) +#define GPIO_SIG29_IN_SEL (BIT(7)) #define GPIO_SIG29_IN_SEL_M (BIT(7)) #define GPIO_SIG29_IN_SEL_V 0x1 #define GPIO_SIG29_IN_SEL_S 7 /* GPIO_FUNC29_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC29_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC29_IN_INV_SEL (BIT(6)) #define GPIO_FUNC29_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC29_IN_INV_SEL_V 0x1 #define GPIO_FUNC29_IN_INV_SEL_S 6 @@ -2999,7 +3250,7 @@ /* GPIO_FUNC29_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC29_IN_SEL 0x0000003F +#define GPIO_FUNC29_IN_SEL 0x0000003F #define GPIO_FUNC29_IN_SEL_M ((GPIO_FUNC29_IN_SEL_V)<<(GPIO_FUNC29_IN_SEL_S)) #define GPIO_FUNC29_IN_SEL_V 0x3F #define GPIO_FUNC29_IN_SEL_S 0 @@ -3007,18 +3258,21 @@ #define GPIO_FUNC30_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x01a8) /* GPIO_SIG30_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG30_IN_SEL (BIT(7)) +#define GPIO_SIG30_IN_SEL (BIT(7)) #define GPIO_SIG30_IN_SEL_M (BIT(7)) #define GPIO_SIG30_IN_SEL_V 0x1 #define GPIO_SIG30_IN_SEL_S 7 /* GPIO_FUNC30_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC30_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC30_IN_INV_SEL (BIT(6)) #define GPIO_FUNC30_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC30_IN_INV_SEL_V 0x1 #define GPIO_FUNC30_IN_INV_SEL_S 6 @@ -3026,7 +3280,7 @@ /* GPIO_FUNC30_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC30_IN_SEL 0x0000003F +#define GPIO_FUNC30_IN_SEL 0x0000003F #define GPIO_FUNC30_IN_SEL_M ((GPIO_FUNC30_IN_SEL_V)<<(GPIO_FUNC30_IN_SEL_S)) #define GPIO_FUNC30_IN_SEL_V 0x3F #define GPIO_FUNC30_IN_SEL_S 0 @@ -3034,18 +3288,21 @@ #define GPIO_FUNC31_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x01ac) /* GPIO_SIG31_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG31_IN_SEL (BIT(7)) +#define GPIO_SIG31_IN_SEL (BIT(7)) #define GPIO_SIG31_IN_SEL_M (BIT(7)) #define GPIO_SIG31_IN_SEL_V 0x1 #define GPIO_SIG31_IN_SEL_S 7 /* GPIO_FUNC31_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC31_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC31_IN_INV_SEL (BIT(6)) #define GPIO_FUNC31_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC31_IN_INV_SEL_V 0x1 #define GPIO_FUNC31_IN_INV_SEL_S 6 @@ -3053,7 +3310,7 @@ /* GPIO_FUNC31_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC31_IN_SEL 0x0000003F +#define GPIO_FUNC31_IN_SEL 0x0000003F #define GPIO_FUNC31_IN_SEL_M ((GPIO_FUNC31_IN_SEL_V)<<(GPIO_FUNC31_IN_SEL_S)) #define GPIO_FUNC31_IN_SEL_V 0x3F #define GPIO_FUNC31_IN_SEL_S 0 @@ -3061,18 +3318,21 @@ #define GPIO_FUNC32_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x01b0) /* GPIO_SIG32_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG32_IN_SEL (BIT(7)) +#define GPIO_SIG32_IN_SEL (BIT(7)) #define GPIO_SIG32_IN_SEL_M (BIT(7)) #define GPIO_SIG32_IN_SEL_V 0x1 #define GPIO_SIG32_IN_SEL_S 7 /* GPIO_FUNC32_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC32_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC32_IN_INV_SEL (BIT(6)) #define GPIO_FUNC32_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC32_IN_INV_SEL_V 0x1 #define GPIO_FUNC32_IN_INV_SEL_S 6 @@ -3080,7 +3340,7 @@ /* GPIO_FUNC32_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC32_IN_SEL 0x0000003F +#define GPIO_FUNC32_IN_SEL 0x0000003F #define GPIO_FUNC32_IN_SEL_M ((GPIO_FUNC32_IN_SEL_V)<<(GPIO_FUNC32_IN_SEL_S)) #define GPIO_FUNC32_IN_SEL_V 0x3F #define GPIO_FUNC32_IN_SEL_S 0 @@ -3088,18 +3348,21 @@ #define GPIO_FUNC33_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x01b4) /* GPIO_SIG33_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG33_IN_SEL (BIT(7)) +#define GPIO_SIG33_IN_SEL (BIT(7)) #define GPIO_SIG33_IN_SEL_M (BIT(7)) #define GPIO_SIG33_IN_SEL_V 0x1 #define GPIO_SIG33_IN_SEL_S 7 /* GPIO_FUNC33_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC33_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC33_IN_INV_SEL (BIT(6)) #define GPIO_FUNC33_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC33_IN_INV_SEL_V 0x1 #define GPIO_FUNC33_IN_INV_SEL_S 6 @@ -3107,7 +3370,7 @@ /* GPIO_FUNC33_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC33_IN_SEL 0x0000003F +#define GPIO_FUNC33_IN_SEL 0x0000003F #define GPIO_FUNC33_IN_SEL_M ((GPIO_FUNC33_IN_SEL_V)<<(GPIO_FUNC33_IN_SEL_S)) #define GPIO_FUNC33_IN_SEL_V 0x3F #define GPIO_FUNC33_IN_SEL_S 0 @@ -3115,18 +3378,21 @@ #define GPIO_FUNC34_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x01b8) /* GPIO_SIG34_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG34_IN_SEL (BIT(7)) +#define GPIO_SIG34_IN_SEL (BIT(7)) #define GPIO_SIG34_IN_SEL_M (BIT(7)) #define GPIO_SIG34_IN_SEL_V 0x1 #define GPIO_SIG34_IN_SEL_S 7 /* GPIO_FUNC34_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC34_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC34_IN_INV_SEL (BIT(6)) #define GPIO_FUNC34_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC34_IN_INV_SEL_V 0x1 #define GPIO_FUNC34_IN_INV_SEL_S 6 @@ -3134,7 +3400,7 @@ /* GPIO_FUNC34_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC34_IN_SEL 0x0000003F +#define GPIO_FUNC34_IN_SEL 0x0000003F #define GPIO_FUNC34_IN_SEL_M ((GPIO_FUNC34_IN_SEL_V)<<(GPIO_FUNC34_IN_SEL_S)) #define GPIO_FUNC34_IN_SEL_V 0x3F #define GPIO_FUNC34_IN_SEL_S 0 @@ -3142,18 +3408,21 @@ #define GPIO_FUNC35_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x01bc) /* GPIO_SIG35_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG35_IN_SEL (BIT(7)) +#define GPIO_SIG35_IN_SEL (BIT(7)) #define GPIO_SIG35_IN_SEL_M (BIT(7)) #define GPIO_SIG35_IN_SEL_V 0x1 #define GPIO_SIG35_IN_SEL_S 7 /* GPIO_FUNC35_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC35_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC35_IN_INV_SEL (BIT(6)) #define GPIO_FUNC35_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC35_IN_INV_SEL_V 0x1 #define GPIO_FUNC35_IN_INV_SEL_S 6 @@ -3161,7 +3430,7 @@ /* GPIO_FUNC35_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC35_IN_SEL 0x0000003F +#define GPIO_FUNC35_IN_SEL 0x0000003F #define GPIO_FUNC35_IN_SEL_M ((GPIO_FUNC35_IN_SEL_V)<<(GPIO_FUNC35_IN_SEL_S)) #define GPIO_FUNC35_IN_SEL_V 0x3F #define GPIO_FUNC35_IN_SEL_S 0 @@ -3169,18 +3438,21 @@ #define GPIO_FUNC36_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x01c0) /* GPIO_SIG36_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG36_IN_SEL (BIT(7)) +#define GPIO_SIG36_IN_SEL (BIT(7)) #define GPIO_SIG36_IN_SEL_M (BIT(7)) #define GPIO_SIG36_IN_SEL_V 0x1 #define GPIO_SIG36_IN_SEL_S 7 /* GPIO_FUNC36_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC36_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC36_IN_INV_SEL (BIT(6)) #define GPIO_FUNC36_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC36_IN_INV_SEL_V 0x1 #define GPIO_FUNC36_IN_INV_SEL_S 6 @@ -3188,7 +3460,7 @@ /* GPIO_FUNC36_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC36_IN_SEL 0x0000003F +#define GPIO_FUNC36_IN_SEL 0x0000003F #define GPIO_FUNC36_IN_SEL_M ((GPIO_FUNC36_IN_SEL_V)<<(GPIO_FUNC36_IN_SEL_S)) #define GPIO_FUNC36_IN_SEL_V 0x3F #define GPIO_FUNC36_IN_SEL_S 0 @@ -3196,18 +3468,21 @@ #define GPIO_FUNC37_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x01c4) /* GPIO_SIG37_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG37_IN_SEL (BIT(7)) +#define GPIO_SIG37_IN_SEL (BIT(7)) #define GPIO_SIG37_IN_SEL_M (BIT(7)) #define GPIO_SIG37_IN_SEL_V 0x1 #define GPIO_SIG37_IN_SEL_S 7 /* GPIO_FUNC37_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC37_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC37_IN_INV_SEL (BIT(6)) #define GPIO_FUNC37_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC37_IN_INV_SEL_V 0x1 #define GPIO_FUNC37_IN_INV_SEL_S 6 @@ -3215,7 +3490,7 @@ /* GPIO_FUNC37_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC37_IN_SEL 0x0000003F +#define GPIO_FUNC37_IN_SEL 0x0000003F #define GPIO_FUNC37_IN_SEL_M ((GPIO_FUNC37_IN_SEL_V)<<(GPIO_FUNC37_IN_SEL_S)) #define GPIO_FUNC37_IN_SEL_V 0x3F #define GPIO_FUNC37_IN_SEL_S 0 @@ -3223,18 +3498,21 @@ #define GPIO_FUNC38_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x01c8) /* GPIO_SIG38_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG38_IN_SEL (BIT(7)) +#define GPIO_SIG38_IN_SEL (BIT(7)) #define GPIO_SIG38_IN_SEL_M (BIT(7)) #define GPIO_SIG38_IN_SEL_V 0x1 #define GPIO_SIG38_IN_SEL_S 7 /* GPIO_FUNC38_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC38_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC38_IN_INV_SEL (BIT(6)) #define GPIO_FUNC38_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC38_IN_INV_SEL_V 0x1 #define GPIO_FUNC38_IN_INV_SEL_S 6 @@ -3242,7 +3520,7 @@ /* GPIO_FUNC38_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC38_IN_SEL 0x0000003F +#define GPIO_FUNC38_IN_SEL 0x0000003F #define GPIO_FUNC38_IN_SEL_M ((GPIO_FUNC38_IN_SEL_V)<<(GPIO_FUNC38_IN_SEL_S)) #define GPIO_FUNC38_IN_SEL_V 0x3F #define GPIO_FUNC38_IN_SEL_S 0 @@ -3250,18 +3528,21 @@ #define GPIO_FUNC39_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x01cc) /* GPIO_SIG39_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG39_IN_SEL (BIT(7)) +#define GPIO_SIG39_IN_SEL (BIT(7)) #define GPIO_SIG39_IN_SEL_M (BIT(7)) #define GPIO_SIG39_IN_SEL_V 0x1 #define GPIO_SIG39_IN_SEL_S 7 /* GPIO_FUNC39_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC39_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC39_IN_INV_SEL (BIT(6)) #define GPIO_FUNC39_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC39_IN_INV_SEL_V 0x1 #define GPIO_FUNC39_IN_INV_SEL_S 6 @@ -3269,7 +3550,7 @@ /* GPIO_FUNC39_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC39_IN_SEL 0x0000003F +#define GPIO_FUNC39_IN_SEL 0x0000003F #define GPIO_FUNC39_IN_SEL_M ((GPIO_FUNC39_IN_SEL_V)<<(GPIO_FUNC39_IN_SEL_S)) #define GPIO_FUNC39_IN_SEL_V 0x3F #define GPIO_FUNC39_IN_SEL_S 0 @@ -3277,18 +3558,21 @@ #define GPIO_FUNC40_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x01d0) /* GPIO_SIG40_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG40_IN_SEL (BIT(7)) +#define GPIO_SIG40_IN_SEL (BIT(7)) #define GPIO_SIG40_IN_SEL_M (BIT(7)) #define GPIO_SIG40_IN_SEL_V 0x1 #define GPIO_SIG40_IN_SEL_S 7 /* GPIO_FUNC40_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC40_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC40_IN_INV_SEL (BIT(6)) #define GPIO_FUNC40_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC40_IN_INV_SEL_V 0x1 #define GPIO_FUNC40_IN_INV_SEL_S 6 @@ -3296,7 +3580,7 @@ /* GPIO_FUNC40_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC40_IN_SEL 0x0000003F +#define GPIO_FUNC40_IN_SEL 0x0000003F #define GPIO_FUNC40_IN_SEL_M ((GPIO_FUNC40_IN_SEL_V)<<(GPIO_FUNC40_IN_SEL_S)) #define GPIO_FUNC40_IN_SEL_V 0x3F #define GPIO_FUNC40_IN_SEL_S 0 @@ -3304,18 +3588,21 @@ #define GPIO_FUNC41_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x01d4) /* GPIO_SIG41_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG41_IN_SEL (BIT(7)) +#define GPIO_SIG41_IN_SEL (BIT(7)) #define GPIO_SIG41_IN_SEL_M (BIT(7)) #define GPIO_SIG41_IN_SEL_V 0x1 #define GPIO_SIG41_IN_SEL_S 7 /* GPIO_FUNC41_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC41_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC41_IN_INV_SEL (BIT(6)) #define GPIO_FUNC41_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC41_IN_INV_SEL_V 0x1 #define GPIO_FUNC41_IN_INV_SEL_S 6 @@ -3323,7 +3610,7 @@ /* GPIO_FUNC41_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC41_IN_SEL 0x0000003F +#define GPIO_FUNC41_IN_SEL 0x0000003F #define GPIO_FUNC41_IN_SEL_M ((GPIO_FUNC41_IN_SEL_V)<<(GPIO_FUNC41_IN_SEL_S)) #define GPIO_FUNC41_IN_SEL_V 0x3F #define GPIO_FUNC41_IN_SEL_S 0 @@ -3331,18 +3618,21 @@ #define GPIO_FUNC42_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x01d8) /* GPIO_SIG42_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG42_IN_SEL (BIT(7)) +#define GPIO_SIG42_IN_SEL (BIT(7)) #define GPIO_SIG42_IN_SEL_M (BIT(7)) #define GPIO_SIG42_IN_SEL_V 0x1 #define GPIO_SIG42_IN_SEL_S 7 /* GPIO_FUNC42_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC42_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC42_IN_INV_SEL (BIT(6)) #define GPIO_FUNC42_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC42_IN_INV_SEL_V 0x1 #define GPIO_FUNC42_IN_INV_SEL_S 6 @@ -3350,7 +3640,7 @@ /* GPIO_FUNC42_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC42_IN_SEL 0x0000003F +#define GPIO_FUNC42_IN_SEL 0x0000003F #define GPIO_FUNC42_IN_SEL_M ((GPIO_FUNC42_IN_SEL_V)<<(GPIO_FUNC42_IN_SEL_S)) #define GPIO_FUNC42_IN_SEL_V 0x3F #define GPIO_FUNC42_IN_SEL_S 0 @@ -3358,18 +3648,21 @@ #define GPIO_FUNC43_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x01dc) /* GPIO_SIG43_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG43_IN_SEL (BIT(7)) +#define GPIO_SIG43_IN_SEL (BIT(7)) #define GPIO_SIG43_IN_SEL_M (BIT(7)) #define GPIO_SIG43_IN_SEL_V 0x1 #define GPIO_SIG43_IN_SEL_S 7 /* GPIO_FUNC43_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC43_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC43_IN_INV_SEL (BIT(6)) #define GPIO_FUNC43_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC43_IN_INV_SEL_V 0x1 #define GPIO_FUNC43_IN_INV_SEL_S 6 @@ -3377,7 +3670,7 @@ /* GPIO_FUNC43_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC43_IN_SEL 0x0000003F +#define GPIO_FUNC43_IN_SEL 0x0000003F #define GPIO_FUNC43_IN_SEL_M ((GPIO_FUNC43_IN_SEL_V)<<(GPIO_FUNC43_IN_SEL_S)) #define GPIO_FUNC43_IN_SEL_V 0x3F #define GPIO_FUNC43_IN_SEL_S 0 @@ -3385,18 +3678,21 @@ #define GPIO_FUNC44_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x01e0) /* GPIO_SIG44_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG44_IN_SEL (BIT(7)) +#define GPIO_SIG44_IN_SEL (BIT(7)) #define GPIO_SIG44_IN_SEL_M (BIT(7)) #define GPIO_SIG44_IN_SEL_V 0x1 #define GPIO_SIG44_IN_SEL_S 7 /* GPIO_FUNC44_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC44_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC44_IN_INV_SEL (BIT(6)) #define GPIO_FUNC44_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC44_IN_INV_SEL_V 0x1 #define GPIO_FUNC44_IN_INV_SEL_S 6 @@ -3404,7 +3700,7 @@ /* GPIO_FUNC44_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC44_IN_SEL 0x0000003F +#define GPIO_FUNC44_IN_SEL 0x0000003F #define GPIO_FUNC44_IN_SEL_M ((GPIO_FUNC44_IN_SEL_V)<<(GPIO_FUNC44_IN_SEL_S)) #define GPIO_FUNC44_IN_SEL_V 0x3F #define GPIO_FUNC44_IN_SEL_S 0 @@ -3412,18 +3708,21 @@ #define GPIO_FUNC45_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x01e4) /* GPIO_SIG45_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG45_IN_SEL (BIT(7)) +#define GPIO_SIG45_IN_SEL (BIT(7)) #define GPIO_SIG45_IN_SEL_M (BIT(7)) #define GPIO_SIG45_IN_SEL_V 0x1 #define GPIO_SIG45_IN_SEL_S 7 /* GPIO_FUNC45_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC45_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC45_IN_INV_SEL (BIT(6)) #define GPIO_FUNC45_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC45_IN_INV_SEL_V 0x1 #define GPIO_FUNC45_IN_INV_SEL_S 6 @@ -3431,7 +3730,7 @@ /* GPIO_FUNC45_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC45_IN_SEL 0x0000003F +#define GPIO_FUNC45_IN_SEL 0x0000003F #define GPIO_FUNC45_IN_SEL_M ((GPIO_FUNC45_IN_SEL_V)<<(GPIO_FUNC45_IN_SEL_S)) #define GPIO_FUNC45_IN_SEL_V 0x3F #define GPIO_FUNC45_IN_SEL_S 0 @@ -3439,18 +3738,21 @@ #define GPIO_FUNC46_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x01e8) /* GPIO_SIG46_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG46_IN_SEL (BIT(7)) +#define GPIO_SIG46_IN_SEL (BIT(7)) #define GPIO_SIG46_IN_SEL_M (BIT(7)) #define GPIO_SIG46_IN_SEL_V 0x1 #define GPIO_SIG46_IN_SEL_S 7 /* GPIO_FUNC46_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC46_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC46_IN_INV_SEL (BIT(6)) #define GPIO_FUNC46_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC46_IN_INV_SEL_V 0x1 #define GPIO_FUNC46_IN_INV_SEL_S 6 @@ -3458,7 +3760,7 @@ /* GPIO_FUNC46_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC46_IN_SEL 0x0000003F +#define GPIO_FUNC46_IN_SEL 0x0000003F #define GPIO_FUNC46_IN_SEL_M ((GPIO_FUNC46_IN_SEL_V)<<(GPIO_FUNC46_IN_SEL_S)) #define GPIO_FUNC46_IN_SEL_V 0x3F #define GPIO_FUNC46_IN_SEL_S 0 @@ -3466,18 +3768,21 @@ #define GPIO_FUNC47_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x01ec) /* GPIO_SIG47_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG47_IN_SEL (BIT(7)) +#define GPIO_SIG47_IN_SEL (BIT(7)) #define GPIO_SIG47_IN_SEL_M (BIT(7)) #define GPIO_SIG47_IN_SEL_V 0x1 #define GPIO_SIG47_IN_SEL_S 7 /* GPIO_FUNC47_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC47_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC47_IN_INV_SEL (BIT(6)) #define GPIO_FUNC47_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC47_IN_INV_SEL_V 0x1 #define GPIO_FUNC47_IN_INV_SEL_S 6 @@ -3485,7 +3790,7 @@ /* GPIO_FUNC47_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC47_IN_SEL 0x0000003F +#define GPIO_FUNC47_IN_SEL 0x0000003F #define GPIO_FUNC47_IN_SEL_M ((GPIO_FUNC47_IN_SEL_V)<<(GPIO_FUNC47_IN_SEL_S)) #define GPIO_FUNC47_IN_SEL_V 0x3F #define GPIO_FUNC47_IN_SEL_S 0 @@ -3493,18 +3798,21 @@ #define GPIO_FUNC48_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x01f0) /* GPIO_SIG48_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG48_IN_SEL (BIT(7)) +#define GPIO_SIG48_IN_SEL (BIT(7)) #define GPIO_SIG48_IN_SEL_M (BIT(7)) #define GPIO_SIG48_IN_SEL_V 0x1 #define GPIO_SIG48_IN_SEL_S 7 /* GPIO_FUNC48_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC48_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC48_IN_INV_SEL (BIT(6)) #define GPIO_FUNC48_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC48_IN_INV_SEL_V 0x1 #define GPIO_FUNC48_IN_INV_SEL_S 6 @@ -3512,7 +3820,7 @@ /* GPIO_FUNC48_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC48_IN_SEL 0x0000003F +#define GPIO_FUNC48_IN_SEL 0x0000003F #define GPIO_FUNC48_IN_SEL_M ((GPIO_FUNC48_IN_SEL_V)<<(GPIO_FUNC48_IN_SEL_S)) #define GPIO_FUNC48_IN_SEL_V 0x3F #define GPIO_FUNC48_IN_SEL_S 0 @@ -3520,18 +3828,22 @@ #define GPIO_FUNC49_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x01f4) /* GPIO_SIG49_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG49_IN_SEL (BIT(7)) +#define GPIO_SIG49_IN_SEL (BIT(7)) #define GPIO_SIG49_IN_SEL_M (BIT(7)) #define GPIO_SIG49_IN_SEL_V 0x1 #define GPIO_SIG49_IN_SEL_S 7 /* GPIO_FUNC49_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. +. + */ -#define GPIO_FUNC49_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC49_IN_INV_SEL (BIT(6)) #define GPIO_FUNC49_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC49_IN_INV_SEL_V 0x1 #define GPIO_FUNC49_IN_INV_SEL_S 6 @@ -3539,7 +3851,7 @@ /* GPIO_FUNC49_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC49_IN_SEL 0x0000003F +#define GPIO_FUNC49_IN_SEL 0x0000003F #define GPIO_FUNC49_IN_SEL_M ((GPIO_FUNC49_IN_SEL_V)<<(GPIO_FUNC49_IN_SEL_S)) #define GPIO_FUNC49_IN_SEL_V 0x3F #define GPIO_FUNC49_IN_SEL_S 0 @@ -3547,18 +3859,21 @@ #define GPIO_FUNC50_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x01f8) /* GPIO_SIG50_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG50_IN_SEL (BIT(7)) +#define GPIO_SIG50_IN_SEL (BIT(7)) #define GPIO_SIG50_IN_SEL_M (BIT(7)) #define GPIO_SIG50_IN_SEL_V 0x1 #define GPIO_SIG50_IN_SEL_S 7 /* GPIO_FUNC50_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC50_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC50_IN_INV_SEL (BIT(6)) #define GPIO_FUNC50_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC50_IN_INV_SEL_V 0x1 #define GPIO_FUNC50_IN_INV_SEL_S 6 @@ -3566,7 +3881,7 @@ /* GPIO_FUNC50_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC50_IN_SEL 0x0000003F +#define GPIO_FUNC50_IN_SEL 0x0000003F #define GPIO_FUNC50_IN_SEL_M ((GPIO_FUNC50_IN_SEL_V)<<(GPIO_FUNC50_IN_SEL_S)) #define GPIO_FUNC50_IN_SEL_V 0x3F #define GPIO_FUNC50_IN_SEL_S 0 @@ -3574,18 +3889,22 @@ #define GPIO_FUNC51_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x01fc) /* GPIO_SIG51_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG51_IN_SEL (BIT(7)) +#define GPIO_SIG51_IN_SEL (BIT(7)) #define GPIO_SIG51_IN_SEL_M (BIT(7)) #define GPIO_SIG51_IN_SEL_V 0x1 #define GPIO_SIG51_IN_SEL_S 7 /* GPIO_FUNC51_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. +. + */ -#define GPIO_FUNC51_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC51_IN_INV_SEL (BIT(6)) #define GPIO_FUNC51_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC51_IN_INV_SEL_V 0x1 #define GPIO_FUNC51_IN_INV_SEL_S 6 @@ -3593,7 +3912,7 @@ /* GPIO_FUNC51_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC51_IN_SEL 0x0000003F +#define GPIO_FUNC51_IN_SEL 0x0000003F #define GPIO_FUNC51_IN_SEL_M ((GPIO_FUNC51_IN_SEL_V)<<(GPIO_FUNC51_IN_SEL_S)) #define GPIO_FUNC51_IN_SEL_V 0x3F #define GPIO_FUNC51_IN_SEL_S 0 @@ -3601,18 +3920,21 @@ #define GPIO_FUNC52_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0200) /* GPIO_SIG52_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG52_IN_SEL (BIT(7)) +#define GPIO_SIG52_IN_SEL (BIT(7)) #define GPIO_SIG52_IN_SEL_M (BIT(7)) #define GPIO_SIG52_IN_SEL_V 0x1 #define GPIO_SIG52_IN_SEL_S 7 /* GPIO_FUNC52_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC52_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC52_IN_INV_SEL (BIT(6)) #define GPIO_FUNC52_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC52_IN_INV_SEL_V 0x1 #define GPIO_FUNC52_IN_INV_SEL_S 6 @@ -3620,7 +3942,7 @@ /* GPIO_FUNC52_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC52_IN_SEL 0x0000003F +#define GPIO_FUNC52_IN_SEL 0x0000003F #define GPIO_FUNC52_IN_SEL_M ((GPIO_FUNC52_IN_SEL_V)<<(GPIO_FUNC52_IN_SEL_S)) #define GPIO_FUNC52_IN_SEL_V 0x3F #define GPIO_FUNC52_IN_SEL_S 0 @@ -3628,18 +3950,21 @@ #define GPIO_FUNC53_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0204) /* GPIO_SIG53_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG53_IN_SEL (BIT(7)) +#define GPIO_SIG53_IN_SEL (BIT(7)) #define GPIO_SIG53_IN_SEL_M (BIT(7)) #define GPIO_SIG53_IN_SEL_V 0x1 #define GPIO_SIG53_IN_SEL_S 7 /* GPIO_FUNC53_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC53_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC53_IN_INV_SEL (BIT(6)) #define GPIO_FUNC53_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC53_IN_INV_SEL_V 0x1 #define GPIO_FUNC53_IN_INV_SEL_S 6 @@ -3647,7 +3972,7 @@ /* GPIO_FUNC53_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC53_IN_SEL 0x0000003F +#define GPIO_FUNC53_IN_SEL 0x0000003F #define GPIO_FUNC53_IN_SEL_M ((GPIO_FUNC53_IN_SEL_V)<<(GPIO_FUNC53_IN_SEL_S)) #define GPIO_FUNC53_IN_SEL_V 0x3F #define GPIO_FUNC53_IN_SEL_S 0 @@ -3655,18 +3980,21 @@ #define GPIO_FUNC54_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0208) /* GPIO_SIG54_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG54_IN_SEL (BIT(7)) +#define GPIO_SIG54_IN_SEL (BIT(7)) #define GPIO_SIG54_IN_SEL_M (BIT(7)) #define GPIO_SIG54_IN_SEL_V 0x1 #define GPIO_SIG54_IN_SEL_S 7 /* GPIO_FUNC54_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC54_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC54_IN_INV_SEL (BIT(6)) #define GPIO_FUNC54_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC54_IN_INV_SEL_V 0x1 #define GPIO_FUNC54_IN_INV_SEL_S 6 @@ -3674,7 +4002,7 @@ /* GPIO_FUNC54_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC54_IN_SEL 0x0000003F +#define GPIO_FUNC54_IN_SEL 0x0000003F #define GPIO_FUNC54_IN_SEL_M ((GPIO_FUNC54_IN_SEL_V)<<(GPIO_FUNC54_IN_SEL_S)) #define GPIO_FUNC54_IN_SEL_V 0x3F #define GPIO_FUNC54_IN_SEL_S 0 @@ -3682,18 +4010,21 @@ #define GPIO_FUNC55_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x020c) /* GPIO_SIG55_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG55_IN_SEL (BIT(7)) +#define GPIO_SIG55_IN_SEL (BIT(7)) #define GPIO_SIG55_IN_SEL_M (BIT(7)) #define GPIO_SIG55_IN_SEL_V 0x1 #define GPIO_SIG55_IN_SEL_S 7 /* GPIO_FUNC55_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC55_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC55_IN_INV_SEL (BIT(6)) #define GPIO_FUNC55_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC55_IN_INV_SEL_V 0x1 #define GPIO_FUNC55_IN_INV_SEL_S 6 @@ -3701,7 +4032,7 @@ /* GPIO_FUNC55_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC55_IN_SEL 0x0000003F +#define GPIO_FUNC55_IN_SEL 0x0000003F #define GPIO_FUNC55_IN_SEL_M ((GPIO_FUNC55_IN_SEL_V)<<(GPIO_FUNC55_IN_SEL_S)) #define GPIO_FUNC55_IN_SEL_V 0x3F #define GPIO_FUNC55_IN_SEL_S 0 @@ -3709,18 +4040,21 @@ #define GPIO_FUNC56_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0210) /* GPIO_SIG56_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG56_IN_SEL (BIT(7)) +#define GPIO_SIG56_IN_SEL (BIT(7)) #define GPIO_SIG56_IN_SEL_M (BIT(7)) #define GPIO_SIG56_IN_SEL_V 0x1 #define GPIO_SIG56_IN_SEL_S 7 /* GPIO_FUNC56_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC56_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC56_IN_INV_SEL (BIT(6)) #define GPIO_FUNC56_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC56_IN_INV_SEL_V 0x1 #define GPIO_FUNC56_IN_INV_SEL_S 6 @@ -3728,7 +4062,7 @@ /* GPIO_FUNC56_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC56_IN_SEL 0x0000003F +#define GPIO_FUNC56_IN_SEL 0x0000003F #define GPIO_FUNC56_IN_SEL_M ((GPIO_FUNC56_IN_SEL_V)<<(GPIO_FUNC56_IN_SEL_S)) #define GPIO_FUNC56_IN_SEL_V 0x3F #define GPIO_FUNC56_IN_SEL_S 0 @@ -3736,18 +4070,21 @@ #define GPIO_FUNC57_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0214) /* GPIO_SIG57_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG57_IN_SEL (BIT(7)) +#define GPIO_SIG57_IN_SEL (BIT(7)) #define GPIO_SIG57_IN_SEL_M (BIT(7)) #define GPIO_SIG57_IN_SEL_V 0x1 #define GPIO_SIG57_IN_SEL_S 7 /* GPIO_FUNC57_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC57_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC57_IN_INV_SEL (BIT(6)) #define GPIO_FUNC57_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC57_IN_INV_SEL_V 0x1 #define GPIO_FUNC57_IN_INV_SEL_S 6 @@ -3755,7 +4092,7 @@ /* GPIO_FUNC57_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC57_IN_SEL 0x0000003F +#define GPIO_FUNC57_IN_SEL 0x0000003F #define GPIO_FUNC57_IN_SEL_M ((GPIO_FUNC57_IN_SEL_V)<<(GPIO_FUNC57_IN_SEL_S)) #define GPIO_FUNC57_IN_SEL_V 0x3F #define GPIO_FUNC57_IN_SEL_S 0 @@ -3763,18 +4100,21 @@ #define GPIO_FUNC58_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0218) /* GPIO_SIG58_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG58_IN_SEL (BIT(7)) +#define GPIO_SIG58_IN_SEL (BIT(7)) #define GPIO_SIG58_IN_SEL_M (BIT(7)) #define GPIO_SIG58_IN_SEL_V 0x1 #define GPIO_SIG58_IN_SEL_S 7 /* GPIO_FUNC58_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC58_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC58_IN_INV_SEL (BIT(6)) #define GPIO_FUNC58_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC58_IN_INV_SEL_V 0x1 #define GPIO_FUNC58_IN_INV_SEL_S 6 @@ -3782,7 +4122,7 @@ /* GPIO_FUNC58_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC58_IN_SEL 0x0000003F +#define GPIO_FUNC58_IN_SEL 0x0000003F #define GPIO_FUNC58_IN_SEL_M ((GPIO_FUNC58_IN_SEL_V)<<(GPIO_FUNC58_IN_SEL_S)) #define GPIO_FUNC58_IN_SEL_V 0x3F #define GPIO_FUNC58_IN_SEL_S 0 @@ -3790,18 +4130,21 @@ #define GPIO_FUNC59_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x021c) /* GPIO_SIG59_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG59_IN_SEL (BIT(7)) +#define GPIO_SIG59_IN_SEL (BIT(7)) #define GPIO_SIG59_IN_SEL_M (BIT(7)) #define GPIO_SIG59_IN_SEL_V 0x1 #define GPIO_SIG59_IN_SEL_S 7 /* GPIO_FUNC59_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC59_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC59_IN_INV_SEL (BIT(6)) #define GPIO_FUNC59_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC59_IN_INV_SEL_V 0x1 #define GPIO_FUNC59_IN_INV_SEL_S 6 @@ -3809,7 +4152,7 @@ /* GPIO_FUNC59_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC59_IN_SEL 0x0000003F +#define GPIO_FUNC59_IN_SEL 0x0000003F #define GPIO_FUNC59_IN_SEL_M ((GPIO_FUNC59_IN_SEL_V)<<(GPIO_FUNC59_IN_SEL_S)) #define GPIO_FUNC59_IN_SEL_V 0x3F #define GPIO_FUNC59_IN_SEL_S 0 @@ -3817,18 +4160,21 @@ #define GPIO_FUNC60_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0220) /* GPIO_SIG60_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG60_IN_SEL (BIT(7)) +#define GPIO_SIG60_IN_SEL (BIT(7)) #define GPIO_SIG60_IN_SEL_M (BIT(7)) #define GPIO_SIG60_IN_SEL_V 0x1 #define GPIO_SIG60_IN_SEL_S 7 /* GPIO_FUNC60_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC60_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC60_IN_INV_SEL (BIT(6)) #define GPIO_FUNC60_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC60_IN_INV_SEL_V 0x1 #define GPIO_FUNC60_IN_INV_SEL_S 6 @@ -3836,7 +4182,7 @@ /* GPIO_FUNC60_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC60_IN_SEL 0x0000003F +#define GPIO_FUNC60_IN_SEL 0x0000003F #define GPIO_FUNC60_IN_SEL_M ((GPIO_FUNC60_IN_SEL_V)<<(GPIO_FUNC60_IN_SEL_S)) #define GPIO_FUNC60_IN_SEL_V 0x3F #define GPIO_FUNC60_IN_SEL_S 0 @@ -3844,18 +4190,21 @@ #define GPIO_FUNC61_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0224) /* GPIO_SIG61_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG61_IN_SEL (BIT(7)) +#define GPIO_SIG61_IN_SEL (BIT(7)) #define GPIO_SIG61_IN_SEL_M (BIT(7)) #define GPIO_SIG61_IN_SEL_V 0x1 #define GPIO_SIG61_IN_SEL_S 7 /* GPIO_FUNC61_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC61_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC61_IN_INV_SEL (BIT(6)) #define GPIO_FUNC61_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC61_IN_INV_SEL_V 0x1 #define GPIO_FUNC61_IN_INV_SEL_S 6 @@ -3863,7 +4212,7 @@ /* GPIO_FUNC61_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC61_IN_SEL 0x0000003F +#define GPIO_FUNC61_IN_SEL 0x0000003F #define GPIO_FUNC61_IN_SEL_M ((GPIO_FUNC61_IN_SEL_V)<<(GPIO_FUNC61_IN_SEL_S)) #define GPIO_FUNC61_IN_SEL_V 0x3F #define GPIO_FUNC61_IN_SEL_S 0 @@ -3871,18 +4220,21 @@ #define GPIO_FUNC62_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0228) /* GPIO_SIG62_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG62_IN_SEL (BIT(7)) +#define GPIO_SIG62_IN_SEL (BIT(7)) #define GPIO_SIG62_IN_SEL_M (BIT(7)) #define GPIO_SIG62_IN_SEL_V 0x1 #define GPIO_SIG62_IN_SEL_S 7 /* GPIO_FUNC62_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC62_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC62_IN_INV_SEL (BIT(6)) #define GPIO_FUNC62_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC62_IN_INV_SEL_V 0x1 #define GPIO_FUNC62_IN_INV_SEL_S 6 @@ -3890,7 +4242,7 @@ /* GPIO_FUNC62_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC62_IN_SEL 0x0000003F +#define GPIO_FUNC62_IN_SEL 0x0000003F #define GPIO_FUNC62_IN_SEL_M ((GPIO_FUNC62_IN_SEL_V)<<(GPIO_FUNC62_IN_SEL_S)) #define GPIO_FUNC62_IN_SEL_V 0x3F #define GPIO_FUNC62_IN_SEL_S 0 @@ -3898,18 +4250,21 @@ #define GPIO_FUNC63_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x022c) /* GPIO_SIG63_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG63_IN_SEL (BIT(7)) +#define GPIO_SIG63_IN_SEL (BIT(7)) #define GPIO_SIG63_IN_SEL_M (BIT(7)) #define GPIO_SIG63_IN_SEL_V 0x1 #define GPIO_SIG63_IN_SEL_S 7 /* GPIO_FUNC63_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC63_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC63_IN_INV_SEL (BIT(6)) #define GPIO_FUNC63_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC63_IN_INV_SEL_V 0x1 #define GPIO_FUNC63_IN_INV_SEL_S 6 @@ -3917,7 +4272,7 @@ /* GPIO_FUNC63_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC63_IN_SEL 0x0000003F +#define GPIO_FUNC63_IN_SEL 0x0000003F #define GPIO_FUNC63_IN_SEL_M ((GPIO_FUNC63_IN_SEL_V)<<(GPIO_FUNC63_IN_SEL_S)) #define GPIO_FUNC63_IN_SEL_V 0x3F #define GPIO_FUNC63_IN_SEL_S 0 @@ -3925,18 +4280,21 @@ #define GPIO_FUNC64_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0230) /* GPIO_SIG64_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG64_IN_SEL (BIT(7)) +#define GPIO_SIG64_IN_SEL (BIT(7)) #define GPIO_SIG64_IN_SEL_M (BIT(7)) #define GPIO_SIG64_IN_SEL_V 0x1 #define GPIO_SIG64_IN_SEL_S 7 /* GPIO_FUNC64_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC64_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC64_IN_INV_SEL (BIT(6)) #define GPIO_FUNC64_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC64_IN_INV_SEL_V 0x1 #define GPIO_FUNC64_IN_INV_SEL_S 6 @@ -3944,7 +4302,7 @@ /* GPIO_FUNC64_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC64_IN_SEL 0x0000003F +#define GPIO_FUNC64_IN_SEL 0x0000003F #define GPIO_FUNC64_IN_SEL_M ((GPIO_FUNC64_IN_SEL_V)<<(GPIO_FUNC64_IN_SEL_S)) #define GPIO_FUNC64_IN_SEL_V 0x3F #define GPIO_FUNC64_IN_SEL_S 0 @@ -3952,18 +4310,21 @@ #define GPIO_FUNC65_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0234) /* GPIO_SIG65_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG65_IN_SEL (BIT(7)) +#define GPIO_SIG65_IN_SEL (BIT(7)) #define GPIO_SIG65_IN_SEL_M (BIT(7)) #define GPIO_SIG65_IN_SEL_V 0x1 #define GPIO_SIG65_IN_SEL_S 7 /* GPIO_FUNC65_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC65_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC65_IN_INV_SEL (BIT(6)) #define GPIO_FUNC65_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC65_IN_INV_SEL_V 0x1 #define GPIO_FUNC65_IN_INV_SEL_S 6 @@ -3971,7 +4332,7 @@ /* GPIO_FUNC65_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC65_IN_SEL 0x0000003F +#define GPIO_FUNC65_IN_SEL 0x0000003F #define GPIO_FUNC65_IN_SEL_M ((GPIO_FUNC65_IN_SEL_V)<<(GPIO_FUNC65_IN_SEL_S)) #define GPIO_FUNC65_IN_SEL_V 0x3F #define GPIO_FUNC65_IN_SEL_S 0 @@ -3979,18 +4340,21 @@ #define GPIO_FUNC66_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0238) /* GPIO_SIG66_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG66_IN_SEL (BIT(7)) +#define GPIO_SIG66_IN_SEL (BIT(7)) #define GPIO_SIG66_IN_SEL_M (BIT(7)) #define GPIO_SIG66_IN_SEL_V 0x1 #define GPIO_SIG66_IN_SEL_S 7 /* GPIO_FUNC66_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC66_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC66_IN_INV_SEL (BIT(6)) #define GPIO_FUNC66_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC66_IN_INV_SEL_V 0x1 #define GPIO_FUNC66_IN_INV_SEL_S 6 @@ -3998,7 +4362,7 @@ /* GPIO_FUNC66_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC66_IN_SEL 0x0000003F +#define GPIO_FUNC66_IN_SEL 0x0000003F #define GPIO_FUNC66_IN_SEL_M ((GPIO_FUNC66_IN_SEL_V)<<(GPIO_FUNC66_IN_SEL_S)) #define GPIO_FUNC66_IN_SEL_V 0x3F #define GPIO_FUNC66_IN_SEL_S 0 @@ -4006,18 +4370,21 @@ #define GPIO_FUNC67_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x023c) /* GPIO_SIG67_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG67_IN_SEL (BIT(7)) +#define GPIO_SIG67_IN_SEL (BIT(7)) #define GPIO_SIG67_IN_SEL_M (BIT(7)) #define GPIO_SIG67_IN_SEL_V 0x1 #define GPIO_SIG67_IN_SEL_S 7 /* GPIO_FUNC67_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC67_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC67_IN_INV_SEL (BIT(6)) #define GPIO_FUNC67_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC67_IN_INV_SEL_V 0x1 #define GPIO_FUNC67_IN_INV_SEL_S 6 @@ -4025,7 +4392,7 @@ /* GPIO_FUNC67_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC67_IN_SEL 0x0000003F +#define GPIO_FUNC67_IN_SEL 0x0000003F #define GPIO_FUNC67_IN_SEL_M ((GPIO_FUNC67_IN_SEL_V)<<(GPIO_FUNC67_IN_SEL_S)) #define GPIO_FUNC67_IN_SEL_V 0x3F #define GPIO_FUNC67_IN_SEL_S 0 @@ -4033,18 +4400,21 @@ #define GPIO_FUNC68_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0240) /* GPIO_SIG68_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG68_IN_SEL (BIT(7)) +#define GPIO_SIG68_IN_SEL (BIT(7)) #define GPIO_SIG68_IN_SEL_M (BIT(7)) #define GPIO_SIG68_IN_SEL_V 0x1 #define GPIO_SIG68_IN_SEL_S 7 /* GPIO_FUNC68_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC68_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC68_IN_INV_SEL (BIT(6)) #define GPIO_FUNC68_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC68_IN_INV_SEL_V 0x1 #define GPIO_FUNC68_IN_INV_SEL_S 6 @@ -4052,7 +4422,7 @@ /* GPIO_FUNC68_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC68_IN_SEL 0x0000003F +#define GPIO_FUNC68_IN_SEL 0x0000003F #define GPIO_FUNC68_IN_SEL_M ((GPIO_FUNC68_IN_SEL_V)<<(GPIO_FUNC68_IN_SEL_S)) #define GPIO_FUNC68_IN_SEL_V 0x3F #define GPIO_FUNC68_IN_SEL_S 0 @@ -4060,18 +4430,21 @@ #define GPIO_FUNC69_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0244) /* GPIO_SIG69_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG69_IN_SEL (BIT(7)) +#define GPIO_SIG69_IN_SEL (BIT(7)) #define GPIO_SIG69_IN_SEL_M (BIT(7)) #define GPIO_SIG69_IN_SEL_V 0x1 #define GPIO_SIG69_IN_SEL_S 7 /* GPIO_FUNC69_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC69_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC69_IN_INV_SEL (BIT(6)) #define GPIO_FUNC69_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC69_IN_INV_SEL_V 0x1 #define GPIO_FUNC69_IN_INV_SEL_S 6 @@ -4079,7 +4452,7 @@ /* GPIO_FUNC69_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC69_IN_SEL 0x0000003F +#define GPIO_FUNC69_IN_SEL 0x0000003F #define GPIO_FUNC69_IN_SEL_M ((GPIO_FUNC69_IN_SEL_V)<<(GPIO_FUNC69_IN_SEL_S)) #define GPIO_FUNC69_IN_SEL_V 0x3F #define GPIO_FUNC69_IN_SEL_S 0 @@ -4087,18 +4460,21 @@ #define GPIO_FUNC70_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0248) /* GPIO_SIG70_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG70_IN_SEL (BIT(7)) +#define GPIO_SIG70_IN_SEL (BIT(7)) #define GPIO_SIG70_IN_SEL_M (BIT(7)) #define GPIO_SIG70_IN_SEL_V 0x1 #define GPIO_SIG70_IN_SEL_S 7 /* GPIO_FUNC70_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC70_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC70_IN_INV_SEL (BIT(6)) #define GPIO_FUNC70_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC70_IN_INV_SEL_V 0x1 #define GPIO_FUNC70_IN_INV_SEL_S 6 @@ -4106,7 +4482,7 @@ /* GPIO_FUNC70_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC70_IN_SEL 0x0000003F +#define GPIO_FUNC70_IN_SEL 0x0000003F #define GPIO_FUNC70_IN_SEL_M ((GPIO_FUNC70_IN_SEL_V)<<(GPIO_FUNC70_IN_SEL_S)) #define GPIO_FUNC70_IN_SEL_V 0x3F #define GPIO_FUNC70_IN_SEL_S 0 @@ -4114,18 +4490,21 @@ #define GPIO_FUNC71_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x024c) /* GPIO_SIG71_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG71_IN_SEL (BIT(7)) +#define GPIO_SIG71_IN_SEL (BIT(7)) #define GPIO_SIG71_IN_SEL_M (BIT(7)) #define GPIO_SIG71_IN_SEL_V 0x1 #define GPIO_SIG71_IN_SEL_S 7 /* GPIO_FUNC71_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC71_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC71_IN_INV_SEL (BIT(6)) #define GPIO_FUNC71_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC71_IN_INV_SEL_V 0x1 #define GPIO_FUNC71_IN_INV_SEL_S 6 @@ -4133,7 +4512,7 @@ /* GPIO_FUNC71_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC71_IN_SEL 0x0000003F +#define GPIO_FUNC71_IN_SEL 0x0000003F #define GPIO_FUNC71_IN_SEL_M ((GPIO_FUNC71_IN_SEL_V)<<(GPIO_FUNC71_IN_SEL_S)) #define GPIO_FUNC71_IN_SEL_V 0x3F #define GPIO_FUNC71_IN_SEL_S 0 @@ -4141,18 +4520,21 @@ #define GPIO_FUNC72_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0250) /* GPIO_SIG72_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG72_IN_SEL (BIT(7)) +#define GPIO_SIG72_IN_SEL (BIT(7)) #define GPIO_SIG72_IN_SEL_M (BIT(7)) #define GPIO_SIG72_IN_SEL_V 0x1 #define GPIO_SIG72_IN_SEL_S 7 /* GPIO_FUNC72_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC72_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC72_IN_INV_SEL (BIT(6)) #define GPIO_FUNC72_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC72_IN_INV_SEL_V 0x1 #define GPIO_FUNC72_IN_INV_SEL_S 6 @@ -4160,7 +4542,7 @@ /* GPIO_FUNC72_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC72_IN_SEL 0x0000003F +#define GPIO_FUNC72_IN_SEL 0x0000003F #define GPIO_FUNC72_IN_SEL_M ((GPIO_FUNC72_IN_SEL_V)<<(GPIO_FUNC72_IN_SEL_S)) #define GPIO_FUNC72_IN_SEL_V 0x3F #define GPIO_FUNC72_IN_SEL_S 0 @@ -4168,18 +4550,21 @@ #define GPIO_FUNC73_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0254) /* GPIO_SIG73_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG73_IN_SEL (BIT(7)) +#define GPIO_SIG73_IN_SEL (BIT(7)) #define GPIO_SIG73_IN_SEL_M (BIT(7)) #define GPIO_SIG73_IN_SEL_V 0x1 #define GPIO_SIG73_IN_SEL_S 7 /* GPIO_FUNC73_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC73_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC73_IN_INV_SEL (BIT(6)) #define GPIO_FUNC73_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC73_IN_INV_SEL_V 0x1 #define GPIO_FUNC73_IN_INV_SEL_S 6 @@ -4187,7 +4572,7 @@ /* GPIO_FUNC73_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC73_IN_SEL 0x0000003F +#define GPIO_FUNC73_IN_SEL 0x0000003F #define GPIO_FUNC73_IN_SEL_M ((GPIO_FUNC73_IN_SEL_V)<<(GPIO_FUNC73_IN_SEL_S)) #define GPIO_FUNC73_IN_SEL_V 0x3F #define GPIO_FUNC73_IN_SEL_S 0 @@ -4195,18 +4580,21 @@ #define GPIO_FUNC74_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0258) /* GPIO_SIG74_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG74_IN_SEL (BIT(7)) +#define GPIO_SIG74_IN_SEL (BIT(7)) #define GPIO_SIG74_IN_SEL_M (BIT(7)) #define GPIO_SIG74_IN_SEL_V 0x1 #define GPIO_SIG74_IN_SEL_S 7 /* GPIO_FUNC74_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC74_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC74_IN_INV_SEL (BIT(6)) #define GPIO_FUNC74_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC74_IN_INV_SEL_V 0x1 #define GPIO_FUNC74_IN_INV_SEL_S 6 @@ -4214,7 +4602,7 @@ /* GPIO_FUNC74_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC74_IN_SEL 0x0000003F +#define GPIO_FUNC74_IN_SEL 0x0000003F #define GPIO_FUNC74_IN_SEL_M ((GPIO_FUNC74_IN_SEL_V)<<(GPIO_FUNC74_IN_SEL_S)) #define GPIO_FUNC74_IN_SEL_V 0x3F #define GPIO_FUNC74_IN_SEL_S 0 @@ -4222,18 +4610,21 @@ #define GPIO_FUNC75_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x025c) /* GPIO_SIG75_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG75_IN_SEL (BIT(7)) +#define GPIO_SIG75_IN_SEL (BIT(7)) #define GPIO_SIG75_IN_SEL_M (BIT(7)) #define GPIO_SIG75_IN_SEL_V 0x1 #define GPIO_SIG75_IN_SEL_S 7 /* GPIO_FUNC75_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC75_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC75_IN_INV_SEL (BIT(6)) #define GPIO_FUNC75_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC75_IN_INV_SEL_V 0x1 #define GPIO_FUNC75_IN_INV_SEL_S 6 @@ -4241,7 +4632,7 @@ /* GPIO_FUNC75_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC75_IN_SEL 0x0000003F +#define GPIO_FUNC75_IN_SEL 0x0000003F #define GPIO_FUNC75_IN_SEL_M ((GPIO_FUNC75_IN_SEL_V)<<(GPIO_FUNC75_IN_SEL_S)) #define GPIO_FUNC75_IN_SEL_V 0x3F #define GPIO_FUNC75_IN_SEL_S 0 @@ -4249,18 +4640,21 @@ #define GPIO_FUNC76_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0260) /* GPIO_SIG76_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG76_IN_SEL (BIT(7)) +#define GPIO_SIG76_IN_SEL (BIT(7)) #define GPIO_SIG76_IN_SEL_M (BIT(7)) #define GPIO_SIG76_IN_SEL_V 0x1 #define GPIO_SIG76_IN_SEL_S 7 /* GPIO_FUNC76_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC76_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC76_IN_INV_SEL (BIT(6)) #define GPIO_FUNC76_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC76_IN_INV_SEL_V 0x1 #define GPIO_FUNC76_IN_INV_SEL_S 6 @@ -4268,7 +4662,7 @@ /* GPIO_FUNC76_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC76_IN_SEL 0x0000003F +#define GPIO_FUNC76_IN_SEL 0x0000003F #define GPIO_FUNC76_IN_SEL_M ((GPIO_FUNC76_IN_SEL_V)<<(GPIO_FUNC76_IN_SEL_S)) #define GPIO_FUNC76_IN_SEL_V 0x3F #define GPIO_FUNC76_IN_SEL_S 0 @@ -4276,18 +4670,21 @@ #define GPIO_FUNC77_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0264) /* GPIO_SIG77_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG77_IN_SEL (BIT(7)) +#define GPIO_SIG77_IN_SEL (BIT(7)) #define GPIO_SIG77_IN_SEL_M (BIT(7)) #define GPIO_SIG77_IN_SEL_V 0x1 #define GPIO_SIG77_IN_SEL_S 7 /* GPIO_FUNC77_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC77_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC77_IN_INV_SEL (BIT(6)) #define GPIO_FUNC77_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC77_IN_INV_SEL_V 0x1 #define GPIO_FUNC77_IN_INV_SEL_S 6 @@ -4295,7 +4692,7 @@ /* GPIO_FUNC77_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC77_IN_SEL 0x0000003F +#define GPIO_FUNC77_IN_SEL 0x0000003F #define GPIO_FUNC77_IN_SEL_M ((GPIO_FUNC77_IN_SEL_V)<<(GPIO_FUNC77_IN_SEL_S)) #define GPIO_FUNC77_IN_SEL_V 0x3F #define GPIO_FUNC77_IN_SEL_S 0 @@ -4303,18 +4700,21 @@ #define GPIO_FUNC78_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0268) /* GPIO_SIG78_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG78_IN_SEL (BIT(7)) +#define GPIO_SIG78_IN_SEL (BIT(7)) #define GPIO_SIG78_IN_SEL_M (BIT(7)) #define GPIO_SIG78_IN_SEL_V 0x1 #define GPIO_SIG78_IN_SEL_S 7 /* GPIO_FUNC78_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC78_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC78_IN_INV_SEL (BIT(6)) #define GPIO_FUNC78_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC78_IN_INV_SEL_V 0x1 #define GPIO_FUNC78_IN_INV_SEL_S 6 @@ -4322,7 +4722,7 @@ /* GPIO_FUNC78_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC78_IN_SEL 0x0000003F +#define GPIO_FUNC78_IN_SEL 0x0000003F #define GPIO_FUNC78_IN_SEL_M ((GPIO_FUNC78_IN_SEL_V)<<(GPIO_FUNC78_IN_SEL_S)) #define GPIO_FUNC78_IN_SEL_V 0x3F #define GPIO_FUNC78_IN_SEL_S 0 @@ -4330,18 +4730,21 @@ #define GPIO_FUNC79_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x026c) /* GPIO_SIG79_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG79_IN_SEL (BIT(7)) +#define GPIO_SIG79_IN_SEL (BIT(7)) #define GPIO_SIG79_IN_SEL_M (BIT(7)) #define GPIO_SIG79_IN_SEL_V 0x1 #define GPIO_SIG79_IN_SEL_S 7 /* GPIO_FUNC79_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC79_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC79_IN_INV_SEL (BIT(6)) #define GPIO_FUNC79_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC79_IN_INV_SEL_V 0x1 #define GPIO_FUNC79_IN_INV_SEL_S 6 @@ -4349,7 +4752,7 @@ /* GPIO_FUNC79_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC79_IN_SEL 0x0000003F +#define GPIO_FUNC79_IN_SEL 0x0000003F #define GPIO_FUNC79_IN_SEL_M ((GPIO_FUNC79_IN_SEL_V)<<(GPIO_FUNC79_IN_SEL_S)) #define GPIO_FUNC79_IN_SEL_V 0x3F #define GPIO_FUNC79_IN_SEL_S 0 @@ -4357,18 +4760,21 @@ #define GPIO_FUNC80_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0270) /* GPIO_SIG80_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG80_IN_SEL (BIT(7)) +#define GPIO_SIG80_IN_SEL (BIT(7)) #define GPIO_SIG80_IN_SEL_M (BIT(7)) #define GPIO_SIG80_IN_SEL_V 0x1 #define GPIO_SIG80_IN_SEL_S 7 /* GPIO_FUNC80_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC80_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC80_IN_INV_SEL (BIT(6)) #define GPIO_FUNC80_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC80_IN_INV_SEL_V 0x1 #define GPIO_FUNC80_IN_INV_SEL_S 6 @@ -4376,7 +4782,7 @@ /* GPIO_FUNC80_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC80_IN_SEL 0x0000003F +#define GPIO_FUNC80_IN_SEL 0x0000003F #define GPIO_FUNC80_IN_SEL_M ((GPIO_FUNC80_IN_SEL_V)<<(GPIO_FUNC80_IN_SEL_S)) #define GPIO_FUNC80_IN_SEL_V 0x3F #define GPIO_FUNC80_IN_SEL_S 0 @@ -4384,18 +4790,21 @@ #define GPIO_FUNC81_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0274) /* GPIO_SIG81_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG81_IN_SEL (BIT(7)) +#define GPIO_SIG81_IN_SEL (BIT(7)) #define GPIO_SIG81_IN_SEL_M (BIT(7)) #define GPIO_SIG81_IN_SEL_V 0x1 #define GPIO_SIG81_IN_SEL_S 7 /* GPIO_FUNC81_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC81_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC81_IN_INV_SEL (BIT(6)) #define GPIO_FUNC81_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC81_IN_INV_SEL_V 0x1 #define GPIO_FUNC81_IN_INV_SEL_S 6 @@ -4403,7 +4812,7 @@ /* GPIO_FUNC81_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC81_IN_SEL 0x0000003F +#define GPIO_FUNC81_IN_SEL 0x0000003F #define GPIO_FUNC81_IN_SEL_M ((GPIO_FUNC81_IN_SEL_V)<<(GPIO_FUNC81_IN_SEL_S)) #define GPIO_FUNC81_IN_SEL_V 0x3F #define GPIO_FUNC81_IN_SEL_S 0 @@ -4411,18 +4820,21 @@ #define GPIO_FUNC82_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0278) /* GPIO_SIG82_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG82_IN_SEL (BIT(7)) +#define GPIO_SIG82_IN_SEL (BIT(7)) #define GPIO_SIG82_IN_SEL_M (BIT(7)) #define GPIO_SIG82_IN_SEL_V 0x1 #define GPIO_SIG82_IN_SEL_S 7 /* GPIO_FUNC82_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC82_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC82_IN_INV_SEL (BIT(6)) #define GPIO_FUNC82_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC82_IN_INV_SEL_V 0x1 #define GPIO_FUNC82_IN_INV_SEL_S 6 @@ -4430,7 +4842,7 @@ /* GPIO_FUNC82_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC82_IN_SEL 0x0000003F +#define GPIO_FUNC82_IN_SEL 0x0000003F #define GPIO_FUNC82_IN_SEL_M ((GPIO_FUNC82_IN_SEL_V)<<(GPIO_FUNC82_IN_SEL_S)) #define GPIO_FUNC82_IN_SEL_V 0x3F #define GPIO_FUNC82_IN_SEL_S 0 @@ -4438,18 +4850,21 @@ #define GPIO_FUNC83_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x027c) /* GPIO_SIG83_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG83_IN_SEL (BIT(7)) +#define GPIO_SIG83_IN_SEL (BIT(7)) #define GPIO_SIG83_IN_SEL_M (BIT(7)) #define GPIO_SIG83_IN_SEL_V 0x1 #define GPIO_SIG83_IN_SEL_S 7 /* GPIO_FUNC83_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC83_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC83_IN_INV_SEL (BIT(6)) #define GPIO_FUNC83_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC83_IN_INV_SEL_V 0x1 #define GPIO_FUNC83_IN_INV_SEL_S 6 @@ -4457,7 +4872,7 @@ /* GPIO_FUNC83_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC83_IN_SEL 0x0000003F +#define GPIO_FUNC83_IN_SEL 0x0000003F #define GPIO_FUNC83_IN_SEL_M ((GPIO_FUNC83_IN_SEL_V)<<(GPIO_FUNC83_IN_SEL_S)) #define GPIO_FUNC83_IN_SEL_V 0x3F #define GPIO_FUNC83_IN_SEL_S 0 @@ -4465,18 +4880,21 @@ #define GPIO_FUNC84_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0280) /* GPIO_SIG84_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG84_IN_SEL (BIT(7)) +#define GPIO_SIG84_IN_SEL (BIT(7)) #define GPIO_SIG84_IN_SEL_M (BIT(7)) #define GPIO_SIG84_IN_SEL_V 0x1 #define GPIO_SIG84_IN_SEL_S 7 /* GPIO_FUNC84_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC84_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC84_IN_INV_SEL (BIT(6)) #define GPIO_FUNC84_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC84_IN_INV_SEL_V 0x1 #define GPIO_FUNC84_IN_INV_SEL_S 6 @@ -4484,7 +4902,7 @@ /* GPIO_FUNC84_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC84_IN_SEL 0x0000003F +#define GPIO_FUNC84_IN_SEL 0x0000003F #define GPIO_FUNC84_IN_SEL_M ((GPIO_FUNC84_IN_SEL_V)<<(GPIO_FUNC84_IN_SEL_S)) #define GPIO_FUNC84_IN_SEL_V 0x3F #define GPIO_FUNC84_IN_SEL_S 0 @@ -4492,18 +4910,21 @@ #define GPIO_FUNC85_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0284) /* GPIO_SIG85_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG85_IN_SEL (BIT(7)) +#define GPIO_SIG85_IN_SEL (BIT(7)) #define GPIO_SIG85_IN_SEL_M (BIT(7)) #define GPIO_SIG85_IN_SEL_V 0x1 #define GPIO_SIG85_IN_SEL_S 7 /* GPIO_FUNC85_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC85_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC85_IN_INV_SEL (BIT(6)) #define GPIO_FUNC85_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC85_IN_INV_SEL_V 0x1 #define GPIO_FUNC85_IN_INV_SEL_S 6 @@ -4511,7 +4932,7 @@ /* GPIO_FUNC85_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC85_IN_SEL 0x0000003F +#define GPIO_FUNC85_IN_SEL 0x0000003F #define GPIO_FUNC85_IN_SEL_M ((GPIO_FUNC85_IN_SEL_V)<<(GPIO_FUNC85_IN_SEL_S)) #define GPIO_FUNC85_IN_SEL_V 0x3F #define GPIO_FUNC85_IN_SEL_S 0 @@ -4519,18 +4940,21 @@ #define GPIO_FUNC86_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0288) /* GPIO_SIG86_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG86_IN_SEL (BIT(7)) +#define GPIO_SIG86_IN_SEL (BIT(7)) #define GPIO_SIG86_IN_SEL_M (BIT(7)) #define GPIO_SIG86_IN_SEL_V 0x1 #define GPIO_SIG86_IN_SEL_S 7 /* GPIO_FUNC86_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC86_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC86_IN_INV_SEL (BIT(6)) #define GPIO_FUNC86_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC86_IN_INV_SEL_V 0x1 #define GPIO_FUNC86_IN_INV_SEL_S 6 @@ -4538,7 +4962,7 @@ /* GPIO_FUNC86_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC86_IN_SEL 0x0000003F +#define GPIO_FUNC86_IN_SEL 0x0000003F #define GPIO_FUNC86_IN_SEL_M ((GPIO_FUNC86_IN_SEL_V)<<(GPIO_FUNC86_IN_SEL_S)) #define GPIO_FUNC86_IN_SEL_V 0x3F #define GPIO_FUNC86_IN_SEL_S 0 @@ -4546,18 +4970,21 @@ #define GPIO_FUNC87_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x028c) /* GPIO_SIG87_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG87_IN_SEL (BIT(7)) +#define GPIO_SIG87_IN_SEL (BIT(7)) #define GPIO_SIG87_IN_SEL_M (BIT(7)) #define GPIO_SIG87_IN_SEL_V 0x1 #define GPIO_SIG87_IN_SEL_S 7 /* GPIO_FUNC87_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC87_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC87_IN_INV_SEL (BIT(6)) #define GPIO_FUNC87_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC87_IN_INV_SEL_V 0x1 #define GPIO_FUNC87_IN_INV_SEL_S 6 @@ -4565,7 +4992,7 @@ /* GPIO_FUNC87_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC87_IN_SEL 0x0000003F +#define GPIO_FUNC87_IN_SEL 0x0000003F #define GPIO_FUNC87_IN_SEL_M ((GPIO_FUNC87_IN_SEL_V)<<(GPIO_FUNC87_IN_SEL_S)) #define GPIO_FUNC87_IN_SEL_V 0x3F #define GPIO_FUNC87_IN_SEL_S 0 @@ -4573,18 +5000,21 @@ #define GPIO_FUNC88_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0290) /* GPIO_SIG88_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG88_IN_SEL (BIT(7)) +#define GPIO_SIG88_IN_SEL (BIT(7)) #define GPIO_SIG88_IN_SEL_M (BIT(7)) #define GPIO_SIG88_IN_SEL_V 0x1 #define GPIO_SIG88_IN_SEL_S 7 /* GPIO_FUNC88_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC88_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC88_IN_INV_SEL (BIT(6)) #define GPIO_FUNC88_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC88_IN_INV_SEL_V 0x1 #define GPIO_FUNC88_IN_INV_SEL_S 6 @@ -4592,7 +5022,7 @@ /* GPIO_FUNC88_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC88_IN_SEL 0x0000003F +#define GPIO_FUNC88_IN_SEL 0x0000003F #define GPIO_FUNC88_IN_SEL_M ((GPIO_FUNC88_IN_SEL_V)<<(GPIO_FUNC88_IN_SEL_S)) #define GPIO_FUNC88_IN_SEL_V 0x3F #define GPIO_FUNC88_IN_SEL_S 0 @@ -4600,18 +5030,21 @@ #define GPIO_FUNC89_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0294) /* GPIO_SIG89_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG89_IN_SEL (BIT(7)) +#define GPIO_SIG89_IN_SEL (BIT(7)) #define GPIO_SIG89_IN_SEL_M (BIT(7)) #define GPIO_SIG89_IN_SEL_V 0x1 #define GPIO_SIG89_IN_SEL_S 7 /* GPIO_FUNC89_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC89_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC89_IN_INV_SEL (BIT(6)) #define GPIO_FUNC89_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC89_IN_INV_SEL_V 0x1 #define GPIO_FUNC89_IN_INV_SEL_S 6 @@ -4619,7 +5052,7 @@ /* GPIO_FUNC89_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC89_IN_SEL 0x0000003F +#define GPIO_FUNC89_IN_SEL 0x0000003F #define GPIO_FUNC89_IN_SEL_M ((GPIO_FUNC89_IN_SEL_V)<<(GPIO_FUNC89_IN_SEL_S)) #define GPIO_FUNC89_IN_SEL_V 0x3F #define GPIO_FUNC89_IN_SEL_S 0 @@ -4627,18 +5060,21 @@ #define GPIO_FUNC90_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0298) /* GPIO_SIG90_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG90_IN_SEL (BIT(7)) +#define GPIO_SIG90_IN_SEL (BIT(7)) #define GPIO_SIG90_IN_SEL_M (BIT(7)) #define GPIO_SIG90_IN_SEL_V 0x1 #define GPIO_SIG90_IN_SEL_S 7 /* GPIO_FUNC90_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC90_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC90_IN_INV_SEL (BIT(6)) #define GPIO_FUNC90_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC90_IN_INV_SEL_V 0x1 #define GPIO_FUNC90_IN_INV_SEL_S 6 @@ -4646,7 +5082,7 @@ /* GPIO_FUNC90_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC90_IN_SEL 0x0000003F +#define GPIO_FUNC90_IN_SEL 0x0000003F #define GPIO_FUNC90_IN_SEL_M ((GPIO_FUNC90_IN_SEL_V)<<(GPIO_FUNC90_IN_SEL_S)) #define GPIO_FUNC90_IN_SEL_V 0x3F #define GPIO_FUNC90_IN_SEL_S 0 @@ -4654,18 +5090,21 @@ #define GPIO_FUNC91_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x029c) /* GPIO_SIG91_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG91_IN_SEL (BIT(7)) +#define GPIO_SIG91_IN_SEL (BIT(7)) #define GPIO_SIG91_IN_SEL_M (BIT(7)) #define GPIO_SIG91_IN_SEL_V 0x1 #define GPIO_SIG91_IN_SEL_S 7 /* GPIO_FUNC91_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC91_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC91_IN_INV_SEL (BIT(6)) #define GPIO_FUNC91_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC91_IN_INV_SEL_V 0x1 #define GPIO_FUNC91_IN_INV_SEL_S 6 @@ -4673,7 +5112,7 @@ /* GPIO_FUNC91_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC91_IN_SEL 0x0000003F +#define GPIO_FUNC91_IN_SEL 0x0000003F #define GPIO_FUNC91_IN_SEL_M ((GPIO_FUNC91_IN_SEL_V)<<(GPIO_FUNC91_IN_SEL_S)) #define GPIO_FUNC91_IN_SEL_V 0x3F #define GPIO_FUNC91_IN_SEL_S 0 @@ -4681,18 +5120,21 @@ #define GPIO_FUNC92_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x02a0) /* GPIO_SIG92_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG92_IN_SEL (BIT(7)) +#define GPIO_SIG92_IN_SEL (BIT(7)) #define GPIO_SIG92_IN_SEL_M (BIT(7)) #define GPIO_SIG92_IN_SEL_V 0x1 #define GPIO_SIG92_IN_SEL_S 7 /* GPIO_FUNC92_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC92_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC92_IN_INV_SEL (BIT(6)) #define GPIO_FUNC92_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC92_IN_INV_SEL_V 0x1 #define GPIO_FUNC92_IN_INV_SEL_S 6 @@ -4700,7 +5142,7 @@ /* GPIO_FUNC92_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC92_IN_SEL 0x0000003F +#define GPIO_FUNC92_IN_SEL 0x0000003F #define GPIO_FUNC92_IN_SEL_M ((GPIO_FUNC92_IN_SEL_V)<<(GPIO_FUNC92_IN_SEL_S)) #define GPIO_FUNC92_IN_SEL_V 0x3F #define GPIO_FUNC92_IN_SEL_S 0 @@ -4708,18 +5150,21 @@ #define GPIO_FUNC93_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x02a4) /* GPIO_SIG93_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG93_IN_SEL (BIT(7)) +#define GPIO_SIG93_IN_SEL (BIT(7)) #define GPIO_SIG93_IN_SEL_M (BIT(7)) #define GPIO_SIG93_IN_SEL_V 0x1 #define GPIO_SIG93_IN_SEL_S 7 /* GPIO_FUNC93_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC93_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC93_IN_INV_SEL (BIT(6)) #define GPIO_FUNC93_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC93_IN_INV_SEL_V 0x1 #define GPIO_FUNC93_IN_INV_SEL_S 6 @@ -4727,7 +5172,7 @@ /* GPIO_FUNC93_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC93_IN_SEL 0x0000003F +#define GPIO_FUNC93_IN_SEL 0x0000003F #define GPIO_FUNC93_IN_SEL_M ((GPIO_FUNC93_IN_SEL_V)<<(GPIO_FUNC93_IN_SEL_S)) #define GPIO_FUNC93_IN_SEL_V 0x3F #define GPIO_FUNC93_IN_SEL_S 0 @@ -4735,18 +5180,21 @@ #define GPIO_FUNC94_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x02a8) /* GPIO_SIG94_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG94_IN_SEL (BIT(7)) +#define GPIO_SIG94_IN_SEL (BIT(7)) #define GPIO_SIG94_IN_SEL_M (BIT(7)) #define GPIO_SIG94_IN_SEL_V 0x1 #define GPIO_SIG94_IN_SEL_S 7 /* GPIO_FUNC94_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC94_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC94_IN_INV_SEL (BIT(6)) #define GPIO_FUNC94_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC94_IN_INV_SEL_V 0x1 #define GPIO_FUNC94_IN_INV_SEL_S 6 @@ -4754,7 +5202,7 @@ /* GPIO_FUNC94_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC94_IN_SEL 0x0000003F +#define GPIO_FUNC94_IN_SEL 0x0000003F #define GPIO_FUNC94_IN_SEL_M ((GPIO_FUNC94_IN_SEL_V)<<(GPIO_FUNC94_IN_SEL_S)) #define GPIO_FUNC94_IN_SEL_V 0x3F #define GPIO_FUNC94_IN_SEL_S 0 @@ -4762,18 +5210,21 @@ #define GPIO_FUNC95_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x02ac) /* GPIO_SIG95_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG95_IN_SEL (BIT(7)) +#define GPIO_SIG95_IN_SEL (BIT(7)) #define GPIO_SIG95_IN_SEL_M (BIT(7)) #define GPIO_SIG95_IN_SEL_V 0x1 #define GPIO_SIG95_IN_SEL_S 7 /* GPIO_FUNC95_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC95_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC95_IN_INV_SEL (BIT(6)) #define GPIO_FUNC95_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC95_IN_INV_SEL_V 0x1 #define GPIO_FUNC95_IN_INV_SEL_S 6 @@ -4781,7 +5232,7 @@ /* GPIO_FUNC95_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC95_IN_SEL 0x0000003F +#define GPIO_FUNC95_IN_SEL 0x0000003F #define GPIO_FUNC95_IN_SEL_M ((GPIO_FUNC95_IN_SEL_V)<<(GPIO_FUNC95_IN_SEL_S)) #define GPIO_FUNC95_IN_SEL_V 0x3F #define GPIO_FUNC95_IN_SEL_S 0 @@ -4789,18 +5240,21 @@ #define GPIO_FUNC96_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x02b0) /* GPIO_SIG96_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG96_IN_SEL (BIT(7)) +#define GPIO_SIG96_IN_SEL (BIT(7)) #define GPIO_SIG96_IN_SEL_M (BIT(7)) #define GPIO_SIG96_IN_SEL_V 0x1 #define GPIO_SIG96_IN_SEL_S 7 /* GPIO_FUNC96_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC96_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC96_IN_INV_SEL (BIT(6)) #define GPIO_FUNC96_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC96_IN_INV_SEL_V 0x1 #define GPIO_FUNC96_IN_INV_SEL_S 6 @@ -4808,7 +5262,7 @@ /* GPIO_FUNC96_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC96_IN_SEL 0x0000003F +#define GPIO_FUNC96_IN_SEL 0x0000003F #define GPIO_FUNC96_IN_SEL_M ((GPIO_FUNC96_IN_SEL_V)<<(GPIO_FUNC96_IN_SEL_S)) #define GPIO_FUNC96_IN_SEL_V 0x3F #define GPIO_FUNC96_IN_SEL_S 0 @@ -4816,18 +5270,21 @@ #define GPIO_FUNC97_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x02b4) /* GPIO_SIG97_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG97_IN_SEL (BIT(7)) +#define GPIO_SIG97_IN_SEL (BIT(7)) #define GPIO_SIG97_IN_SEL_M (BIT(7)) #define GPIO_SIG97_IN_SEL_V 0x1 #define GPIO_SIG97_IN_SEL_S 7 /* GPIO_FUNC97_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC97_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC97_IN_INV_SEL (BIT(6)) #define GPIO_FUNC97_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC97_IN_INV_SEL_V 0x1 #define GPIO_FUNC97_IN_INV_SEL_S 6 @@ -4835,7 +5292,7 @@ /* GPIO_FUNC97_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC97_IN_SEL 0x0000003F +#define GPIO_FUNC97_IN_SEL 0x0000003F #define GPIO_FUNC97_IN_SEL_M ((GPIO_FUNC97_IN_SEL_V)<<(GPIO_FUNC97_IN_SEL_S)) #define GPIO_FUNC97_IN_SEL_V 0x3F #define GPIO_FUNC97_IN_SEL_S 0 @@ -4843,18 +5300,21 @@ #define GPIO_FUNC98_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x02b8) /* GPIO_SIG98_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG98_IN_SEL (BIT(7)) +#define GPIO_SIG98_IN_SEL (BIT(7)) #define GPIO_SIG98_IN_SEL_M (BIT(7)) #define GPIO_SIG98_IN_SEL_V 0x1 #define GPIO_SIG98_IN_SEL_S 7 /* GPIO_FUNC98_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC98_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC98_IN_INV_SEL (BIT(6)) #define GPIO_FUNC98_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC98_IN_INV_SEL_V 0x1 #define GPIO_FUNC98_IN_INV_SEL_S 6 @@ -4862,7 +5322,7 @@ /* GPIO_FUNC98_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC98_IN_SEL 0x0000003F +#define GPIO_FUNC98_IN_SEL 0x0000003F #define GPIO_FUNC98_IN_SEL_M ((GPIO_FUNC98_IN_SEL_V)<<(GPIO_FUNC98_IN_SEL_S)) #define GPIO_FUNC98_IN_SEL_V 0x3F #define GPIO_FUNC98_IN_SEL_S 0 @@ -4870,18 +5330,21 @@ #define GPIO_FUNC99_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x02bc) /* GPIO_SIG99_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG99_IN_SEL (BIT(7)) +#define GPIO_SIG99_IN_SEL (BIT(7)) #define GPIO_SIG99_IN_SEL_M (BIT(7)) #define GPIO_SIG99_IN_SEL_V 0x1 #define GPIO_SIG99_IN_SEL_S 7 /* GPIO_FUNC99_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC99_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC99_IN_INV_SEL (BIT(6)) #define GPIO_FUNC99_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC99_IN_INV_SEL_V 0x1 #define GPIO_FUNC99_IN_INV_SEL_S 6 @@ -4889,7 +5352,7 @@ /* GPIO_FUNC99_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC99_IN_SEL 0x0000003F +#define GPIO_FUNC99_IN_SEL 0x0000003F #define GPIO_FUNC99_IN_SEL_M ((GPIO_FUNC99_IN_SEL_V)<<(GPIO_FUNC99_IN_SEL_S)) #define GPIO_FUNC99_IN_SEL_V 0x3F #define GPIO_FUNC99_IN_SEL_S 0 @@ -4897,18 +5360,21 @@ #define GPIO_FUNC100_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x02c0) /* GPIO_SIG100_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG100_IN_SEL (BIT(7)) +#define GPIO_SIG100_IN_SEL (BIT(7)) #define GPIO_SIG100_IN_SEL_M (BIT(7)) #define GPIO_SIG100_IN_SEL_V 0x1 #define GPIO_SIG100_IN_SEL_S 7 /* GPIO_FUNC100_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC100_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC100_IN_INV_SEL (BIT(6)) #define GPIO_FUNC100_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC100_IN_INV_SEL_V 0x1 #define GPIO_FUNC100_IN_INV_SEL_S 6 @@ -4916,7 +5382,7 @@ /* GPIO_FUNC100_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC100_IN_SEL 0x0000003F +#define GPIO_FUNC100_IN_SEL 0x0000003F #define GPIO_FUNC100_IN_SEL_M ((GPIO_FUNC100_IN_SEL_V)<<(GPIO_FUNC100_IN_SEL_S)) #define GPIO_FUNC100_IN_SEL_V 0x3F #define GPIO_FUNC100_IN_SEL_S 0 @@ -4924,18 +5390,21 @@ #define GPIO_FUNC101_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x02c4) /* GPIO_SIG101_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG101_IN_SEL (BIT(7)) +#define GPIO_SIG101_IN_SEL (BIT(7)) #define GPIO_SIG101_IN_SEL_M (BIT(7)) #define GPIO_SIG101_IN_SEL_V 0x1 #define GPIO_SIG101_IN_SEL_S 7 /* GPIO_FUNC101_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC101_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC101_IN_INV_SEL (BIT(6)) #define GPIO_FUNC101_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC101_IN_INV_SEL_V 0x1 #define GPIO_FUNC101_IN_INV_SEL_S 6 @@ -4943,7 +5412,7 @@ /* GPIO_FUNC101_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC101_IN_SEL 0x0000003F +#define GPIO_FUNC101_IN_SEL 0x0000003F #define GPIO_FUNC101_IN_SEL_M ((GPIO_FUNC101_IN_SEL_V)<<(GPIO_FUNC101_IN_SEL_S)) #define GPIO_FUNC101_IN_SEL_V 0x3F #define GPIO_FUNC101_IN_SEL_S 0 @@ -4951,18 +5420,21 @@ #define GPIO_FUNC102_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x02c8) /* GPIO_SIG102_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG102_IN_SEL (BIT(7)) +#define GPIO_SIG102_IN_SEL (BIT(7)) #define GPIO_SIG102_IN_SEL_M (BIT(7)) #define GPIO_SIG102_IN_SEL_V 0x1 #define GPIO_SIG102_IN_SEL_S 7 /* GPIO_FUNC102_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC102_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC102_IN_INV_SEL (BIT(6)) #define GPIO_FUNC102_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC102_IN_INV_SEL_V 0x1 #define GPIO_FUNC102_IN_INV_SEL_S 6 @@ -4970,7 +5442,7 @@ /* GPIO_FUNC102_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC102_IN_SEL 0x0000003F +#define GPIO_FUNC102_IN_SEL 0x0000003F #define GPIO_FUNC102_IN_SEL_M ((GPIO_FUNC102_IN_SEL_V)<<(GPIO_FUNC102_IN_SEL_S)) #define GPIO_FUNC102_IN_SEL_V 0x3F #define GPIO_FUNC102_IN_SEL_S 0 @@ -4978,18 +5450,21 @@ #define GPIO_FUNC103_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x02cc) /* GPIO_SIG103_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG103_IN_SEL (BIT(7)) +#define GPIO_SIG103_IN_SEL (BIT(7)) #define GPIO_SIG103_IN_SEL_M (BIT(7)) #define GPIO_SIG103_IN_SEL_V 0x1 #define GPIO_SIG103_IN_SEL_S 7 /* GPIO_FUNC103_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC103_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC103_IN_INV_SEL (BIT(6)) #define GPIO_FUNC103_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC103_IN_INV_SEL_V 0x1 #define GPIO_FUNC103_IN_INV_SEL_S 6 @@ -4997,7 +5472,7 @@ /* GPIO_FUNC103_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC103_IN_SEL 0x0000003F +#define GPIO_FUNC103_IN_SEL 0x0000003F #define GPIO_FUNC103_IN_SEL_M ((GPIO_FUNC103_IN_SEL_V)<<(GPIO_FUNC103_IN_SEL_S)) #define GPIO_FUNC103_IN_SEL_V 0x3F #define GPIO_FUNC103_IN_SEL_S 0 @@ -5005,18 +5480,21 @@ #define GPIO_FUNC104_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x02d0) /* GPIO_SIG104_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG104_IN_SEL (BIT(7)) +#define GPIO_SIG104_IN_SEL (BIT(7)) #define GPIO_SIG104_IN_SEL_M (BIT(7)) #define GPIO_SIG104_IN_SEL_V 0x1 #define GPIO_SIG104_IN_SEL_S 7 /* GPIO_FUNC104_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC104_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC104_IN_INV_SEL (BIT(6)) #define GPIO_FUNC104_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC104_IN_INV_SEL_V 0x1 #define GPIO_FUNC104_IN_INV_SEL_S 6 @@ -5024,7 +5502,7 @@ /* GPIO_FUNC104_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC104_IN_SEL 0x0000003F +#define GPIO_FUNC104_IN_SEL 0x0000003F #define GPIO_FUNC104_IN_SEL_M ((GPIO_FUNC104_IN_SEL_V)<<(GPIO_FUNC104_IN_SEL_S)) #define GPIO_FUNC104_IN_SEL_V 0x3F #define GPIO_FUNC104_IN_SEL_S 0 @@ -5032,18 +5510,21 @@ #define GPIO_FUNC105_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x02d4) /* GPIO_SIG105_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG105_IN_SEL (BIT(7)) +#define GPIO_SIG105_IN_SEL (BIT(7)) #define GPIO_SIG105_IN_SEL_M (BIT(7)) #define GPIO_SIG105_IN_SEL_V 0x1 #define GPIO_SIG105_IN_SEL_S 7 /* GPIO_FUNC105_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC105_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC105_IN_INV_SEL (BIT(6)) #define GPIO_FUNC105_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC105_IN_INV_SEL_V 0x1 #define GPIO_FUNC105_IN_INV_SEL_S 6 @@ -5051,7 +5532,7 @@ /* GPIO_FUNC105_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC105_IN_SEL 0x0000003F +#define GPIO_FUNC105_IN_SEL 0x0000003F #define GPIO_FUNC105_IN_SEL_M ((GPIO_FUNC105_IN_SEL_V)<<(GPIO_FUNC105_IN_SEL_S)) #define GPIO_FUNC105_IN_SEL_V 0x3F #define GPIO_FUNC105_IN_SEL_S 0 @@ -5059,18 +5540,21 @@ #define GPIO_FUNC106_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x02d8) /* GPIO_SIG106_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG106_IN_SEL (BIT(7)) +#define GPIO_SIG106_IN_SEL (BIT(7)) #define GPIO_SIG106_IN_SEL_M (BIT(7)) #define GPIO_SIG106_IN_SEL_V 0x1 #define GPIO_SIG106_IN_SEL_S 7 /* GPIO_FUNC106_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC106_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC106_IN_INV_SEL (BIT(6)) #define GPIO_FUNC106_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC106_IN_INV_SEL_V 0x1 #define GPIO_FUNC106_IN_INV_SEL_S 6 @@ -5078,7 +5562,7 @@ /* GPIO_FUNC106_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC106_IN_SEL 0x0000003F +#define GPIO_FUNC106_IN_SEL 0x0000003F #define GPIO_FUNC106_IN_SEL_M ((GPIO_FUNC106_IN_SEL_V)<<(GPIO_FUNC106_IN_SEL_S)) #define GPIO_FUNC106_IN_SEL_V 0x3F #define GPIO_FUNC106_IN_SEL_S 0 @@ -5086,18 +5570,21 @@ #define GPIO_FUNC107_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x02dc) /* GPIO_SIG107_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG107_IN_SEL (BIT(7)) +#define GPIO_SIG107_IN_SEL (BIT(7)) #define GPIO_SIG107_IN_SEL_M (BIT(7)) #define GPIO_SIG107_IN_SEL_V 0x1 #define GPIO_SIG107_IN_SEL_S 7 /* GPIO_FUNC107_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC107_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC107_IN_INV_SEL (BIT(6)) #define GPIO_FUNC107_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC107_IN_INV_SEL_V 0x1 #define GPIO_FUNC107_IN_INV_SEL_S 6 @@ -5105,7 +5592,7 @@ /* GPIO_FUNC107_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC107_IN_SEL 0x0000003F +#define GPIO_FUNC107_IN_SEL 0x0000003F #define GPIO_FUNC107_IN_SEL_M ((GPIO_FUNC107_IN_SEL_V)<<(GPIO_FUNC107_IN_SEL_S)) #define GPIO_FUNC107_IN_SEL_V 0x3F #define GPIO_FUNC107_IN_SEL_S 0 @@ -5113,18 +5600,21 @@ #define GPIO_FUNC108_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x02e0) /* GPIO_SIG108_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG108_IN_SEL (BIT(7)) +#define GPIO_SIG108_IN_SEL (BIT(7)) #define GPIO_SIG108_IN_SEL_M (BIT(7)) #define GPIO_SIG108_IN_SEL_V 0x1 #define GPIO_SIG108_IN_SEL_S 7 /* GPIO_FUNC108_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC108_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC108_IN_INV_SEL (BIT(6)) #define GPIO_FUNC108_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC108_IN_INV_SEL_V 0x1 #define GPIO_FUNC108_IN_INV_SEL_S 6 @@ -5132,7 +5622,7 @@ /* GPIO_FUNC108_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC108_IN_SEL 0x0000003F +#define GPIO_FUNC108_IN_SEL 0x0000003F #define GPIO_FUNC108_IN_SEL_M ((GPIO_FUNC108_IN_SEL_V)<<(GPIO_FUNC108_IN_SEL_S)) #define GPIO_FUNC108_IN_SEL_V 0x3F #define GPIO_FUNC108_IN_SEL_S 0 @@ -5140,18 +5630,21 @@ #define GPIO_FUNC109_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x02e4) /* GPIO_SIG109_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG109_IN_SEL (BIT(7)) +#define GPIO_SIG109_IN_SEL (BIT(7)) #define GPIO_SIG109_IN_SEL_M (BIT(7)) #define GPIO_SIG109_IN_SEL_V 0x1 #define GPIO_SIG109_IN_SEL_S 7 /* GPIO_FUNC109_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC109_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC109_IN_INV_SEL (BIT(6)) #define GPIO_FUNC109_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC109_IN_INV_SEL_V 0x1 #define GPIO_FUNC109_IN_INV_SEL_S 6 @@ -5159,7 +5652,7 @@ /* GPIO_FUNC109_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC109_IN_SEL 0x0000003F +#define GPIO_FUNC109_IN_SEL 0x0000003F #define GPIO_FUNC109_IN_SEL_M ((GPIO_FUNC109_IN_SEL_V)<<(GPIO_FUNC109_IN_SEL_S)) #define GPIO_FUNC109_IN_SEL_V 0x3F #define GPIO_FUNC109_IN_SEL_S 0 @@ -5167,18 +5660,21 @@ #define GPIO_FUNC110_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x02e8) /* GPIO_SIG110_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG110_IN_SEL (BIT(7)) +#define GPIO_SIG110_IN_SEL (BIT(7)) #define GPIO_SIG110_IN_SEL_M (BIT(7)) #define GPIO_SIG110_IN_SEL_V 0x1 #define GPIO_SIG110_IN_SEL_S 7 /* GPIO_FUNC110_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC110_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC110_IN_INV_SEL (BIT(6)) #define GPIO_FUNC110_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC110_IN_INV_SEL_V 0x1 #define GPIO_FUNC110_IN_INV_SEL_S 6 @@ -5186,7 +5682,7 @@ /* GPIO_FUNC110_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC110_IN_SEL 0x0000003F +#define GPIO_FUNC110_IN_SEL 0x0000003F #define GPIO_FUNC110_IN_SEL_M ((GPIO_FUNC110_IN_SEL_V)<<(GPIO_FUNC110_IN_SEL_S)) #define GPIO_FUNC110_IN_SEL_V 0x3F #define GPIO_FUNC110_IN_SEL_S 0 @@ -5194,18 +5690,21 @@ #define GPIO_FUNC111_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x02ec) /* GPIO_SIG111_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG111_IN_SEL (BIT(7)) +#define GPIO_SIG111_IN_SEL (BIT(7)) #define GPIO_SIG111_IN_SEL_M (BIT(7)) #define GPIO_SIG111_IN_SEL_V 0x1 #define GPIO_SIG111_IN_SEL_S 7 /* GPIO_FUNC111_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC111_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC111_IN_INV_SEL (BIT(6)) #define GPIO_FUNC111_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC111_IN_INV_SEL_V 0x1 #define GPIO_FUNC111_IN_INV_SEL_S 6 @@ -5213,7 +5712,7 @@ /* GPIO_FUNC111_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC111_IN_SEL 0x0000003F +#define GPIO_FUNC111_IN_SEL 0x0000003F #define GPIO_FUNC111_IN_SEL_M ((GPIO_FUNC111_IN_SEL_V)<<(GPIO_FUNC111_IN_SEL_S)) #define GPIO_FUNC111_IN_SEL_V 0x3F #define GPIO_FUNC111_IN_SEL_S 0 @@ -5221,18 +5720,21 @@ #define GPIO_FUNC112_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x02f0) /* GPIO_SIG112_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG112_IN_SEL (BIT(7)) +#define GPIO_SIG112_IN_SEL (BIT(7)) #define GPIO_SIG112_IN_SEL_M (BIT(7)) #define GPIO_SIG112_IN_SEL_V 0x1 #define GPIO_SIG112_IN_SEL_S 7 /* GPIO_FUNC112_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC112_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC112_IN_INV_SEL (BIT(6)) #define GPIO_FUNC112_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC112_IN_INV_SEL_V 0x1 #define GPIO_FUNC112_IN_INV_SEL_S 6 @@ -5240,7 +5742,7 @@ /* GPIO_FUNC112_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC112_IN_SEL 0x0000003F +#define GPIO_FUNC112_IN_SEL 0x0000003F #define GPIO_FUNC112_IN_SEL_M ((GPIO_FUNC112_IN_SEL_V)<<(GPIO_FUNC112_IN_SEL_S)) #define GPIO_FUNC112_IN_SEL_V 0x3F #define GPIO_FUNC112_IN_SEL_S 0 @@ -5248,18 +5750,21 @@ #define GPIO_FUNC113_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x02f4) /* GPIO_SIG113_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG113_IN_SEL (BIT(7)) +#define GPIO_SIG113_IN_SEL (BIT(7)) #define GPIO_SIG113_IN_SEL_M (BIT(7)) #define GPIO_SIG113_IN_SEL_V 0x1 #define GPIO_SIG113_IN_SEL_S 7 /* GPIO_FUNC113_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC113_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC113_IN_INV_SEL (BIT(6)) #define GPIO_FUNC113_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC113_IN_INV_SEL_V 0x1 #define GPIO_FUNC113_IN_INV_SEL_S 6 @@ -5267,7 +5772,7 @@ /* GPIO_FUNC113_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC113_IN_SEL 0x0000003F +#define GPIO_FUNC113_IN_SEL 0x0000003F #define GPIO_FUNC113_IN_SEL_M ((GPIO_FUNC113_IN_SEL_V)<<(GPIO_FUNC113_IN_SEL_S)) #define GPIO_FUNC113_IN_SEL_V 0x3F #define GPIO_FUNC113_IN_SEL_S 0 @@ -5275,18 +5780,21 @@ #define GPIO_FUNC114_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x02f8) /* GPIO_SIG114_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG114_IN_SEL (BIT(7)) +#define GPIO_SIG114_IN_SEL (BIT(7)) #define GPIO_SIG114_IN_SEL_M (BIT(7)) #define GPIO_SIG114_IN_SEL_V 0x1 #define GPIO_SIG114_IN_SEL_S 7 /* GPIO_FUNC114_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC114_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC114_IN_INV_SEL (BIT(6)) #define GPIO_FUNC114_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC114_IN_INV_SEL_V 0x1 #define GPIO_FUNC114_IN_INV_SEL_S 6 @@ -5294,7 +5802,7 @@ /* GPIO_FUNC114_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC114_IN_SEL 0x0000003F +#define GPIO_FUNC114_IN_SEL 0x0000003F #define GPIO_FUNC114_IN_SEL_M ((GPIO_FUNC114_IN_SEL_V)<<(GPIO_FUNC114_IN_SEL_S)) #define GPIO_FUNC114_IN_SEL_V 0x3F #define GPIO_FUNC114_IN_SEL_S 0 @@ -5302,18 +5810,21 @@ #define GPIO_FUNC115_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x02fc) /* GPIO_SIG115_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG115_IN_SEL (BIT(7)) +#define GPIO_SIG115_IN_SEL (BIT(7)) #define GPIO_SIG115_IN_SEL_M (BIT(7)) #define GPIO_SIG115_IN_SEL_V 0x1 #define GPIO_SIG115_IN_SEL_S 7 /* GPIO_FUNC115_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC115_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC115_IN_INV_SEL (BIT(6)) #define GPIO_FUNC115_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC115_IN_INV_SEL_V 0x1 #define GPIO_FUNC115_IN_INV_SEL_S 6 @@ -5321,7 +5832,7 @@ /* GPIO_FUNC115_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC115_IN_SEL 0x0000003F +#define GPIO_FUNC115_IN_SEL 0x0000003F #define GPIO_FUNC115_IN_SEL_M ((GPIO_FUNC115_IN_SEL_V)<<(GPIO_FUNC115_IN_SEL_S)) #define GPIO_FUNC115_IN_SEL_V 0x3F #define GPIO_FUNC115_IN_SEL_S 0 @@ -5329,18 +5840,21 @@ #define GPIO_FUNC116_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0300) /* GPIO_SIG116_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG116_IN_SEL (BIT(7)) +#define GPIO_SIG116_IN_SEL (BIT(7)) #define GPIO_SIG116_IN_SEL_M (BIT(7)) #define GPIO_SIG116_IN_SEL_V 0x1 #define GPIO_SIG116_IN_SEL_S 7 /* GPIO_FUNC116_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC116_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC116_IN_INV_SEL (BIT(6)) #define GPIO_FUNC116_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC116_IN_INV_SEL_V 0x1 #define GPIO_FUNC116_IN_INV_SEL_S 6 @@ -5348,7 +5862,7 @@ /* GPIO_FUNC116_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC116_IN_SEL 0x0000003F +#define GPIO_FUNC116_IN_SEL 0x0000003F #define GPIO_FUNC116_IN_SEL_M ((GPIO_FUNC116_IN_SEL_V)<<(GPIO_FUNC116_IN_SEL_S)) #define GPIO_FUNC116_IN_SEL_V 0x3F #define GPIO_FUNC116_IN_SEL_S 0 @@ -5356,18 +5870,21 @@ #define GPIO_FUNC117_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0304) /* GPIO_SIG117_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG117_IN_SEL (BIT(7)) +#define GPIO_SIG117_IN_SEL (BIT(7)) #define GPIO_SIG117_IN_SEL_M (BIT(7)) #define GPIO_SIG117_IN_SEL_V 0x1 #define GPIO_SIG117_IN_SEL_S 7 /* GPIO_FUNC117_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC117_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC117_IN_INV_SEL (BIT(6)) #define GPIO_FUNC117_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC117_IN_INV_SEL_V 0x1 #define GPIO_FUNC117_IN_INV_SEL_S 6 @@ -5375,7 +5892,7 @@ /* GPIO_FUNC117_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC117_IN_SEL 0x0000003F +#define GPIO_FUNC117_IN_SEL 0x0000003F #define GPIO_FUNC117_IN_SEL_M ((GPIO_FUNC117_IN_SEL_V)<<(GPIO_FUNC117_IN_SEL_S)) #define GPIO_FUNC117_IN_SEL_V 0x3F #define GPIO_FUNC117_IN_SEL_S 0 @@ -5383,18 +5900,21 @@ #define GPIO_FUNC118_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0308) /* GPIO_SIG118_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG118_IN_SEL (BIT(7)) +#define GPIO_SIG118_IN_SEL (BIT(7)) #define GPIO_SIG118_IN_SEL_M (BIT(7)) #define GPIO_SIG118_IN_SEL_V 0x1 #define GPIO_SIG118_IN_SEL_S 7 /* GPIO_FUNC118_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC118_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC118_IN_INV_SEL (BIT(6)) #define GPIO_FUNC118_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC118_IN_INV_SEL_V 0x1 #define GPIO_FUNC118_IN_INV_SEL_S 6 @@ -5402,7 +5922,7 @@ /* GPIO_FUNC118_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC118_IN_SEL 0x0000003F +#define GPIO_FUNC118_IN_SEL 0x0000003F #define GPIO_FUNC118_IN_SEL_M ((GPIO_FUNC118_IN_SEL_V)<<(GPIO_FUNC118_IN_SEL_S)) #define GPIO_FUNC118_IN_SEL_V 0x3F #define GPIO_FUNC118_IN_SEL_S 0 @@ -5410,18 +5930,21 @@ #define GPIO_FUNC119_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x030c) /* GPIO_SIG119_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG119_IN_SEL (BIT(7)) +#define GPIO_SIG119_IN_SEL (BIT(7)) #define GPIO_SIG119_IN_SEL_M (BIT(7)) #define GPIO_SIG119_IN_SEL_V 0x1 #define GPIO_SIG119_IN_SEL_S 7 /* GPIO_FUNC119_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC119_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC119_IN_INV_SEL (BIT(6)) #define GPIO_FUNC119_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC119_IN_INV_SEL_V 0x1 #define GPIO_FUNC119_IN_INV_SEL_S 6 @@ -5429,7 +5952,7 @@ /* GPIO_FUNC119_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC119_IN_SEL 0x0000003F +#define GPIO_FUNC119_IN_SEL 0x0000003F #define GPIO_FUNC119_IN_SEL_M ((GPIO_FUNC119_IN_SEL_V)<<(GPIO_FUNC119_IN_SEL_S)) #define GPIO_FUNC119_IN_SEL_V 0x3F #define GPIO_FUNC119_IN_SEL_S 0 @@ -5437,18 +5960,21 @@ #define GPIO_FUNC120_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0310) /* GPIO_SIG120_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG120_IN_SEL (BIT(7)) +#define GPIO_SIG120_IN_SEL (BIT(7)) #define GPIO_SIG120_IN_SEL_M (BIT(7)) #define GPIO_SIG120_IN_SEL_V 0x1 #define GPIO_SIG120_IN_SEL_S 7 /* GPIO_FUNC120_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC120_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC120_IN_INV_SEL (BIT(6)) #define GPIO_FUNC120_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC120_IN_INV_SEL_V 0x1 #define GPIO_FUNC120_IN_INV_SEL_S 6 @@ -5456,7 +5982,7 @@ /* GPIO_FUNC120_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC120_IN_SEL 0x0000003F +#define GPIO_FUNC120_IN_SEL 0x0000003F #define GPIO_FUNC120_IN_SEL_M ((GPIO_FUNC120_IN_SEL_V)<<(GPIO_FUNC120_IN_SEL_S)) #define GPIO_FUNC120_IN_SEL_V 0x3F #define GPIO_FUNC120_IN_SEL_S 0 @@ -5464,18 +5990,21 @@ #define GPIO_FUNC121_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0314) /* GPIO_SIG121_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG121_IN_SEL (BIT(7)) +#define GPIO_SIG121_IN_SEL (BIT(7)) #define GPIO_SIG121_IN_SEL_M (BIT(7)) #define GPIO_SIG121_IN_SEL_V 0x1 #define GPIO_SIG121_IN_SEL_S 7 /* GPIO_FUNC121_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC121_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC121_IN_INV_SEL (BIT(6)) #define GPIO_FUNC121_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC121_IN_INV_SEL_V 0x1 #define GPIO_FUNC121_IN_INV_SEL_S 6 @@ -5483,7 +6012,7 @@ /* GPIO_FUNC121_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC121_IN_SEL 0x0000003F +#define GPIO_FUNC121_IN_SEL 0x0000003F #define GPIO_FUNC121_IN_SEL_M ((GPIO_FUNC121_IN_SEL_V)<<(GPIO_FUNC121_IN_SEL_S)) #define GPIO_FUNC121_IN_SEL_V 0x3F #define GPIO_FUNC121_IN_SEL_S 0 @@ -5491,18 +6020,21 @@ #define GPIO_FUNC122_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0318) /* GPIO_SIG122_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG122_IN_SEL (BIT(7)) +#define GPIO_SIG122_IN_SEL (BIT(7)) #define GPIO_SIG122_IN_SEL_M (BIT(7)) #define GPIO_SIG122_IN_SEL_V 0x1 #define GPIO_SIG122_IN_SEL_S 7 /* GPIO_FUNC122_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC122_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC122_IN_INV_SEL (BIT(6)) #define GPIO_FUNC122_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC122_IN_INV_SEL_V 0x1 #define GPIO_FUNC122_IN_INV_SEL_S 6 @@ -5510,7 +6042,7 @@ /* GPIO_FUNC122_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC122_IN_SEL 0x0000003F +#define GPIO_FUNC122_IN_SEL 0x0000003F #define GPIO_FUNC122_IN_SEL_M ((GPIO_FUNC122_IN_SEL_V)<<(GPIO_FUNC122_IN_SEL_S)) #define GPIO_FUNC122_IN_SEL_V 0x3F #define GPIO_FUNC122_IN_SEL_S 0 @@ -5518,18 +6050,21 @@ #define GPIO_FUNC123_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x031c) /* GPIO_SIG123_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG123_IN_SEL (BIT(7)) +#define GPIO_SIG123_IN_SEL (BIT(7)) #define GPIO_SIG123_IN_SEL_M (BIT(7)) #define GPIO_SIG123_IN_SEL_V 0x1 #define GPIO_SIG123_IN_SEL_S 7 /* GPIO_FUNC123_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC123_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC123_IN_INV_SEL (BIT(6)) #define GPIO_FUNC123_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC123_IN_INV_SEL_V 0x1 #define GPIO_FUNC123_IN_INV_SEL_S 6 @@ -5537,7 +6072,7 @@ /* GPIO_FUNC123_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC123_IN_SEL 0x0000003F +#define GPIO_FUNC123_IN_SEL 0x0000003F #define GPIO_FUNC123_IN_SEL_M ((GPIO_FUNC123_IN_SEL_V)<<(GPIO_FUNC123_IN_SEL_S)) #define GPIO_FUNC123_IN_SEL_V 0x3F #define GPIO_FUNC123_IN_SEL_S 0 @@ -5545,18 +6080,21 @@ #define GPIO_FUNC124_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0320) /* GPIO_SIG124_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG124_IN_SEL (BIT(7)) +#define GPIO_SIG124_IN_SEL (BIT(7)) #define GPIO_SIG124_IN_SEL_M (BIT(7)) #define GPIO_SIG124_IN_SEL_V 0x1 #define GPIO_SIG124_IN_SEL_S 7 /* GPIO_FUNC124_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC124_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC124_IN_INV_SEL (BIT(6)) #define GPIO_FUNC124_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC124_IN_INV_SEL_V 0x1 #define GPIO_FUNC124_IN_INV_SEL_S 6 @@ -5564,7 +6102,7 @@ /* GPIO_FUNC124_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC124_IN_SEL 0x0000003F +#define GPIO_FUNC124_IN_SEL 0x0000003F #define GPIO_FUNC124_IN_SEL_M ((GPIO_FUNC124_IN_SEL_V)<<(GPIO_FUNC124_IN_SEL_S)) #define GPIO_FUNC124_IN_SEL_V 0x3F #define GPIO_FUNC124_IN_SEL_S 0 @@ -5572,18 +6110,21 @@ #define GPIO_FUNC125_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0324) /* GPIO_SIG125_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG125_IN_SEL (BIT(7)) +#define GPIO_SIG125_IN_SEL (BIT(7)) #define GPIO_SIG125_IN_SEL_M (BIT(7)) #define GPIO_SIG125_IN_SEL_V 0x1 #define GPIO_SIG125_IN_SEL_S 7 /* GPIO_FUNC125_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC125_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC125_IN_INV_SEL (BIT(6)) #define GPIO_FUNC125_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC125_IN_INV_SEL_V 0x1 #define GPIO_FUNC125_IN_INV_SEL_S 6 @@ -5591,7 +6132,7 @@ /* GPIO_FUNC125_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC125_IN_SEL 0x0000003F +#define GPIO_FUNC125_IN_SEL 0x0000003F #define GPIO_FUNC125_IN_SEL_M ((GPIO_FUNC125_IN_SEL_V)<<(GPIO_FUNC125_IN_SEL_S)) #define GPIO_FUNC125_IN_SEL_V 0x3F #define GPIO_FUNC125_IN_SEL_S 0 @@ -5599,18 +6140,21 @@ #define GPIO_FUNC126_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0328) /* GPIO_SIG126_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG126_IN_SEL (BIT(7)) +#define GPIO_SIG126_IN_SEL (BIT(7)) #define GPIO_SIG126_IN_SEL_M (BIT(7)) #define GPIO_SIG126_IN_SEL_V 0x1 #define GPIO_SIG126_IN_SEL_S 7 /* GPIO_FUNC126_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC126_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC126_IN_INV_SEL (BIT(6)) #define GPIO_FUNC126_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC126_IN_INV_SEL_V 0x1 #define GPIO_FUNC126_IN_INV_SEL_S 6 @@ -5618,7 +6162,7 @@ /* GPIO_FUNC126_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC126_IN_SEL 0x0000003F +#define GPIO_FUNC126_IN_SEL 0x0000003F #define GPIO_FUNC126_IN_SEL_M ((GPIO_FUNC126_IN_SEL_V)<<(GPIO_FUNC126_IN_SEL_S)) #define GPIO_FUNC126_IN_SEL_V 0x3F #define GPIO_FUNC126_IN_SEL_S 0 @@ -5626,18 +6170,21 @@ #define GPIO_FUNC127_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x032c) /* GPIO_SIG127_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG127_IN_SEL (BIT(7)) +#define GPIO_SIG127_IN_SEL (BIT(7)) #define GPIO_SIG127_IN_SEL_M (BIT(7)) #define GPIO_SIG127_IN_SEL_V 0x1 #define GPIO_SIG127_IN_SEL_S 7 /* GPIO_FUNC127_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC127_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC127_IN_INV_SEL (BIT(6)) #define GPIO_FUNC127_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC127_IN_INV_SEL_V 0x1 #define GPIO_FUNC127_IN_INV_SEL_S 6 @@ -5645,7 +6192,7 @@ /* GPIO_FUNC127_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC127_IN_SEL 0x0000003F +#define GPIO_FUNC127_IN_SEL 0x0000003F #define GPIO_FUNC127_IN_SEL_M ((GPIO_FUNC127_IN_SEL_V)<<(GPIO_FUNC127_IN_SEL_S)) #define GPIO_FUNC127_IN_SEL_V 0x3F #define GPIO_FUNC127_IN_SEL_S 0 @@ -5653,18 +6200,21 @@ #define GPIO_FUNC128_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0330) /* GPIO_SIG128_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG128_IN_SEL (BIT(7)) +#define GPIO_SIG128_IN_SEL (BIT(7)) #define GPIO_SIG128_IN_SEL_M (BIT(7)) #define GPIO_SIG128_IN_SEL_V 0x1 #define GPIO_SIG128_IN_SEL_S 7 /* GPIO_FUNC128_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC128_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC128_IN_INV_SEL (BIT(6)) #define GPIO_FUNC128_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC128_IN_INV_SEL_V 0x1 #define GPIO_FUNC128_IN_INV_SEL_S 6 @@ -5672,7 +6222,7 @@ /* GPIO_FUNC128_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC128_IN_SEL 0x0000003F +#define GPIO_FUNC128_IN_SEL 0x0000003F #define GPIO_FUNC128_IN_SEL_M ((GPIO_FUNC128_IN_SEL_V)<<(GPIO_FUNC128_IN_SEL_S)) #define GPIO_FUNC128_IN_SEL_V 0x3F #define GPIO_FUNC128_IN_SEL_S 0 @@ -5680,18 +6230,21 @@ #define GPIO_FUNC129_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0334) /* GPIO_SIG129_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG129_IN_SEL (BIT(7)) +#define GPIO_SIG129_IN_SEL (BIT(7)) #define GPIO_SIG129_IN_SEL_M (BIT(7)) #define GPIO_SIG129_IN_SEL_V 0x1 #define GPIO_SIG129_IN_SEL_S 7 /* GPIO_FUNC129_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC129_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC129_IN_INV_SEL (BIT(6)) #define GPIO_FUNC129_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC129_IN_INV_SEL_V 0x1 #define GPIO_FUNC129_IN_INV_SEL_S 6 @@ -5699,7 +6252,7 @@ /* GPIO_FUNC129_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC129_IN_SEL 0x0000003F +#define GPIO_FUNC129_IN_SEL 0x0000003F #define GPIO_FUNC129_IN_SEL_M ((GPIO_FUNC129_IN_SEL_V)<<(GPIO_FUNC129_IN_SEL_S)) #define GPIO_FUNC129_IN_SEL_V 0x3F #define GPIO_FUNC129_IN_SEL_S 0 @@ -5707,18 +6260,21 @@ #define GPIO_FUNC130_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0338) /* GPIO_SIG130_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG130_IN_SEL (BIT(7)) +#define GPIO_SIG130_IN_SEL (BIT(7)) #define GPIO_SIG130_IN_SEL_M (BIT(7)) #define GPIO_SIG130_IN_SEL_V 0x1 #define GPIO_SIG130_IN_SEL_S 7 /* GPIO_FUNC130_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC130_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC130_IN_INV_SEL (BIT(6)) #define GPIO_FUNC130_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC130_IN_INV_SEL_V 0x1 #define GPIO_FUNC130_IN_INV_SEL_S 6 @@ -5726,7 +6282,7 @@ /* GPIO_FUNC130_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC130_IN_SEL 0x0000003F +#define GPIO_FUNC130_IN_SEL 0x0000003F #define GPIO_FUNC130_IN_SEL_M ((GPIO_FUNC130_IN_SEL_V)<<(GPIO_FUNC130_IN_SEL_S)) #define GPIO_FUNC130_IN_SEL_V 0x3F #define GPIO_FUNC130_IN_SEL_S 0 @@ -5734,18 +6290,21 @@ #define GPIO_FUNC131_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x033c) /* GPIO_SIG131_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG131_IN_SEL (BIT(7)) +#define GPIO_SIG131_IN_SEL (BIT(7)) #define GPIO_SIG131_IN_SEL_M (BIT(7)) #define GPIO_SIG131_IN_SEL_V 0x1 #define GPIO_SIG131_IN_SEL_S 7 /* GPIO_FUNC131_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC131_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC131_IN_INV_SEL (BIT(6)) #define GPIO_FUNC131_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC131_IN_INV_SEL_V 0x1 #define GPIO_FUNC131_IN_INV_SEL_S 6 @@ -5753,7 +6312,7 @@ /* GPIO_FUNC131_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC131_IN_SEL 0x0000003F +#define GPIO_FUNC131_IN_SEL 0x0000003F #define GPIO_FUNC131_IN_SEL_M ((GPIO_FUNC131_IN_SEL_V)<<(GPIO_FUNC131_IN_SEL_S)) #define GPIO_FUNC131_IN_SEL_V 0x3F #define GPIO_FUNC131_IN_SEL_S 0 @@ -5761,18 +6320,21 @@ #define GPIO_FUNC132_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0340) /* GPIO_SIG132_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG132_IN_SEL (BIT(7)) +#define GPIO_SIG132_IN_SEL (BIT(7)) #define GPIO_SIG132_IN_SEL_M (BIT(7)) #define GPIO_SIG132_IN_SEL_V 0x1 #define GPIO_SIG132_IN_SEL_S 7 /* GPIO_FUNC132_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC132_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC132_IN_INV_SEL (BIT(6)) #define GPIO_FUNC132_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC132_IN_INV_SEL_V 0x1 #define GPIO_FUNC132_IN_INV_SEL_S 6 @@ -5780,7 +6342,7 @@ /* GPIO_FUNC132_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC132_IN_SEL 0x0000003F +#define GPIO_FUNC132_IN_SEL 0x0000003F #define GPIO_FUNC132_IN_SEL_M ((GPIO_FUNC132_IN_SEL_V)<<(GPIO_FUNC132_IN_SEL_S)) #define GPIO_FUNC132_IN_SEL_V 0x3F #define GPIO_FUNC132_IN_SEL_S 0 @@ -5788,18 +6350,21 @@ #define GPIO_FUNC133_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0344) /* GPIO_SIG133_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG133_IN_SEL (BIT(7)) +#define GPIO_SIG133_IN_SEL (BIT(7)) #define GPIO_SIG133_IN_SEL_M (BIT(7)) #define GPIO_SIG133_IN_SEL_V 0x1 #define GPIO_SIG133_IN_SEL_S 7 /* GPIO_FUNC133_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC133_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC133_IN_INV_SEL (BIT(6)) #define GPIO_FUNC133_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC133_IN_INV_SEL_V 0x1 #define GPIO_FUNC133_IN_INV_SEL_S 6 @@ -5807,7 +6372,7 @@ /* GPIO_FUNC133_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC133_IN_SEL 0x0000003F +#define GPIO_FUNC133_IN_SEL 0x0000003F #define GPIO_FUNC133_IN_SEL_M ((GPIO_FUNC133_IN_SEL_V)<<(GPIO_FUNC133_IN_SEL_S)) #define GPIO_FUNC133_IN_SEL_V 0x3F #define GPIO_FUNC133_IN_SEL_S 0 @@ -5815,18 +6380,21 @@ #define GPIO_FUNC134_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0348) /* GPIO_SIG134_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG134_IN_SEL (BIT(7)) +#define GPIO_SIG134_IN_SEL (BIT(7)) #define GPIO_SIG134_IN_SEL_M (BIT(7)) #define GPIO_SIG134_IN_SEL_V 0x1 #define GPIO_SIG134_IN_SEL_S 7 /* GPIO_FUNC134_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC134_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC134_IN_INV_SEL (BIT(6)) #define GPIO_FUNC134_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC134_IN_INV_SEL_V 0x1 #define GPIO_FUNC134_IN_INV_SEL_S 6 @@ -5834,7 +6402,7 @@ /* GPIO_FUNC134_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC134_IN_SEL 0x0000003F +#define GPIO_FUNC134_IN_SEL 0x0000003F #define GPIO_FUNC134_IN_SEL_M ((GPIO_FUNC134_IN_SEL_V)<<(GPIO_FUNC134_IN_SEL_S)) #define GPIO_FUNC134_IN_SEL_V 0x3F #define GPIO_FUNC134_IN_SEL_S 0 @@ -5842,18 +6410,21 @@ #define GPIO_FUNC135_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x034c) /* GPIO_SIG135_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG135_IN_SEL (BIT(7)) +#define GPIO_SIG135_IN_SEL (BIT(7)) #define GPIO_SIG135_IN_SEL_M (BIT(7)) #define GPIO_SIG135_IN_SEL_V 0x1 #define GPIO_SIG135_IN_SEL_S 7 /* GPIO_FUNC135_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC135_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC135_IN_INV_SEL (BIT(6)) #define GPIO_FUNC135_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC135_IN_INV_SEL_V 0x1 #define GPIO_FUNC135_IN_INV_SEL_S 6 @@ -5861,7 +6432,7 @@ /* GPIO_FUNC135_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC135_IN_SEL 0x0000003F +#define GPIO_FUNC135_IN_SEL 0x0000003F #define GPIO_FUNC135_IN_SEL_M ((GPIO_FUNC135_IN_SEL_V)<<(GPIO_FUNC135_IN_SEL_S)) #define GPIO_FUNC135_IN_SEL_V 0x3F #define GPIO_FUNC135_IN_SEL_S 0 @@ -5869,18 +6440,21 @@ #define GPIO_FUNC136_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0350) /* GPIO_SIG136_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG136_IN_SEL (BIT(7)) +#define GPIO_SIG136_IN_SEL (BIT(7)) #define GPIO_SIG136_IN_SEL_M (BIT(7)) #define GPIO_SIG136_IN_SEL_V 0x1 #define GPIO_SIG136_IN_SEL_S 7 /* GPIO_FUNC136_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC136_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC136_IN_INV_SEL (BIT(6)) #define GPIO_FUNC136_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC136_IN_INV_SEL_V 0x1 #define GPIO_FUNC136_IN_INV_SEL_S 6 @@ -5888,7 +6462,7 @@ /* GPIO_FUNC136_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC136_IN_SEL 0x0000003F +#define GPIO_FUNC136_IN_SEL 0x0000003F #define GPIO_FUNC136_IN_SEL_M ((GPIO_FUNC136_IN_SEL_V)<<(GPIO_FUNC136_IN_SEL_S)) #define GPIO_FUNC136_IN_SEL_V 0x3F #define GPIO_FUNC136_IN_SEL_S 0 @@ -5896,18 +6470,21 @@ #define GPIO_FUNC137_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0354) /* GPIO_SIG137_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG137_IN_SEL (BIT(7)) +#define GPIO_SIG137_IN_SEL (BIT(7)) #define GPIO_SIG137_IN_SEL_M (BIT(7)) #define GPIO_SIG137_IN_SEL_V 0x1 #define GPIO_SIG137_IN_SEL_S 7 /* GPIO_FUNC137_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC137_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC137_IN_INV_SEL (BIT(6)) #define GPIO_FUNC137_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC137_IN_INV_SEL_V 0x1 #define GPIO_FUNC137_IN_INV_SEL_S 6 @@ -5915,7 +6492,7 @@ /* GPIO_FUNC137_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC137_IN_SEL 0x0000003F +#define GPIO_FUNC137_IN_SEL 0x0000003F #define GPIO_FUNC137_IN_SEL_M ((GPIO_FUNC137_IN_SEL_V)<<(GPIO_FUNC137_IN_SEL_S)) #define GPIO_FUNC137_IN_SEL_V 0x3F #define GPIO_FUNC137_IN_SEL_S 0 @@ -5923,18 +6500,21 @@ #define GPIO_FUNC138_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0358) /* GPIO_SIG138_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG138_IN_SEL (BIT(7)) +#define GPIO_SIG138_IN_SEL (BIT(7)) #define GPIO_SIG138_IN_SEL_M (BIT(7)) #define GPIO_SIG138_IN_SEL_V 0x1 #define GPIO_SIG138_IN_SEL_S 7 /* GPIO_FUNC138_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC138_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC138_IN_INV_SEL (BIT(6)) #define GPIO_FUNC138_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC138_IN_INV_SEL_V 0x1 #define GPIO_FUNC138_IN_INV_SEL_S 6 @@ -5942,7 +6522,7 @@ /* GPIO_FUNC138_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC138_IN_SEL 0x0000003F +#define GPIO_FUNC138_IN_SEL 0x0000003F #define GPIO_FUNC138_IN_SEL_M ((GPIO_FUNC138_IN_SEL_V)<<(GPIO_FUNC138_IN_SEL_S)) #define GPIO_FUNC138_IN_SEL_V 0x3F #define GPIO_FUNC138_IN_SEL_S 0 @@ -5950,18 +6530,21 @@ #define GPIO_FUNC139_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x035c) /* GPIO_SIG139_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG139_IN_SEL (BIT(7)) +#define GPIO_SIG139_IN_SEL (BIT(7)) #define GPIO_SIG139_IN_SEL_M (BIT(7)) #define GPIO_SIG139_IN_SEL_V 0x1 #define GPIO_SIG139_IN_SEL_S 7 /* GPIO_FUNC139_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC139_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC139_IN_INV_SEL (BIT(6)) #define GPIO_FUNC139_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC139_IN_INV_SEL_V 0x1 #define GPIO_FUNC139_IN_INV_SEL_S 6 @@ -5969,7 +6552,7 @@ /* GPIO_FUNC139_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC139_IN_SEL 0x0000003F +#define GPIO_FUNC139_IN_SEL 0x0000003F #define GPIO_FUNC139_IN_SEL_M ((GPIO_FUNC139_IN_SEL_V)<<(GPIO_FUNC139_IN_SEL_S)) #define GPIO_FUNC139_IN_SEL_V 0x3F #define GPIO_FUNC139_IN_SEL_S 0 @@ -5977,18 +6560,21 @@ #define GPIO_FUNC140_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0360) /* GPIO_SIG140_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG140_IN_SEL (BIT(7)) +#define GPIO_SIG140_IN_SEL (BIT(7)) #define GPIO_SIG140_IN_SEL_M (BIT(7)) #define GPIO_SIG140_IN_SEL_V 0x1 #define GPIO_SIG140_IN_SEL_S 7 /* GPIO_FUNC140_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC140_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC140_IN_INV_SEL (BIT(6)) #define GPIO_FUNC140_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC140_IN_INV_SEL_V 0x1 #define GPIO_FUNC140_IN_INV_SEL_S 6 @@ -5996,7 +6582,7 @@ /* GPIO_FUNC140_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC140_IN_SEL 0x0000003F +#define GPIO_FUNC140_IN_SEL 0x0000003F #define GPIO_FUNC140_IN_SEL_M ((GPIO_FUNC140_IN_SEL_V)<<(GPIO_FUNC140_IN_SEL_S)) #define GPIO_FUNC140_IN_SEL_V 0x3F #define GPIO_FUNC140_IN_SEL_S 0 @@ -6004,18 +6590,21 @@ #define GPIO_FUNC141_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0364) /* GPIO_SIG141_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG141_IN_SEL (BIT(7)) +#define GPIO_SIG141_IN_SEL (BIT(7)) #define GPIO_SIG141_IN_SEL_M (BIT(7)) #define GPIO_SIG141_IN_SEL_V 0x1 #define GPIO_SIG141_IN_SEL_S 7 /* GPIO_FUNC141_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC141_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC141_IN_INV_SEL (BIT(6)) #define GPIO_FUNC141_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC141_IN_INV_SEL_V 0x1 #define GPIO_FUNC141_IN_INV_SEL_S 6 @@ -6023,7 +6612,7 @@ /* GPIO_FUNC141_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC141_IN_SEL 0x0000003F +#define GPIO_FUNC141_IN_SEL 0x0000003F #define GPIO_FUNC141_IN_SEL_M ((GPIO_FUNC141_IN_SEL_V)<<(GPIO_FUNC141_IN_SEL_S)) #define GPIO_FUNC141_IN_SEL_V 0x3F #define GPIO_FUNC141_IN_SEL_S 0 @@ -6031,18 +6620,21 @@ #define GPIO_FUNC142_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0368) /* GPIO_SIG142_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG142_IN_SEL (BIT(7)) +#define GPIO_SIG142_IN_SEL (BIT(7)) #define GPIO_SIG142_IN_SEL_M (BIT(7)) #define GPIO_SIG142_IN_SEL_V 0x1 #define GPIO_SIG142_IN_SEL_S 7 /* GPIO_FUNC142_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC142_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC142_IN_INV_SEL (BIT(6)) #define GPIO_FUNC142_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC142_IN_INV_SEL_V 0x1 #define GPIO_FUNC142_IN_INV_SEL_S 6 @@ -6050,7 +6642,7 @@ /* GPIO_FUNC142_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC142_IN_SEL 0x0000003F +#define GPIO_FUNC142_IN_SEL 0x0000003F #define GPIO_FUNC142_IN_SEL_M ((GPIO_FUNC142_IN_SEL_V)<<(GPIO_FUNC142_IN_SEL_S)) #define GPIO_FUNC142_IN_SEL_V 0x3F #define GPIO_FUNC142_IN_SEL_S 0 @@ -6058,18 +6650,21 @@ #define GPIO_FUNC143_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x036c) /* GPIO_SIG143_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG143_IN_SEL (BIT(7)) +#define GPIO_SIG143_IN_SEL (BIT(7)) #define GPIO_SIG143_IN_SEL_M (BIT(7)) #define GPIO_SIG143_IN_SEL_V 0x1 #define GPIO_SIG143_IN_SEL_S 7 /* GPIO_FUNC143_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC143_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC143_IN_INV_SEL (BIT(6)) #define GPIO_FUNC143_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC143_IN_INV_SEL_V 0x1 #define GPIO_FUNC143_IN_INV_SEL_S 6 @@ -6077,7 +6672,7 @@ /* GPIO_FUNC143_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC143_IN_SEL 0x0000003F +#define GPIO_FUNC143_IN_SEL 0x0000003F #define GPIO_FUNC143_IN_SEL_M ((GPIO_FUNC143_IN_SEL_V)<<(GPIO_FUNC143_IN_SEL_S)) #define GPIO_FUNC143_IN_SEL_V 0x3F #define GPIO_FUNC143_IN_SEL_S 0 @@ -6085,18 +6680,21 @@ #define GPIO_FUNC144_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0370) /* GPIO_SIG144_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG144_IN_SEL (BIT(7)) +#define GPIO_SIG144_IN_SEL (BIT(7)) #define GPIO_SIG144_IN_SEL_M (BIT(7)) #define GPIO_SIG144_IN_SEL_V 0x1 #define GPIO_SIG144_IN_SEL_S 7 /* GPIO_FUNC144_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC144_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC144_IN_INV_SEL (BIT(6)) #define GPIO_FUNC144_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC144_IN_INV_SEL_V 0x1 #define GPIO_FUNC144_IN_INV_SEL_S 6 @@ -6104,7 +6702,7 @@ /* GPIO_FUNC144_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC144_IN_SEL 0x0000003F +#define GPIO_FUNC144_IN_SEL 0x0000003F #define GPIO_FUNC144_IN_SEL_M ((GPIO_FUNC144_IN_SEL_V)<<(GPIO_FUNC144_IN_SEL_S)) #define GPIO_FUNC144_IN_SEL_V 0x3F #define GPIO_FUNC144_IN_SEL_S 0 @@ -6112,18 +6710,21 @@ #define GPIO_FUNC145_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0374) /* GPIO_SIG145_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG145_IN_SEL (BIT(7)) +#define GPIO_SIG145_IN_SEL (BIT(7)) #define GPIO_SIG145_IN_SEL_M (BIT(7)) #define GPIO_SIG145_IN_SEL_V 0x1 #define GPIO_SIG145_IN_SEL_S 7 /* GPIO_FUNC145_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC145_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC145_IN_INV_SEL (BIT(6)) #define GPIO_FUNC145_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC145_IN_INV_SEL_V 0x1 #define GPIO_FUNC145_IN_INV_SEL_S 6 @@ -6131,7 +6732,7 @@ /* GPIO_FUNC145_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC145_IN_SEL 0x0000003F +#define GPIO_FUNC145_IN_SEL 0x0000003F #define GPIO_FUNC145_IN_SEL_M ((GPIO_FUNC145_IN_SEL_V)<<(GPIO_FUNC145_IN_SEL_S)) #define GPIO_FUNC145_IN_SEL_V 0x3F #define GPIO_FUNC145_IN_SEL_S 0 @@ -6139,18 +6740,21 @@ #define GPIO_FUNC146_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0378) /* GPIO_SIG146_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG146_IN_SEL (BIT(7)) +#define GPIO_SIG146_IN_SEL (BIT(7)) #define GPIO_SIG146_IN_SEL_M (BIT(7)) #define GPIO_SIG146_IN_SEL_V 0x1 #define GPIO_SIG146_IN_SEL_S 7 /* GPIO_FUNC146_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC146_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC146_IN_INV_SEL (BIT(6)) #define GPIO_FUNC146_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC146_IN_INV_SEL_V 0x1 #define GPIO_FUNC146_IN_INV_SEL_S 6 @@ -6158,7 +6762,7 @@ /* GPIO_FUNC146_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC146_IN_SEL 0x0000003F +#define GPIO_FUNC146_IN_SEL 0x0000003F #define GPIO_FUNC146_IN_SEL_M ((GPIO_FUNC146_IN_SEL_V)<<(GPIO_FUNC146_IN_SEL_S)) #define GPIO_FUNC146_IN_SEL_V 0x3F #define GPIO_FUNC146_IN_SEL_S 0 @@ -6166,18 +6770,21 @@ #define GPIO_FUNC147_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x037c) /* GPIO_SIG147_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG147_IN_SEL (BIT(7)) +#define GPIO_SIG147_IN_SEL (BIT(7)) #define GPIO_SIG147_IN_SEL_M (BIT(7)) #define GPIO_SIG147_IN_SEL_V 0x1 #define GPIO_SIG147_IN_SEL_S 7 /* GPIO_FUNC147_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC147_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC147_IN_INV_SEL (BIT(6)) #define GPIO_FUNC147_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC147_IN_INV_SEL_V 0x1 #define GPIO_FUNC147_IN_INV_SEL_S 6 @@ -6185,7 +6792,7 @@ /* GPIO_FUNC147_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC147_IN_SEL 0x0000003F +#define GPIO_FUNC147_IN_SEL 0x0000003F #define GPIO_FUNC147_IN_SEL_M ((GPIO_FUNC147_IN_SEL_V)<<(GPIO_FUNC147_IN_SEL_S)) #define GPIO_FUNC147_IN_SEL_V 0x3F #define GPIO_FUNC147_IN_SEL_S 0 @@ -6193,18 +6800,21 @@ #define GPIO_FUNC148_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0380) /* GPIO_SIG148_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG148_IN_SEL (BIT(7)) +#define GPIO_SIG148_IN_SEL (BIT(7)) #define GPIO_SIG148_IN_SEL_M (BIT(7)) #define GPIO_SIG148_IN_SEL_V 0x1 #define GPIO_SIG148_IN_SEL_S 7 /* GPIO_FUNC148_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC148_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC148_IN_INV_SEL (BIT(6)) #define GPIO_FUNC148_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC148_IN_INV_SEL_V 0x1 #define GPIO_FUNC148_IN_INV_SEL_S 6 @@ -6212,7 +6822,7 @@ /* GPIO_FUNC148_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC148_IN_SEL 0x0000003F +#define GPIO_FUNC148_IN_SEL 0x0000003F #define GPIO_FUNC148_IN_SEL_M ((GPIO_FUNC148_IN_SEL_V)<<(GPIO_FUNC148_IN_SEL_S)) #define GPIO_FUNC148_IN_SEL_V 0x3F #define GPIO_FUNC148_IN_SEL_S 0 @@ -6220,18 +6830,21 @@ #define GPIO_FUNC149_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0384) /* GPIO_SIG149_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG149_IN_SEL (BIT(7)) +#define GPIO_SIG149_IN_SEL (BIT(7)) #define GPIO_SIG149_IN_SEL_M (BIT(7)) #define GPIO_SIG149_IN_SEL_V 0x1 #define GPIO_SIG149_IN_SEL_S 7 /* GPIO_FUNC149_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC149_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC149_IN_INV_SEL (BIT(6)) #define GPIO_FUNC149_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC149_IN_INV_SEL_V 0x1 #define GPIO_FUNC149_IN_INV_SEL_S 6 @@ -6239,7 +6852,7 @@ /* GPIO_FUNC149_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC149_IN_SEL 0x0000003F +#define GPIO_FUNC149_IN_SEL 0x0000003F #define GPIO_FUNC149_IN_SEL_M ((GPIO_FUNC149_IN_SEL_V)<<(GPIO_FUNC149_IN_SEL_S)) #define GPIO_FUNC149_IN_SEL_V 0x3F #define GPIO_FUNC149_IN_SEL_S 0 @@ -6247,18 +6860,21 @@ #define GPIO_FUNC150_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0388) /* GPIO_SIG150_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG150_IN_SEL (BIT(7)) +#define GPIO_SIG150_IN_SEL (BIT(7)) #define GPIO_SIG150_IN_SEL_M (BIT(7)) #define GPIO_SIG150_IN_SEL_V 0x1 #define GPIO_SIG150_IN_SEL_S 7 /* GPIO_FUNC150_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC150_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC150_IN_INV_SEL (BIT(6)) #define GPIO_FUNC150_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC150_IN_INV_SEL_V 0x1 #define GPIO_FUNC150_IN_INV_SEL_S 6 @@ -6266,7 +6882,7 @@ /* GPIO_FUNC150_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC150_IN_SEL 0x0000003F +#define GPIO_FUNC150_IN_SEL 0x0000003F #define GPIO_FUNC150_IN_SEL_M ((GPIO_FUNC150_IN_SEL_V)<<(GPIO_FUNC150_IN_SEL_S)) #define GPIO_FUNC150_IN_SEL_V 0x3F #define GPIO_FUNC150_IN_SEL_S 0 @@ -6274,18 +6890,21 @@ #define GPIO_FUNC151_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x038c) /* GPIO_SIG151_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG151_IN_SEL (BIT(7)) +#define GPIO_SIG151_IN_SEL (BIT(7)) #define GPIO_SIG151_IN_SEL_M (BIT(7)) #define GPIO_SIG151_IN_SEL_V 0x1 #define GPIO_SIG151_IN_SEL_S 7 /* GPIO_FUNC151_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC151_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC151_IN_INV_SEL (BIT(6)) #define GPIO_FUNC151_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC151_IN_INV_SEL_V 0x1 #define GPIO_FUNC151_IN_INV_SEL_S 6 @@ -6293,7 +6912,7 @@ /* GPIO_FUNC151_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC151_IN_SEL 0x0000003F +#define GPIO_FUNC151_IN_SEL 0x0000003F #define GPIO_FUNC151_IN_SEL_M ((GPIO_FUNC151_IN_SEL_V)<<(GPIO_FUNC151_IN_SEL_S)) #define GPIO_FUNC151_IN_SEL_V 0x3F #define GPIO_FUNC151_IN_SEL_S 0 @@ -6301,18 +6920,21 @@ #define GPIO_FUNC152_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0390) /* GPIO_SIG152_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG152_IN_SEL (BIT(7)) +#define GPIO_SIG152_IN_SEL (BIT(7)) #define GPIO_SIG152_IN_SEL_M (BIT(7)) #define GPIO_SIG152_IN_SEL_V 0x1 #define GPIO_SIG152_IN_SEL_S 7 /* GPIO_FUNC152_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC152_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC152_IN_INV_SEL (BIT(6)) #define GPIO_FUNC152_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC152_IN_INV_SEL_V 0x1 #define GPIO_FUNC152_IN_INV_SEL_S 6 @@ -6320,7 +6942,7 @@ /* GPIO_FUNC152_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC152_IN_SEL 0x0000003F +#define GPIO_FUNC152_IN_SEL 0x0000003F #define GPIO_FUNC152_IN_SEL_M ((GPIO_FUNC152_IN_SEL_V)<<(GPIO_FUNC152_IN_SEL_S)) #define GPIO_FUNC152_IN_SEL_V 0x3F #define GPIO_FUNC152_IN_SEL_S 0 @@ -6328,18 +6950,21 @@ #define GPIO_FUNC153_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0394) /* GPIO_SIG153_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG153_IN_SEL (BIT(7)) +#define GPIO_SIG153_IN_SEL (BIT(7)) #define GPIO_SIG153_IN_SEL_M (BIT(7)) #define GPIO_SIG153_IN_SEL_V 0x1 #define GPIO_SIG153_IN_SEL_S 7 /* GPIO_FUNC153_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC153_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC153_IN_INV_SEL (BIT(6)) #define GPIO_FUNC153_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC153_IN_INV_SEL_V 0x1 #define GPIO_FUNC153_IN_INV_SEL_S 6 @@ -6347,7 +6972,7 @@ /* GPIO_FUNC153_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC153_IN_SEL 0x0000003F +#define GPIO_FUNC153_IN_SEL 0x0000003F #define GPIO_FUNC153_IN_SEL_M ((GPIO_FUNC153_IN_SEL_V)<<(GPIO_FUNC153_IN_SEL_S)) #define GPIO_FUNC153_IN_SEL_V 0x3F #define GPIO_FUNC153_IN_SEL_S 0 @@ -6355,18 +6980,21 @@ #define GPIO_FUNC154_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0398) /* GPIO_SIG154_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG154_IN_SEL (BIT(7)) +#define GPIO_SIG154_IN_SEL (BIT(7)) #define GPIO_SIG154_IN_SEL_M (BIT(7)) #define GPIO_SIG154_IN_SEL_V 0x1 #define GPIO_SIG154_IN_SEL_S 7 /* GPIO_FUNC154_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC154_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC154_IN_INV_SEL (BIT(6)) #define GPIO_FUNC154_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC154_IN_INV_SEL_V 0x1 #define GPIO_FUNC154_IN_INV_SEL_S 6 @@ -6374,7 +7002,7 @@ /* GPIO_FUNC154_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC154_IN_SEL 0x0000003F +#define GPIO_FUNC154_IN_SEL 0x0000003F #define GPIO_FUNC154_IN_SEL_M ((GPIO_FUNC154_IN_SEL_V)<<(GPIO_FUNC154_IN_SEL_S)) #define GPIO_FUNC154_IN_SEL_V 0x3F #define GPIO_FUNC154_IN_SEL_S 0 @@ -6382,18 +7010,21 @@ #define GPIO_FUNC155_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x039c) /* GPIO_SIG155_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG155_IN_SEL (BIT(7)) +#define GPIO_SIG155_IN_SEL (BIT(7)) #define GPIO_SIG155_IN_SEL_M (BIT(7)) #define GPIO_SIG155_IN_SEL_V 0x1 #define GPIO_SIG155_IN_SEL_S 7 /* GPIO_FUNC155_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC155_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC155_IN_INV_SEL (BIT(6)) #define GPIO_FUNC155_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC155_IN_INV_SEL_V 0x1 #define GPIO_FUNC155_IN_INV_SEL_S 6 @@ -6401,7 +7032,7 @@ /* GPIO_FUNC155_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC155_IN_SEL 0x0000003F +#define GPIO_FUNC155_IN_SEL 0x0000003F #define GPIO_FUNC155_IN_SEL_M ((GPIO_FUNC155_IN_SEL_V)<<(GPIO_FUNC155_IN_SEL_S)) #define GPIO_FUNC155_IN_SEL_V 0x3F #define GPIO_FUNC155_IN_SEL_S 0 @@ -6409,18 +7040,21 @@ #define GPIO_FUNC156_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x03a0) /* GPIO_SIG156_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG156_IN_SEL (BIT(7)) +#define GPIO_SIG156_IN_SEL (BIT(7)) #define GPIO_SIG156_IN_SEL_M (BIT(7)) #define GPIO_SIG156_IN_SEL_V 0x1 #define GPIO_SIG156_IN_SEL_S 7 /* GPIO_FUNC156_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC156_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC156_IN_INV_SEL (BIT(6)) #define GPIO_FUNC156_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC156_IN_INV_SEL_V 0x1 #define GPIO_FUNC156_IN_INV_SEL_S 6 @@ -6428,7 +7062,7 @@ /* GPIO_FUNC156_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC156_IN_SEL 0x0000003F +#define GPIO_FUNC156_IN_SEL 0x0000003F #define GPIO_FUNC156_IN_SEL_M ((GPIO_FUNC156_IN_SEL_V)<<(GPIO_FUNC156_IN_SEL_S)) #define GPIO_FUNC156_IN_SEL_V 0x3F #define GPIO_FUNC156_IN_SEL_S 0 @@ -6436,18 +7070,21 @@ #define GPIO_FUNC157_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x03a4) /* GPIO_SIG157_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG157_IN_SEL (BIT(7)) +#define GPIO_SIG157_IN_SEL (BIT(7)) #define GPIO_SIG157_IN_SEL_M (BIT(7)) #define GPIO_SIG157_IN_SEL_V 0x1 #define GPIO_SIG157_IN_SEL_S 7 /* GPIO_FUNC157_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC157_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC157_IN_INV_SEL (BIT(6)) #define GPIO_FUNC157_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC157_IN_INV_SEL_V 0x1 #define GPIO_FUNC157_IN_INV_SEL_S 6 @@ -6455,7 +7092,7 @@ /* GPIO_FUNC157_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC157_IN_SEL 0x0000003F +#define GPIO_FUNC157_IN_SEL 0x0000003F #define GPIO_FUNC157_IN_SEL_M ((GPIO_FUNC157_IN_SEL_V)<<(GPIO_FUNC157_IN_SEL_S)) #define GPIO_FUNC157_IN_SEL_V 0x3F #define GPIO_FUNC157_IN_SEL_S 0 @@ -6463,18 +7100,21 @@ #define GPIO_FUNC158_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x03a8) /* GPIO_SIG158_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG158_IN_SEL (BIT(7)) +#define GPIO_SIG158_IN_SEL (BIT(7)) #define GPIO_SIG158_IN_SEL_M (BIT(7)) #define GPIO_SIG158_IN_SEL_V 0x1 #define GPIO_SIG158_IN_SEL_S 7 /* GPIO_FUNC158_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC158_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC158_IN_INV_SEL (BIT(6)) #define GPIO_FUNC158_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC158_IN_INV_SEL_V 0x1 #define GPIO_FUNC158_IN_INV_SEL_S 6 @@ -6482,7 +7122,7 @@ /* GPIO_FUNC158_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC158_IN_SEL 0x0000003F +#define GPIO_FUNC158_IN_SEL 0x0000003F #define GPIO_FUNC158_IN_SEL_M ((GPIO_FUNC158_IN_SEL_V)<<(GPIO_FUNC158_IN_SEL_S)) #define GPIO_FUNC158_IN_SEL_V 0x3F #define GPIO_FUNC158_IN_SEL_S 0 @@ -6490,18 +7130,21 @@ #define GPIO_FUNC159_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x03ac) /* GPIO_SIG159_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG159_IN_SEL (BIT(7)) +#define GPIO_SIG159_IN_SEL (BIT(7)) #define GPIO_SIG159_IN_SEL_M (BIT(7)) #define GPIO_SIG159_IN_SEL_V 0x1 #define GPIO_SIG159_IN_SEL_S 7 /* GPIO_FUNC159_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC159_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC159_IN_INV_SEL (BIT(6)) #define GPIO_FUNC159_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC159_IN_INV_SEL_V 0x1 #define GPIO_FUNC159_IN_INV_SEL_S 6 @@ -6509,7 +7152,7 @@ /* GPIO_FUNC159_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC159_IN_SEL 0x0000003F +#define GPIO_FUNC159_IN_SEL 0x0000003F #define GPIO_FUNC159_IN_SEL_M ((GPIO_FUNC159_IN_SEL_V)<<(GPIO_FUNC159_IN_SEL_S)) #define GPIO_FUNC159_IN_SEL_V 0x3F #define GPIO_FUNC159_IN_SEL_S 0 @@ -6517,18 +7160,21 @@ #define GPIO_FUNC160_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x03b0) /* GPIO_SIG160_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG160_IN_SEL (BIT(7)) +#define GPIO_SIG160_IN_SEL (BIT(7)) #define GPIO_SIG160_IN_SEL_M (BIT(7)) #define GPIO_SIG160_IN_SEL_V 0x1 #define GPIO_SIG160_IN_SEL_S 7 /* GPIO_FUNC160_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC160_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC160_IN_INV_SEL (BIT(6)) #define GPIO_FUNC160_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC160_IN_INV_SEL_V 0x1 #define GPIO_FUNC160_IN_INV_SEL_S 6 @@ -6536,7 +7182,7 @@ /* GPIO_FUNC160_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC160_IN_SEL 0x0000003F +#define GPIO_FUNC160_IN_SEL 0x0000003F #define GPIO_FUNC160_IN_SEL_M ((GPIO_FUNC160_IN_SEL_V)<<(GPIO_FUNC160_IN_SEL_S)) #define GPIO_FUNC160_IN_SEL_V 0x3F #define GPIO_FUNC160_IN_SEL_S 0 @@ -6544,18 +7190,21 @@ #define GPIO_FUNC161_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x03b4) /* GPIO_SIG161_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG161_IN_SEL (BIT(7)) +#define GPIO_SIG161_IN_SEL (BIT(7)) #define GPIO_SIG161_IN_SEL_M (BIT(7)) #define GPIO_SIG161_IN_SEL_V 0x1 #define GPIO_SIG161_IN_SEL_S 7 /* GPIO_FUNC161_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC161_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC161_IN_INV_SEL (BIT(6)) #define GPIO_FUNC161_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC161_IN_INV_SEL_V 0x1 #define GPIO_FUNC161_IN_INV_SEL_S 6 @@ -6563,7 +7212,7 @@ /* GPIO_FUNC161_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC161_IN_SEL 0x0000003F +#define GPIO_FUNC161_IN_SEL 0x0000003F #define GPIO_FUNC161_IN_SEL_M ((GPIO_FUNC161_IN_SEL_V)<<(GPIO_FUNC161_IN_SEL_S)) #define GPIO_FUNC161_IN_SEL_V 0x3F #define GPIO_FUNC161_IN_SEL_S 0 @@ -6571,18 +7220,21 @@ #define GPIO_FUNC162_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x03b8) /* GPIO_SIG162_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG162_IN_SEL (BIT(7)) +#define GPIO_SIG162_IN_SEL (BIT(7)) #define GPIO_SIG162_IN_SEL_M (BIT(7)) #define GPIO_SIG162_IN_SEL_V 0x1 #define GPIO_SIG162_IN_SEL_S 7 /* GPIO_FUNC162_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC162_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC162_IN_INV_SEL (BIT(6)) #define GPIO_FUNC162_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC162_IN_INV_SEL_V 0x1 #define GPIO_FUNC162_IN_INV_SEL_S 6 @@ -6590,7 +7242,7 @@ /* GPIO_FUNC162_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC162_IN_SEL 0x0000003F +#define GPIO_FUNC162_IN_SEL 0x0000003F #define GPIO_FUNC162_IN_SEL_M ((GPIO_FUNC162_IN_SEL_V)<<(GPIO_FUNC162_IN_SEL_S)) #define GPIO_FUNC162_IN_SEL_V 0x3F #define GPIO_FUNC162_IN_SEL_S 0 @@ -6598,18 +7250,21 @@ #define GPIO_FUNC163_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x03bc) /* GPIO_SIG163_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG163_IN_SEL (BIT(7)) +#define GPIO_SIG163_IN_SEL (BIT(7)) #define GPIO_SIG163_IN_SEL_M (BIT(7)) #define GPIO_SIG163_IN_SEL_V 0x1 #define GPIO_SIG163_IN_SEL_S 7 /* GPIO_FUNC163_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC163_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC163_IN_INV_SEL (BIT(6)) #define GPIO_FUNC163_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC163_IN_INV_SEL_V 0x1 #define GPIO_FUNC163_IN_INV_SEL_S 6 @@ -6617,7 +7272,7 @@ /* GPIO_FUNC163_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC163_IN_SEL 0x0000003F +#define GPIO_FUNC163_IN_SEL 0x0000003F #define GPIO_FUNC163_IN_SEL_M ((GPIO_FUNC163_IN_SEL_V)<<(GPIO_FUNC163_IN_SEL_S)) #define GPIO_FUNC163_IN_SEL_V 0x3F #define GPIO_FUNC163_IN_SEL_S 0 @@ -6625,18 +7280,21 @@ #define GPIO_FUNC164_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x03c0) /* GPIO_SIG164_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG164_IN_SEL (BIT(7)) +#define GPIO_SIG164_IN_SEL (BIT(7)) #define GPIO_SIG164_IN_SEL_M (BIT(7)) #define GPIO_SIG164_IN_SEL_V 0x1 #define GPIO_SIG164_IN_SEL_S 7 /* GPIO_FUNC164_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC164_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC164_IN_INV_SEL (BIT(6)) #define GPIO_FUNC164_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC164_IN_INV_SEL_V 0x1 #define GPIO_FUNC164_IN_INV_SEL_S 6 @@ -6644,7 +7302,7 @@ /* GPIO_FUNC164_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC164_IN_SEL 0x0000003F +#define GPIO_FUNC164_IN_SEL 0x0000003F #define GPIO_FUNC164_IN_SEL_M ((GPIO_FUNC164_IN_SEL_V)<<(GPIO_FUNC164_IN_SEL_S)) #define GPIO_FUNC164_IN_SEL_V 0x3F #define GPIO_FUNC164_IN_SEL_S 0 @@ -6652,18 +7310,21 @@ #define GPIO_FUNC165_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x03c4) /* GPIO_SIG165_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG165_IN_SEL (BIT(7)) +#define GPIO_SIG165_IN_SEL (BIT(7)) #define GPIO_SIG165_IN_SEL_M (BIT(7)) #define GPIO_SIG165_IN_SEL_V 0x1 #define GPIO_SIG165_IN_SEL_S 7 /* GPIO_FUNC165_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC165_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC165_IN_INV_SEL (BIT(6)) #define GPIO_FUNC165_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC165_IN_INV_SEL_V 0x1 #define GPIO_FUNC165_IN_INV_SEL_S 6 @@ -6671,7 +7332,7 @@ /* GPIO_FUNC165_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC165_IN_SEL 0x0000003F +#define GPIO_FUNC165_IN_SEL 0x0000003F #define GPIO_FUNC165_IN_SEL_M ((GPIO_FUNC165_IN_SEL_V)<<(GPIO_FUNC165_IN_SEL_S)) #define GPIO_FUNC165_IN_SEL_V 0x3F #define GPIO_FUNC165_IN_SEL_S 0 @@ -6679,18 +7340,21 @@ #define GPIO_FUNC166_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x03c8) /* GPIO_SIG166_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG166_IN_SEL (BIT(7)) +#define GPIO_SIG166_IN_SEL (BIT(7)) #define GPIO_SIG166_IN_SEL_M (BIT(7)) #define GPIO_SIG166_IN_SEL_V 0x1 #define GPIO_SIG166_IN_SEL_S 7 /* GPIO_FUNC166_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC166_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC166_IN_INV_SEL (BIT(6)) #define GPIO_FUNC166_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC166_IN_INV_SEL_V 0x1 #define GPIO_FUNC166_IN_INV_SEL_S 6 @@ -6698,7 +7362,7 @@ /* GPIO_FUNC166_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC166_IN_SEL 0x0000003F +#define GPIO_FUNC166_IN_SEL 0x0000003F #define GPIO_FUNC166_IN_SEL_M ((GPIO_FUNC166_IN_SEL_V)<<(GPIO_FUNC166_IN_SEL_S)) #define GPIO_FUNC166_IN_SEL_V 0x3F #define GPIO_FUNC166_IN_SEL_S 0 @@ -6706,18 +7370,21 @@ #define GPIO_FUNC167_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x03cc) /* GPIO_SIG167_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG167_IN_SEL (BIT(7)) +#define GPIO_SIG167_IN_SEL (BIT(7)) #define GPIO_SIG167_IN_SEL_M (BIT(7)) #define GPIO_SIG167_IN_SEL_V 0x1 #define GPIO_SIG167_IN_SEL_S 7 /* GPIO_FUNC167_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC167_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC167_IN_INV_SEL (BIT(6)) #define GPIO_FUNC167_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC167_IN_INV_SEL_V 0x1 #define GPIO_FUNC167_IN_INV_SEL_S 6 @@ -6725,7 +7392,7 @@ /* GPIO_FUNC167_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC167_IN_SEL 0x0000003F +#define GPIO_FUNC167_IN_SEL 0x0000003F #define GPIO_FUNC167_IN_SEL_M ((GPIO_FUNC167_IN_SEL_V)<<(GPIO_FUNC167_IN_SEL_S)) #define GPIO_FUNC167_IN_SEL_V 0x3F #define GPIO_FUNC167_IN_SEL_S 0 @@ -6733,18 +7400,21 @@ #define GPIO_FUNC168_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x03d0) /* GPIO_SIG168_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG168_IN_SEL (BIT(7)) +#define GPIO_SIG168_IN_SEL (BIT(7)) #define GPIO_SIG168_IN_SEL_M (BIT(7)) #define GPIO_SIG168_IN_SEL_V 0x1 #define GPIO_SIG168_IN_SEL_S 7 /* GPIO_FUNC168_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC168_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC168_IN_INV_SEL (BIT(6)) #define GPIO_FUNC168_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC168_IN_INV_SEL_V 0x1 #define GPIO_FUNC168_IN_INV_SEL_S 6 @@ -6752,7 +7422,7 @@ /* GPIO_FUNC168_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC168_IN_SEL 0x0000003F +#define GPIO_FUNC168_IN_SEL 0x0000003F #define GPIO_FUNC168_IN_SEL_M ((GPIO_FUNC168_IN_SEL_V)<<(GPIO_FUNC168_IN_SEL_S)) #define GPIO_FUNC168_IN_SEL_V 0x3F #define GPIO_FUNC168_IN_SEL_S 0 @@ -6760,18 +7430,21 @@ #define GPIO_FUNC169_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x03d4) /* GPIO_SIG169_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG169_IN_SEL (BIT(7)) +#define GPIO_SIG169_IN_SEL (BIT(7)) #define GPIO_SIG169_IN_SEL_M (BIT(7)) #define GPIO_SIG169_IN_SEL_V 0x1 #define GPIO_SIG169_IN_SEL_S 7 /* GPIO_FUNC169_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC169_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC169_IN_INV_SEL (BIT(6)) #define GPIO_FUNC169_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC169_IN_INV_SEL_V 0x1 #define GPIO_FUNC169_IN_INV_SEL_S 6 @@ -6779,7 +7452,7 @@ /* GPIO_FUNC169_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC169_IN_SEL 0x0000003F +#define GPIO_FUNC169_IN_SEL 0x0000003F #define GPIO_FUNC169_IN_SEL_M ((GPIO_FUNC169_IN_SEL_V)<<(GPIO_FUNC169_IN_SEL_S)) #define GPIO_FUNC169_IN_SEL_V 0x3F #define GPIO_FUNC169_IN_SEL_S 0 @@ -6787,18 +7460,21 @@ #define GPIO_FUNC170_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x03d8) /* GPIO_SIG170_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG170_IN_SEL (BIT(7)) +#define GPIO_SIG170_IN_SEL (BIT(7)) #define GPIO_SIG170_IN_SEL_M (BIT(7)) #define GPIO_SIG170_IN_SEL_V 0x1 #define GPIO_SIG170_IN_SEL_S 7 /* GPIO_FUNC170_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC170_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC170_IN_INV_SEL (BIT(6)) #define GPIO_FUNC170_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC170_IN_INV_SEL_V 0x1 #define GPIO_FUNC170_IN_INV_SEL_S 6 @@ -6806,7 +7482,7 @@ /* GPIO_FUNC170_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC170_IN_SEL 0x0000003F +#define GPIO_FUNC170_IN_SEL 0x0000003F #define GPIO_FUNC170_IN_SEL_M ((GPIO_FUNC170_IN_SEL_V)<<(GPIO_FUNC170_IN_SEL_S)) #define GPIO_FUNC170_IN_SEL_V 0x3F #define GPIO_FUNC170_IN_SEL_S 0 @@ -6814,18 +7490,21 @@ #define GPIO_FUNC171_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x03dc) /* GPIO_SIG171_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG171_IN_SEL (BIT(7)) +#define GPIO_SIG171_IN_SEL (BIT(7)) #define GPIO_SIG171_IN_SEL_M (BIT(7)) #define GPIO_SIG171_IN_SEL_V 0x1 #define GPIO_SIG171_IN_SEL_S 7 /* GPIO_FUNC171_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC171_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC171_IN_INV_SEL (BIT(6)) #define GPIO_FUNC171_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC171_IN_INV_SEL_V 0x1 #define GPIO_FUNC171_IN_INV_SEL_S 6 @@ -6833,7 +7512,7 @@ /* GPIO_FUNC171_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC171_IN_SEL 0x0000003F +#define GPIO_FUNC171_IN_SEL 0x0000003F #define GPIO_FUNC171_IN_SEL_M ((GPIO_FUNC171_IN_SEL_V)<<(GPIO_FUNC171_IN_SEL_S)) #define GPIO_FUNC171_IN_SEL_V 0x3F #define GPIO_FUNC171_IN_SEL_S 0 @@ -6841,18 +7520,21 @@ #define GPIO_FUNC172_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x03e0) /* GPIO_SIG172_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG172_IN_SEL (BIT(7)) +#define GPIO_SIG172_IN_SEL (BIT(7)) #define GPIO_SIG172_IN_SEL_M (BIT(7)) #define GPIO_SIG172_IN_SEL_V 0x1 #define GPIO_SIG172_IN_SEL_S 7 /* GPIO_FUNC172_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC172_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC172_IN_INV_SEL (BIT(6)) #define GPIO_FUNC172_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC172_IN_INV_SEL_V 0x1 #define GPIO_FUNC172_IN_INV_SEL_S 6 @@ -6860,7 +7542,7 @@ /* GPIO_FUNC172_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC172_IN_SEL 0x0000003F +#define GPIO_FUNC172_IN_SEL 0x0000003F #define GPIO_FUNC172_IN_SEL_M ((GPIO_FUNC172_IN_SEL_V)<<(GPIO_FUNC172_IN_SEL_S)) #define GPIO_FUNC172_IN_SEL_V 0x3F #define GPIO_FUNC172_IN_SEL_S 0 @@ -6868,18 +7550,21 @@ #define GPIO_FUNC173_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x03e4) /* GPIO_SIG173_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG173_IN_SEL (BIT(7)) +#define GPIO_SIG173_IN_SEL (BIT(7)) #define GPIO_SIG173_IN_SEL_M (BIT(7)) #define GPIO_SIG173_IN_SEL_V 0x1 #define GPIO_SIG173_IN_SEL_S 7 /* GPIO_FUNC173_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC173_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC173_IN_INV_SEL (BIT(6)) #define GPIO_FUNC173_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC173_IN_INV_SEL_V 0x1 #define GPIO_FUNC173_IN_INV_SEL_S 6 @@ -6887,7 +7572,7 @@ /* GPIO_FUNC173_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC173_IN_SEL 0x0000003F +#define GPIO_FUNC173_IN_SEL 0x0000003F #define GPIO_FUNC173_IN_SEL_M ((GPIO_FUNC173_IN_SEL_V)<<(GPIO_FUNC173_IN_SEL_S)) #define GPIO_FUNC173_IN_SEL_V 0x3F #define GPIO_FUNC173_IN_SEL_S 0 @@ -6895,18 +7580,21 @@ #define GPIO_FUNC174_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x03e8) /* GPIO_SIG174_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG174_IN_SEL (BIT(7)) +#define GPIO_SIG174_IN_SEL (BIT(7)) #define GPIO_SIG174_IN_SEL_M (BIT(7)) #define GPIO_SIG174_IN_SEL_V 0x1 #define GPIO_SIG174_IN_SEL_S 7 /* GPIO_FUNC174_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC174_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC174_IN_INV_SEL (BIT(6)) #define GPIO_FUNC174_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC174_IN_INV_SEL_V 0x1 #define GPIO_FUNC174_IN_INV_SEL_S 6 @@ -6914,7 +7602,7 @@ /* GPIO_FUNC174_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC174_IN_SEL 0x0000003F +#define GPIO_FUNC174_IN_SEL 0x0000003F #define GPIO_FUNC174_IN_SEL_M ((GPIO_FUNC174_IN_SEL_V)<<(GPIO_FUNC174_IN_SEL_S)) #define GPIO_FUNC174_IN_SEL_V 0x3F #define GPIO_FUNC174_IN_SEL_S 0 @@ -6922,18 +7610,21 @@ #define GPIO_FUNC175_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x03ec) /* GPIO_SIG175_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG175_IN_SEL (BIT(7)) +#define GPIO_SIG175_IN_SEL (BIT(7)) #define GPIO_SIG175_IN_SEL_M (BIT(7)) #define GPIO_SIG175_IN_SEL_V 0x1 #define GPIO_SIG175_IN_SEL_S 7 /* GPIO_FUNC175_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC175_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC175_IN_INV_SEL (BIT(6)) #define GPIO_FUNC175_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC175_IN_INV_SEL_V 0x1 #define GPIO_FUNC175_IN_INV_SEL_S 6 @@ -6941,7 +7632,7 @@ /* GPIO_FUNC175_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC175_IN_SEL 0x0000003F +#define GPIO_FUNC175_IN_SEL 0x0000003F #define GPIO_FUNC175_IN_SEL_M ((GPIO_FUNC175_IN_SEL_V)<<(GPIO_FUNC175_IN_SEL_S)) #define GPIO_FUNC175_IN_SEL_V 0x3F #define GPIO_FUNC175_IN_SEL_S 0 @@ -6949,18 +7640,21 @@ #define GPIO_FUNC176_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x03f0) /* GPIO_SIG176_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG176_IN_SEL (BIT(7)) +#define GPIO_SIG176_IN_SEL (BIT(7)) #define GPIO_SIG176_IN_SEL_M (BIT(7)) #define GPIO_SIG176_IN_SEL_V 0x1 #define GPIO_SIG176_IN_SEL_S 7 /* GPIO_FUNC176_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC176_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC176_IN_INV_SEL (BIT(6)) #define GPIO_FUNC176_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC176_IN_INV_SEL_V 0x1 #define GPIO_FUNC176_IN_INV_SEL_S 6 @@ -6968,7 +7662,7 @@ /* GPIO_FUNC176_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC176_IN_SEL 0x0000003F +#define GPIO_FUNC176_IN_SEL 0x0000003F #define GPIO_FUNC176_IN_SEL_M ((GPIO_FUNC176_IN_SEL_V)<<(GPIO_FUNC176_IN_SEL_S)) #define GPIO_FUNC176_IN_SEL_V 0x3F #define GPIO_FUNC176_IN_SEL_S 0 @@ -6976,18 +7670,21 @@ #define GPIO_FUNC177_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x03f4) /* GPIO_SIG177_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG177_IN_SEL (BIT(7)) +#define GPIO_SIG177_IN_SEL (BIT(7)) #define GPIO_SIG177_IN_SEL_M (BIT(7)) #define GPIO_SIG177_IN_SEL_V 0x1 #define GPIO_SIG177_IN_SEL_S 7 /* GPIO_FUNC177_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC177_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC177_IN_INV_SEL (BIT(6)) #define GPIO_FUNC177_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC177_IN_INV_SEL_V 0x1 #define GPIO_FUNC177_IN_INV_SEL_S 6 @@ -6995,7 +7692,7 @@ /* GPIO_FUNC177_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC177_IN_SEL 0x0000003F +#define GPIO_FUNC177_IN_SEL 0x0000003F #define GPIO_FUNC177_IN_SEL_M ((GPIO_FUNC177_IN_SEL_V)<<(GPIO_FUNC177_IN_SEL_S)) #define GPIO_FUNC177_IN_SEL_V 0x3F #define GPIO_FUNC177_IN_SEL_S 0 @@ -7003,18 +7700,21 @@ #define GPIO_FUNC178_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x03f8) /* GPIO_SIG178_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG178_IN_SEL (BIT(7)) +#define GPIO_SIG178_IN_SEL (BIT(7)) #define GPIO_SIG178_IN_SEL_M (BIT(7)) #define GPIO_SIG178_IN_SEL_V 0x1 #define GPIO_SIG178_IN_SEL_S 7 /* GPIO_FUNC178_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC178_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC178_IN_INV_SEL (BIT(6)) #define GPIO_FUNC178_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC178_IN_INV_SEL_V 0x1 #define GPIO_FUNC178_IN_INV_SEL_S 6 @@ -7022,7 +7722,7 @@ /* GPIO_FUNC178_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC178_IN_SEL 0x0000003F +#define GPIO_FUNC178_IN_SEL 0x0000003F #define GPIO_FUNC178_IN_SEL_M ((GPIO_FUNC178_IN_SEL_V)<<(GPIO_FUNC178_IN_SEL_S)) #define GPIO_FUNC178_IN_SEL_V 0x3F #define GPIO_FUNC178_IN_SEL_S 0 @@ -7030,18 +7730,21 @@ #define GPIO_FUNC179_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x03fc) /* GPIO_SIG179_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG179_IN_SEL (BIT(7)) +#define GPIO_SIG179_IN_SEL (BIT(7)) #define GPIO_SIG179_IN_SEL_M (BIT(7)) #define GPIO_SIG179_IN_SEL_V 0x1 #define GPIO_SIG179_IN_SEL_S 7 /* GPIO_FUNC179_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC179_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC179_IN_INV_SEL (BIT(6)) #define GPIO_FUNC179_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC179_IN_INV_SEL_V 0x1 #define GPIO_FUNC179_IN_INV_SEL_S 6 @@ -7049,7 +7752,7 @@ /* GPIO_FUNC179_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC179_IN_SEL 0x0000003F +#define GPIO_FUNC179_IN_SEL 0x0000003F #define GPIO_FUNC179_IN_SEL_M ((GPIO_FUNC179_IN_SEL_V)<<(GPIO_FUNC179_IN_SEL_S)) #define GPIO_FUNC179_IN_SEL_V 0x3F #define GPIO_FUNC179_IN_SEL_S 0 @@ -7057,18 +7760,21 @@ #define GPIO_FUNC180_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0400) /* GPIO_SIG180_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG180_IN_SEL (BIT(7)) +#define GPIO_SIG180_IN_SEL (BIT(7)) #define GPIO_SIG180_IN_SEL_M (BIT(7)) #define GPIO_SIG180_IN_SEL_V 0x1 #define GPIO_SIG180_IN_SEL_S 7 /* GPIO_FUNC180_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC180_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC180_IN_INV_SEL (BIT(6)) #define GPIO_FUNC180_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC180_IN_INV_SEL_V 0x1 #define GPIO_FUNC180_IN_INV_SEL_S 6 @@ -7076,7 +7782,7 @@ /* GPIO_FUNC180_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC180_IN_SEL 0x0000003F +#define GPIO_FUNC180_IN_SEL 0x0000003F #define GPIO_FUNC180_IN_SEL_M ((GPIO_FUNC180_IN_SEL_V)<<(GPIO_FUNC180_IN_SEL_S)) #define GPIO_FUNC180_IN_SEL_V 0x3F #define GPIO_FUNC180_IN_SEL_S 0 @@ -7084,18 +7790,21 @@ #define GPIO_FUNC181_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0404) /* GPIO_SIG181_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG181_IN_SEL (BIT(7)) +#define GPIO_SIG181_IN_SEL (BIT(7)) #define GPIO_SIG181_IN_SEL_M (BIT(7)) #define GPIO_SIG181_IN_SEL_V 0x1 #define GPIO_SIG181_IN_SEL_S 7 /* GPIO_FUNC181_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC181_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC181_IN_INV_SEL (BIT(6)) #define GPIO_FUNC181_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC181_IN_INV_SEL_V 0x1 #define GPIO_FUNC181_IN_INV_SEL_S 6 @@ -7103,7 +7812,7 @@ /* GPIO_FUNC181_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC181_IN_SEL 0x0000003F +#define GPIO_FUNC181_IN_SEL 0x0000003F #define GPIO_FUNC181_IN_SEL_M ((GPIO_FUNC181_IN_SEL_V)<<(GPIO_FUNC181_IN_SEL_S)) #define GPIO_FUNC181_IN_SEL_V 0x3F #define GPIO_FUNC181_IN_SEL_S 0 @@ -7111,18 +7820,21 @@ #define GPIO_FUNC182_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0408) /* GPIO_SIG182_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG182_IN_SEL (BIT(7)) +#define GPIO_SIG182_IN_SEL (BIT(7)) #define GPIO_SIG182_IN_SEL_M (BIT(7)) #define GPIO_SIG182_IN_SEL_V 0x1 #define GPIO_SIG182_IN_SEL_S 7 /* GPIO_FUNC182_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC182_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC182_IN_INV_SEL (BIT(6)) #define GPIO_FUNC182_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC182_IN_INV_SEL_V 0x1 #define GPIO_FUNC182_IN_INV_SEL_S 6 @@ -7130,7 +7842,7 @@ /* GPIO_FUNC182_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC182_IN_SEL 0x0000003F +#define GPIO_FUNC182_IN_SEL 0x0000003F #define GPIO_FUNC182_IN_SEL_M ((GPIO_FUNC182_IN_SEL_V)<<(GPIO_FUNC182_IN_SEL_S)) #define GPIO_FUNC182_IN_SEL_V 0x3F #define GPIO_FUNC182_IN_SEL_S 0 @@ -7138,18 +7850,21 @@ #define GPIO_FUNC183_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x040c) /* GPIO_SIG183_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG183_IN_SEL (BIT(7)) +#define GPIO_SIG183_IN_SEL (BIT(7)) #define GPIO_SIG183_IN_SEL_M (BIT(7)) #define GPIO_SIG183_IN_SEL_V 0x1 #define GPIO_SIG183_IN_SEL_S 7 /* GPIO_FUNC183_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC183_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC183_IN_INV_SEL (BIT(6)) #define GPIO_FUNC183_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC183_IN_INV_SEL_V 0x1 #define GPIO_FUNC183_IN_INV_SEL_S 6 @@ -7157,7 +7872,7 @@ /* GPIO_FUNC183_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC183_IN_SEL 0x0000003F +#define GPIO_FUNC183_IN_SEL 0x0000003F #define GPIO_FUNC183_IN_SEL_M ((GPIO_FUNC183_IN_SEL_V)<<(GPIO_FUNC183_IN_SEL_S)) #define GPIO_FUNC183_IN_SEL_V 0x3F #define GPIO_FUNC183_IN_SEL_S 0 @@ -7165,18 +7880,21 @@ #define GPIO_FUNC184_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0410) /* GPIO_SIG184_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG184_IN_SEL (BIT(7)) +#define GPIO_SIG184_IN_SEL (BIT(7)) #define GPIO_SIG184_IN_SEL_M (BIT(7)) #define GPIO_SIG184_IN_SEL_V 0x1 #define GPIO_SIG184_IN_SEL_S 7 /* GPIO_FUNC184_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC184_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC184_IN_INV_SEL (BIT(6)) #define GPIO_FUNC184_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC184_IN_INV_SEL_V 0x1 #define GPIO_FUNC184_IN_INV_SEL_S 6 @@ -7184,7 +7902,7 @@ /* GPIO_FUNC184_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC184_IN_SEL 0x0000003F +#define GPIO_FUNC184_IN_SEL 0x0000003F #define GPIO_FUNC184_IN_SEL_M ((GPIO_FUNC184_IN_SEL_V)<<(GPIO_FUNC184_IN_SEL_S)) #define GPIO_FUNC184_IN_SEL_V 0x3F #define GPIO_FUNC184_IN_SEL_S 0 @@ -7192,18 +7910,21 @@ #define GPIO_FUNC185_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0414) /* GPIO_SIG185_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG185_IN_SEL (BIT(7)) +#define GPIO_SIG185_IN_SEL (BIT(7)) #define GPIO_SIG185_IN_SEL_M (BIT(7)) #define GPIO_SIG185_IN_SEL_V 0x1 #define GPIO_SIG185_IN_SEL_S 7 /* GPIO_FUNC185_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC185_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC185_IN_INV_SEL (BIT(6)) #define GPIO_FUNC185_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC185_IN_INV_SEL_V 0x1 #define GPIO_FUNC185_IN_INV_SEL_S 6 @@ -7211,7 +7932,7 @@ /* GPIO_FUNC185_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC185_IN_SEL 0x0000003F +#define GPIO_FUNC185_IN_SEL 0x0000003F #define GPIO_FUNC185_IN_SEL_M ((GPIO_FUNC185_IN_SEL_V)<<(GPIO_FUNC185_IN_SEL_S)) #define GPIO_FUNC185_IN_SEL_V 0x3F #define GPIO_FUNC185_IN_SEL_S 0 @@ -7219,18 +7940,21 @@ #define GPIO_FUNC186_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0418) /* GPIO_SIG186_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG186_IN_SEL (BIT(7)) +#define GPIO_SIG186_IN_SEL (BIT(7)) #define GPIO_SIG186_IN_SEL_M (BIT(7)) #define GPIO_SIG186_IN_SEL_V 0x1 #define GPIO_SIG186_IN_SEL_S 7 /* GPIO_FUNC186_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC186_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC186_IN_INV_SEL (BIT(6)) #define GPIO_FUNC186_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC186_IN_INV_SEL_V 0x1 #define GPIO_FUNC186_IN_INV_SEL_S 6 @@ -7238,7 +7962,7 @@ /* GPIO_FUNC186_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC186_IN_SEL 0x0000003F +#define GPIO_FUNC186_IN_SEL 0x0000003F #define GPIO_FUNC186_IN_SEL_M ((GPIO_FUNC186_IN_SEL_V)<<(GPIO_FUNC186_IN_SEL_S)) #define GPIO_FUNC186_IN_SEL_V 0x3F #define GPIO_FUNC186_IN_SEL_S 0 @@ -7246,18 +7970,21 @@ #define GPIO_FUNC187_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x041c) /* GPIO_SIG187_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG187_IN_SEL (BIT(7)) +#define GPIO_SIG187_IN_SEL (BIT(7)) #define GPIO_SIG187_IN_SEL_M (BIT(7)) #define GPIO_SIG187_IN_SEL_V 0x1 #define GPIO_SIG187_IN_SEL_S 7 /* GPIO_FUNC187_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC187_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC187_IN_INV_SEL (BIT(6)) #define GPIO_FUNC187_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC187_IN_INV_SEL_V 0x1 #define GPIO_FUNC187_IN_INV_SEL_S 6 @@ -7265,7 +7992,7 @@ /* GPIO_FUNC187_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC187_IN_SEL 0x0000003F +#define GPIO_FUNC187_IN_SEL 0x0000003F #define GPIO_FUNC187_IN_SEL_M ((GPIO_FUNC187_IN_SEL_V)<<(GPIO_FUNC187_IN_SEL_S)) #define GPIO_FUNC187_IN_SEL_V 0x3F #define GPIO_FUNC187_IN_SEL_S 0 @@ -7273,18 +8000,21 @@ #define GPIO_FUNC188_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0420) /* GPIO_SIG188_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG188_IN_SEL (BIT(7)) +#define GPIO_SIG188_IN_SEL (BIT(7)) #define GPIO_SIG188_IN_SEL_M (BIT(7)) #define GPIO_SIG188_IN_SEL_V 0x1 #define GPIO_SIG188_IN_SEL_S 7 /* GPIO_FUNC188_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC188_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC188_IN_INV_SEL (BIT(6)) #define GPIO_FUNC188_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC188_IN_INV_SEL_V 0x1 #define GPIO_FUNC188_IN_INV_SEL_S 6 @@ -7292,7 +8022,7 @@ /* GPIO_FUNC188_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC188_IN_SEL 0x0000003F +#define GPIO_FUNC188_IN_SEL 0x0000003F #define GPIO_FUNC188_IN_SEL_M ((GPIO_FUNC188_IN_SEL_V)<<(GPIO_FUNC188_IN_SEL_S)) #define GPIO_FUNC188_IN_SEL_V 0x3F #define GPIO_FUNC188_IN_SEL_S 0 @@ -7300,18 +8030,21 @@ #define GPIO_FUNC189_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0424) /* GPIO_SIG189_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG189_IN_SEL (BIT(7)) +#define GPIO_SIG189_IN_SEL (BIT(7)) #define GPIO_SIG189_IN_SEL_M (BIT(7)) #define GPIO_SIG189_IN_SEL_V 0x1 #define GPIO_SIG189_IN_SEL_S 7 /* GPIO_FUNC189_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC189_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC189_IN_INV_SEL (BIT(6)) #define GPIO_FUNC189_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC189_IN_INV_SEL_V 0x1 #define GPIO_FUNC189_IN_INV_SEL_S 6 @@ -7319,7 +8052,7 @@ /* GPIO_FUNC189_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC189_IN_SEL 0x0000003F +#define GPIO_FUNC189_IN_SEL 0x0000003F #define GPIO_FUNC189_IN_SEL_M ((GPIO_FUNC189_IN_SEL_V)<<(GPIO_FUNC189_IN_SEL_S)) #define GPIO_FUNC189_IN_SEL_V 0x3F #define GPIO_FUNC189_IN_SEL_S 0 @@ -7327,18 +8060,21 @@ #define GPIO_FUNC190_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0428) /* GPIO_SIG190_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG190_IN_SEL (BIT(7)) +#define GPIO_SIG190_IN_SEL (BIT(7)) #define GPIO_SIG190_IN_SEL_M (BIT(7)) #define GPIO_SIG190_IN_SEL_V 0x1 #define GPIO_SIG190_IN_SEL_S 7 /* GPIO_FUNC190_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC190_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC190_IN_INV_SEL (BIT(6)) #define GPIO_FUNC190_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC190_IN_INV_SEL_V 0x1 #define GPIO_FUNC190_IN_INV_SEL_S 6 @@ -7346,7 +8082,7 @@ /* GPIO_FUNC190_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC190_IN_SEL 0x0000003F +#define GPIO_FUNC190_IN_SEL 0x0000003F #define GPIO_FUNC190_IN_SEL_M ((GPIO_FUNC190_IN_SEL_V)<<(GPIO_FUNC190_IN_SEL_S)) #define GPIO_FUNC190_IN_SEL_V 0x3F #define GPIO_FUNC190_IN_SEL_S 0 @@ -7354,18 +8090,21 @@ #define GPIO_FUNC191_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x042c) /* GPIO_SIG191_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG191_IN_SEL (BIT(7)) +#define GPIO_SIG191_IN_SEL (BIT(7)) #define GPIO_SIG191_IN_SEL_M (BIT(7)) #define GPIO_SIG191_IN_SEL_V 0x1 #define GPIO_SIG191_IN_SEL_S 7 /* GPIO_FUNC191_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC191_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC191_IN_INV_SEL (BIT(6)) #define GPIO_FUNC191_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC191_IN_INV_SEL_V 0x1 #define GPIO_FUNC191_IN_INV_SEL_S 6 @@ -7373,7 +8112,7 @@ /* GPIO_FUNC191_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC191_IN_SEL 0x0000003F +#define GPIO_FUNC191_IN_SEL 0x0000003F #define GPIO_FUNC191_IN_SEL_M ((GPIO_FUNC191_IN_SEL_V)<<(GPIO_FUNC191_IN_SEL_S)) #define GPIO_FUNC191_IN_SEL_V 0x3F #define GPIO_FUNC191_IN_SEL_S 0 @@ -7381,18 +8120,21 @@ #define GPIO_FUNC192_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0430) /* GPIO_SIG192_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG192_IN_SEL (BIT(7)) +#define GPIO_SIG192_IN_SEL (BIT(7)) #define GPIO_SIG192_IN_SEL_M (BIT(7)) #define GPIO_SIG192_IN_SEL_V 0x1 #define GPIO_SIG192_IN_SEL_S 7 /* GPIO_FUNC192_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC192_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC192_IN_INV_SEL (BIT(6)) #define GPIO_FUNC192_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC192_IN_INV_SEL_V 0x1 #define GPIO_FUNC192_IN_INV_SEL_S 6 @@ -7400,7 +8142,7 @@ /* GPIO_FUNC192_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC192_IN_SEL 0x0000003F +#define GPIO_FUNC192_IN_SEL 0x0000003F #define GPIO_FUNC192_IN_SEL_M ((GPIO_FUNC192_IN_SEL_V)<<(GPIO_FUNC192_IN_SEL_S)) #define GPIO_FUNC192_IN_SEL_V 0x3F #define GPIO_FUNC192_IN_SEL_S 0 @@ -7408,18 +8150,21 @@ #define GPIO_FUNC193_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0434) /* GPIO_SIG193_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG193_IN_SEL (BIT(7)) +#define GPIO_SIG193_IN_SEL (BIT(7)) #define GPIO_SIG193_IN_SEL_M (BIT(7)) #define GPIO_SIG193_IN_SEL_V 0x1 #define GPIO_SIG193_IN_SEL_S 7 /* GPIO_FUNC193_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC193_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC193_IN_INV_SEL (BIT(6)) #define GPIO_FUNC193_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC193_IN_INV_SEL_V 0x1 #define GPIO_FUNC193_IN_INV_SEL_S 6 @@ -7427,7 +8172,7 @@ /* GPIO_FUNC193_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC193_IN_SEL 0x0000003F +#define GPIO_FUNC193_IN_SEL 0x0000003F #define GPIO_FUNC193_IN_SEL_M ((GPIO_FUNC193_IN_SEL_V)<<(GPIO_FUNC193_IN_SEL_S)) #define GPIO_FUNC193_IN_SEL_V 0x3F #define GPIO_FUNC193_IN_SEL_S 0 @@ -7435,18 +8180,21 @@ #define GPIO_FUNC194_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0438) /* GPIO_SIG194_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG194_IN_SEL (BIT(7)) +#define GPIO_SIG194_IN_SEL (BIT(7)) #define GPIO_SIG194_IN_SEL_M (BIT(7)) #define GPIO_SIG194_IN_SEL_V 0x1 #define GPIO_SIG194_IN_SEL_S 7 /* GPIO_FUNC194_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC194_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC194_IN_INV_SEL (BIT(6)) #define GPIO_FUNC194_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC194_IN_INV_SEL_V 0x1 #define GPIO_FUNC194_IN_INV_SEL_S 6 @@ -7454,7 +8202,7 @@ /* GPIO_FUNC194_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC194_IN_SEL 0x0000003F +#define GPIO_FUNC194_IN_SEL 0x0000003F #define GPIO_FUNC194_IN_SEL_M ((GPIO_FUNC194_IN_SEL_V)<<(GPIO_FUNC194_IN_SEL_S)) #define GPIO_FUNC194_IN_SEL_V 0x3F #define GPIO_FUNC194_IN_SEL_S 0 @@ -7462,18 +8210,21 @@ #define GPIO_FUNC195_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x043c) /* GPIO_SIG195_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG195_IN_SEL (BIT(7)) +#define GPIO_SIG195_IN_SEL (BIT(7)) #define GPIO_SIG195_IN_SEL_M (BIT(7)) #define GPIO_SIG195_IN_SEL_V 0x1 #define GPIO_SIG195_IN_SEL_S 7 /* GPIO_FUNC195_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC195_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC195_IN_INV_SEL (BIT(6)) #define GPIO_FUNC195_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC195_IN_INV_SEL_V 0x1 #define GPIO_FUNC195_IN_INV_SEL_S 6 @@ -7481,7 +8232,7 @@ /* GPIO_FUNC195_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC195_IN_SEL 0x0000003F +#define GPIO_FUNC195_IN_SEL 0x0000003F #define GPIO_FUNC195_IN_SEL_M ((GPIO_FUNC195_IN_SEL_V)<<(GPIO_FUNC195_IN_SEL_S)) #define GPIO_FUNC195_IN_SEL_V 0x3F #define GPIO_FUNC195_IN_SEL_S 0 @@ -7489,18 +8240,21 @@ #define GPIO_FUNC196_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0440) /* GPIO_SIG196_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG196_IN_SEL (BIT(7)) +#define GPIO_SIG196_IN_SEL (BIT(7)) #define GPIO_SIG196_IN_SEL_M (BIT(7)) #define GPIO_SIG196_IN_SEL_V 0x1 #define GPIO_SIG196_IN_SEL_S 7 /* GPIO_FUNC196_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC196_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC196_IN_INV_SEL (BIT(6)) #define GPIO_FUNC196_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC196_IN_INV_SEL_V 0x1 #define GPIO_FUNC196_IN_INV_SEL_S 6 @@ -7508,7 +8262,7 @@ /* GPIO_FUNC196_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC196_IN_SEL 0x0000003F +#define GPIO_FUNC196_IN_SEL 0x0000003F #define GPIO_FUNC196_IN_SEL_M ((GPIO_FUNC196_IN_SEL_V)<<(GPIO_FUNC196_IN_SEL_S)) #define GPIO_FUNC196_IN_SEL_V 0x3F #define GPIO_FUNC196_IN_SEL_S 0 @@ -7516,18 +8270,21 @@ #define GPIO_FUNC197_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0444) /* GPIO_SIG197_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG197_IN_SEL (BIT(7)) +#define GPIO_SIG197_IN_SEL (BIT(7)) #define GPIO_SIG197_IN_SEL_M (BIT(7)) #define GPIO_SIG197_IN_SEL_V 0x1 #define GPIO_SIG197_IN_SEL_S 7 /* GPIO_FUNC197_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC197_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC197_IN_INV_SEL (BIT(6)) #define GPIO_FUNC197_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC197_IN_INV_SEL_V 0x1 #define GPIO_FUNC197_IN_INV_SEL_S 6 @@ -7535,7 +8292,7 @@ /* GPIO_FUNC197_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC197_IN_SEL 0x0000003F +#define GPIO_FUNC197_IN_SEL 0x0000003F #define GPIO_FUNC197_IN_SEL_M ((GPIO_FUNC197_IN_SEL_V)<<(GPIO_FUNC197_IN_SEL_S)) #define GPIO_FUNC197_IN_SEL_V 0x3F #define GPIO_FUNC197_IN_SEL_S 0 @@ -7543,18 +8300,21 @@ #define GPIO_FUNC198_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0448) /* GPIO_SIG198_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG198_IN_SEL (BIT(7)) +#define GPIO_SIG198_IN_SEL (BIT(7)) #define GPIO_SIG198_IN_SEL_M (BIT(7)) #define GPIO_SIG198_IN_SEL_V 0x1 #define GPIO_SIG198_IN_SEL_S 7 /* GPIO_FUNC198_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC198_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC198_IN_INV_SEL (BIT(6)) #define GPIO_FUNC198_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC198_IN_INV_SEL_V 0x1 #define GPIO_FUNC198_IN_INV_SEL_S 6 @@ -7562,7 +8322,7 @@ /* GPIO_FUNC198_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC198_IN_SEL 0x0000003F +#define GPIO_FUNC198_IN_SEL 0x0000003F #define GPIO_FUNC198_IN_SEL_M ((GPIO_FUNC198_IN_SEL_V)<<(GPIO_FUNC198_IN_SEL_S)) #define GPIO_FUNC198_IN_SEL_V 0x3F #define GPIO_FUNC198_IN_SEL_S 0 @@ -7570,18 +8330,21 @@ #define GPIO_FUNC199_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x044c) /* GPIO_SIG199_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG199_IN_SEL (BIT(7)) +#define GPIO_SIG199_IN_SEL (BIT(7)) #define GPIO_SIG199_IN_SEL_M (BIT(7)) #define GPIO_SIG199_IN_SEL_V 0x1 #define GPIO_SIG199_IN_SEL_S 7 /* GPIO_FUNC199_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC199_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC199_IN_INV_SEL (BIT(6)) #define GPIO_FUNC199_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC199_IN_INV_SEL_V 0x1 #define GPIO_FUNC199_IN_INV_SEL_S 6 @@ -7589,7 +8352,7 @@ /* GPIO_FUNC199_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC199_IN_SEL 0x0000003F +#define GPIO_FUNC199_IN_SEL 0x0000003F #define GPIO_FUNC199_IN_SEL_M ((GPIO_FUNC199_IN_SEL_V)<<(GPIO_FUNC199_IN_SEL_S)) #define GPIO_FUNC199_IN_SEL_V 0x3F #define GPIO_FUNC199_IN_SEL_S 0 @@ -7597,18 +8360,21 @@ #define GPIO_FUNC200_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0450) /* GPIO_SIG200_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG200_IN_SEL (BIT(7)) +#define GPIO_SIG200_IN_SEL (BIT(7)) #define GPIO_SIG200_IN_SEL_M (BIT(7)) #define GPIO_SIG200_IN_SEL_V 0x1 #define GPIO_SIG200_IN_SEL_S 7 /* GPIO_FUNC200_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC200_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC200_IN_INV_SEL (BIT(6)) #define GPIO_FUNC200_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC200_IN_INV_SEL_V 0x1 #define GPIO_FUNC200_IN_INV_SEL_S 6 @@ -7616,7 +8382,7 @@ /* GPIO_FUNC200_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC200_IN_SEL 0x0000003F +#define GPIO_FUNC200_IN_SEL 0x0000003F #define GPIO_FUNC200_IN_SEL_M ((GPIO_FUNC200_IN_SEL_V)<<(GPIO_FUNC200_IN_SEL_S)) #define GPIO_FUNC200_IN_SEL_V 0x3F #define GPIO_FUNC200_IN_SEL_S 0 @@ -7624,18 +8390,21 @@ #define GPIO_FUNC201_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0454) /* GPIO_SIG201_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG201_IN_SEL (BIT(7)) +#define GPIO_SIG201_IN_SEL (BIT(7)) #define GPIO_SIG201_IN_SEL_M (BIT(7)) #define GPIO_SIG201_IN_SEL_V 0x1 #define GPIO_SIG201_IN_SEL_S 7 /* GPIO_FUNC201_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC201_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC201_IN_INV_SEL (BIT(6)) #define GPIO_FUNC201_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC201_IN_INV_SEL_V 0x1 #define GPIO_FUNC201_IN_INV_SEL_S 6 @@ -7643,7 +8412,7 @@ /* GPIO_FUNC201_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC201_IN_SEL 0x0000003F +#define GPIO_FUNC201_IN_SEL 0x0000003F #define GPIO_FUNC201_IN_SEL_M ((GPIO_FUNC201_IN_SEL_V)<<(GPIO_FUNC201_IN_SEL_S)) #define GPIO_FUNC201_IN_SEL_V 0x3F #define GPIO_FUNC201_IN_SEL_S 0 @@ -7651,18 +8420,21 @@ #define GPIO_FUNC202_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0458) /* GPIO_SIG202_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG202_IN_SEL (BIT(7)) +#define GPIO_SIG202_IN_SEL (BIT(7)) #define GPIO_SIG202_IN_SEL_M (BIT(7)) #define GPIO_SIG202_IN_SEL_V 0x1 #define GPIO_SIG202_IN_SEL_S 7 /* GPIO_FUNC202_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC202_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC202_IN_INV_SEL (BIT(6)) #define GPIO_FUNC202_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC202_IN_INV_SEL_V 0x1 #define GPIO_FUNC202_IN_INV_SEL_S 6 @@ -7670,7 +8442,7 @@ /* GPIO_FUNC202_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC202_IN_SEL 0x0000003F +#define GPIO_FUNC202_IN_SEL 0x0000003F #define GPIO_FUNC202_IN_SEL_M ((GPIO_FUNC202_IN_SEL_V)<<(GPIO_FUNC202_IN_SEL_S)) #define GPIO_FUNC202_IN_SEL_V 0x3F #define GPIO_FUNC202_IN_SEL_S 0 @@ -7678,18 +8450,21 @@ #define GPIO_FUNC203_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x045c) /* GPIO_SIG203_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG203_IN_SEL (BIT(7)) +#define GPIO_SIG203_IN_SEL (BIT(7)) #define GPIO_SIG203_IN_SEL_M (BIT(7)) #define GPIO_SIG203_IN_SEL_V 0x1 #define GPIO_SIG203_IN_SEL_S 7 /* GPIO_FUNC203_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC203_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC203_IN_INV_SEL (BIT(6)) #define GPIO_FUNC203_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC203_IN_INV_SEL_V 0x1 #define GPIO_FUNC203_IN_INV_SEL_S 6 @@ -7697,7 +8472,7 @@ /* GPIO_FUNC203_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC203_IN_SEL 0x0000003F +#define GPIO_FUNC203_IN_SEL 0x0000003F #define GPIO_FUNC203_IN_SEL_M ((GPIO_FUNC203_IN_SEL_V)<<(GPIO_FUNC203_IN_SEL_S)) #define GPIO_FUNC203_IN_SEL_V 0x3F #define GPIO_FUNC203_IN_SEL_S 0 @@ -7705,18 +8480,21 @@ #define GPIO_FUNC204_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0460) /* GPIO_SIG204_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG204_IN_SEL (BIT(7)) +#define GPIO_SIG204_IN_SEL (BIT(7)) #define GPIO_SIG204_IN_SEL_M (BIT(7)) #define GPIO_SIG204_IN_SEL_V 0x1 #define GPIO_SIG204_IN_SEL_S 7 /* GPIO_FUNC204_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC204_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC204_IN_INV_SEL (BIT(6)) #define GPIO_FUNC204_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC204_IN_INV_SEL_V 0x1 #define GPIO_FUNC204_IN_INV_SEL_S 6 @@ -7724,7 +8502,7 @@ /* GPIO_FUNC204_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC204_IN_SEL 0x0000003F +#define GPIO_FUNC204_IN_SEL 0x0000003F #define GPIO_FUNC204_IN_SEL_M ((GPIO_FUNC204_IN_SEL_V)<<(GPIO_FUNC204_IN_SEL_S)) #define GPIO_FUNC204_IN_SEL_V 0x3F #define GPIO_FUNC204_IN_SEL_S 0 @@ -7732,18 +8510,21 @@ #define GPIO_FUNC205_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0464) /* GPIO_SIG205_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG205_IN_SEL (BIT(7)) +#define GPIO_SIG205_IN_SEL (BIT(7)) #define GPIO_SIG205_IN_SEL_M (BIT(7)) #define GPIO_SIG205_IN_SEL_V 0x1 #define GPIO_SIG205_IN_SEL_S 7 /* GPIO_FUNC205_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC205_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC205_IN_INV_SEL (BIT(6)) #define GPIO_FUNC205_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC205_IN_INV_SEL_V 0x1 #define GPIO_FUNC205_IN_INV_SEL_S 6 @@ -7751,7 +8532,7 @@ /* GPIO_FUNC205_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC205_IN_SEL 0x0000003F +#define GPIO_FUNC205_IN_SEL 0x0000003F #define GPIO_FUNC205_IN_SEL_M ((GPIO_FUNC205_IN_SEL_V)<<(GPIO_FUNC205_IN_SEL_S)) #define GPIO_FUNC205_IN_SEL_V 0x3F #define GPIO_FUNC205_IN_SEL_S 0 @@ -7759,18 +8540,21 @@ #define GPIO_FUNC206_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0468) /* GPIO_SIG206_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG206_IN_SEL (BIT(7)) +#define GPIO_SIG206_IN_SEL (BIT(7)) #define GPIO_SIG206_IN_SEL_M (BIT(7)) #define GPIO_SIG206_IN_SEL_V 0x1 #define GPIO_SIG206_IN_SEL_S 7 /* GPIO_FUNC206_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC206_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC206_IN_INV_SEL (BIT(6)) #define GPIO_FUNC206_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC206_IN_INV_SEL_V 0x1 #define GPIO_FUNC206_IN_INV_SEL_S 6 @@ -7778,7 +8562,7 @@ /* GPIO_FUNC206_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC206_IN_SEL 0x0000003F +#define GPIO_FUNC206_IN_SEL 0x0000003F #define GPIO_FUNC206_IN_SEL_M ((GPIO_FUNC206_IN_SEL_V)<<(GPIO_FUNC206_IN_SEL_S)) #define GPIO_FUNC206_IN_SEL_V 0x3F #define GPIO_FUNC206_IN_SEL_S 0 @@ -7786,18 +8570,21 @@ #define GPIO_FUNC207_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x046c) /* GPIO_SIG207_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG207_IN_SEL (BIT(7)) +#define GPIO_SIG207_IN_SEL (BIT(7)) #define GPIO_SIG207_IN_SEL_M (BIT(7)) #define GPIO_SIG207_IN_SEL_V 0x1 #define GPIO_SIG207_IN_SEL_S 7 /* GPIO_FUNC207_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC207_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC207_IN_INV_SEL (BIT(6)) #define GPIO_FUNC207_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC207_IN_INV_SEL_V 0x1 #define GPIO_FUNC207_IN_INV_SEL_S 6 @@ -7805,7 +8592,7 @@ /* GPIO_FUNC207_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC207_IN_SEL 0x0000003F +#define GPIO_FUNC207_IN_SEL 0x0000003F #define GPIO_FUNC207_IN_SEL_M ((GPIO_FUNC207_IN_SEL_V)<<(GPIO_FUNC207_IN_SEL_S)) #define GPIO_FUNC207_IN_SEL_V 0x3F #define GPIO_FUNC207_IN_SEL_S 0 @@ -7813,18 +8600,21 @@ #define GPIO_FUNC208_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0470) /* GPIO_SIG208_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG208_IN_SEL (BIT(7)) +#define GPIO_SIG208_IN_SEL (BIT(7)) #define GPIO_SIG208_IN_SEL_M (BIT(7)) #define GPIO_SIG208_IN_SEL_V 0x1 #define GPIO_SIG208_IN_SEL_S 7 /* GPIO_FUNC208_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC208_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC208_IN_INV_SEL (BIT(6)) #define GPIO_FUNC208_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC208_IN_INV_SEL_V 0x1 #define GPIO_FUNC208_IN_INV_SEL_S 6 @@ -7832,7 +8622,7 @@ /* GPIO_FUNC208_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC208_IN_SEL 0x0000003F +#define GPIO_FUNC208_IN_SEL 0x0000003F #define GPIO_FUNC208_IN_SEL_M ((GPIO_FUNC208_IN_SEL_V)<<(GPIO_FUNC208_IN_SEL_S)) #define GPIO_FUNC208_IN_SEL_V 0x3F #define GPIO_FUNC208_IN_SEL_S 0 @@ -7840,18 +8630,21 @@ #define GPIO_FUNC209_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0474) /* GPIO_SIG209_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG209_IN_SEL (BIT(7)) +#define GPIO_SIG209_IN_SEL (BIT(7)) #define GPIO_SIG209_IN_SEL_M (BIT(7)) #define GPIO_SIG209_IN_SEL_V 0x1 #define GPIO_SIG209_IN_SEL_S 7 /* GPIO_FUNC209_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC209_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC209_IN_INV_SEL (BIT(6)) #define GPIO_FUNC209_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC209_IN_INV_SEL_V 0x1 #define GPIO_FUNC209_IN_INV_SEL_S 6 @@ -7859,7 +8652,7 @@ /* GPIO_FUNC209_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC209_IN_SEL 0x0000003F +#define GPIO_FUNC209_IN_SEL 0x0000003F #define GPIO_FUNC209_IN_SEL_M ((GPIO_FUNC209_IN_SEL_V)<<(GPIO_FUNC209_IN_SEL_S)) #define GPIO_FUNC209_IN_SEL_V 0x3F #define GPIO_FUNC209_IN_SEL_S 0 @@ -7867,18 +8660,21 @@ #define GPIO_FUNC210_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0478) /* GPIO_SIG210_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG210_IN_SEL (BIT(7)) +#define GPIO_SIG210_IN_SEL (BIT(7)) #define GPIO_SIG210_IN_SEL_M (BIT(7)) #define GPIO_SIG210_IN_SEL_V 0x1 #define GPIO_SIG210_IN_SEL_S 7 /* GPIO_FUNC210_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC210_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC210_IN_INV_SEL (BIT(6)) #define GPIO_FUNC210_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC210_IN_INV_SEL_V 0x1 #define GPIO_FUNC210_IN_INV_SEL_S 6 @@ -7886,7 +8682,7 @@ /* GPIO_FUNC210_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC210_IN_SEL 0x0000003F +#define GPIO_FUNC210_IN_SEL 0x0000003F #define GPIO_FUNC210_IN_SEL_M ((GPIO_FUNC210_IN_SEL_V)<<(GPIO_FUNC210_IN_SEL_S)) #define GPIO_FUNC210_IN_SEL_V 0x3F #define GPIO_FUNC210_IN_SEL_S 0 @@ -7894,18 +8690,21 @@ #define GPIO_FUNC211_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x047c) /* GPIO_SIG211_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG211_IN_SEL (BIT(7)) +#define GPIO_SIG211_IN_SEL (BIT(7)) #define GPIO_SIG211_IN_SEL_M (BIT(7)) #define GPIO_SIG211_IN_SEL_V 0x1 #define GPIO_SIG211_IN_SEL_S 7 /* GPIO_FUNC211_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC211_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC211_IN_INV_SEL (BIT(6)) #define GPIO_FUNC211_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC211_IN_INV_SEL_V 0x1 #define GPIO_FUNC211_IN_INV_SEL_S 6 @@ -7913,7 +8712,7 @@ /* GPIO_FUNC211_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC211_IN_SEL 0x0000003F +#define GPIO_FUNC211_IN_SEL 0x0000003F #define GPIO_FUNC211_IN_SEL_M ((GPIO_FUNC211_IN_SEL_V)<<(GPIO_FUNC211_IN_SEL_S)) #define GPIO_FUNC211_IN_SEL_V 0x3F #define GPIO_FUNC211_IN_SEL_S 0 @@ -7921,18 +8720,21 @@ #define GPIO_FUNC212_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0480) /* GPIO_SIG212_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG212_IN_SEL (BIT(7)) +#define GPIO_SIG212_IN_SEL (BIT(7)) #define GPIO_SIG212_IN_SEL_M (BIT(7)) #define GPIO_SIG212_IN_SEL_V 0x1 #define GPIO_SIG212_IN_SEL_S 7 /* GPIO_FUNC212_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC212_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC212_IN_INV_SEL (BIT(6)) #define GPIO_FUNC212_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC212_IN_INV_SEL_V 0x1 #define GPIO_FUNC212_IN_INV_SEL_S 6 @@ -7940,7 +8742,7 @@ /* GPIO_FUNC212_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC212_IN_SEL 0x0000003F +#define GPIO_FUNC212_IN_SEL 0x0000003F #define GPIO_FUNC212_IN_SEL_M ((GPIO_FUNC212_IN_SEL_V)<<(GPIO_FUNC212_IN_SEL_S)) #define GPIO_FUNC212_IN_SEL_V 0x3F #define GPIO_FUNC212_IN_SEL_S 0 @@ -7948,18 +8750,21 @@ #define GPIO_FUNC213_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0484) /* GPIO_SIG213_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG213_IN_SEL (BIT(7)) +#define GPIO_SIG213_IN_SEL (BIT(7)) #define GPIO_SIG213_IN_SEL_M (BIT(7)) #define GPIO_SIG213_IN_SEL_V 0x1 #define GPIO_SIG213_IN_SEL_S 7 /* GPIO_FUNC213_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC213_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC213_IN_INV_SEL (BIT(6)) #define GPIO_FUNC213_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC213_IN_INV_SEL_V 0x1 #define GPIO_FUNC213_IN_INV_SEL_S 6 @@ -7967,7 +8772,7 @@ /* GPIO_FUNC213_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC213_IN_SEL 0x0000003F +#define GPIO_FUNC213_IN_SEL 0x0000003F #define GPIO_FUNC213_IN_SEL_M ((GPIO_FUNC213_IN_SEL_V)<<(GPIO_FUNC213_IN_SEL_S)) #define GPIO_FUNC213_IN_SEL_V 0x3F #define GPIO_FUNC213_IN_SEL_S 0 @@ -7975,18 +8780,21 @@ #define GPIO_FUNC214_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0488) /* GPIO_SIG214_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG214_IN_SEL (BIT(7)) +#define GPIO_SIG214_IN_SEL (BIT(7)) #define GPIO_SIG214_IN_SEL_M (BIT(7)) #define GPIO_SIG214_IN_SEL_V 0x1 #define GPIO_SIG214_IN_SEL_S 7 /* GPIO_FUNC214_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC214_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC214_IN_INV_SEL (BIT(6)) #define GPIO_FUNC214_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC214_IN_INV_SEL_V 0x1 #define GPIO_FUNC214_IN_INV_SEL_S 6 @@ -7994,7 +8802,7 @@ /* GPIO_FUNC214_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC214_IN_SEL 0x0000003F +#define GPIO_FUNC214_IN_SEL 0x0000003F #define GPIO_FUNC214_IN_SEL_M ((GPIO_FUNC214_IN_SEL_V)<<(GPIO_FUNC214_IN_SEL_S)) #define GPIO_FUNC214_IN_SEL_V 0x3F #define GPIO_FUNC214_IN_SEL_S 0 @@ -8002,18 +8810,21 @@ #define GPIO_FUNC215_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x048c) /* GPIO_SIG215_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG215_IN_SEL (BIT(7)) +#define GPIO_SIG215_IN_SEL (BIT(7)) #define GPIO_SIG215_IN_SEL_M (BIT(7)) #define GPIO_SIG215_IN_SEL_V 0x1 #define GPIO_SIG215_IN_SEL_S 7 /* GPIO_FUNC215_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC215_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC215_IN_INV_SEL (BIT(6)) #define GPIO_FUNC215_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC215_IN_INV_SEL_V 0x1 #define GPIO_FUNC215_IN_INV_SEL_S 6 @@ -8021,7 +8832,7 @@ /* GPIO_FUNC215_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC215_IN_SEL 0x0000003F +#define GPIO_FUNC215_IN_SEL 0x0000003F #define GPIO_FUNC215_IN_SEL_M ((GPIO_FUNC215_IN_SEL_V)<<(GPIO_FUNC215_IN_SEL_S)) #define GPIO_FUNC215_IN_SEL_V 0x3F #define GPIO_FUNC215_IN_SEL_S 0 @@ -8029,18 +8840,21 @@ #define GPIO_FUNC216_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0490) /* GPIO_SIG216_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG216_IN_SEL (BIT(7)) +#define GPIO_SIG216_IN_SEL (BIT(7)) #define GPIO_SIG216_IN_SEL_M (BIT(7)) #define GPIO_SIG216_IN_SEL_V 0x1 #define GPIO_SIG216_IN_SEL_S 7 /* GPIO_FUNC216_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC216_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC216_IN_INV_SEL (BIT(6)) #define GPIO_FUNC216_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC216_IN_INV_SEL_V 0x1 #define GPIO_FUNC216_IN_INV_SEL_S 6 @@ -8048,7 +8862,7 @@ /* GPIO_FUNC216_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC216_IN_SEL 0x0000003F +#define GPIO_FUNC216_IN_SEL 0x0000003F #define GPIO_FUNC216_IN_SEL_M ((GPIO_FUNC216_IN_SEL_V)<<(GPIO_FUNC216_IN_SEL_S)) #define GPIO_FUNC216_IN_SEL_V 0x3F #define GPIO_FUNC216_IN_SEL_S 0 @@ -8056,18 +8870,21 @@ #define GPIO_FUNC217_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0494) /* GPIO_SIG217_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG217_IN_SEL (BIT(7)) +#define GPIO_SIG217_IN_SEL (BIT(7)) #define GPIO_SIG217_IN_SEL_M (BIT(7)) #define GPIO_SIG217_IN_SEL_V 0x1 #define GPIO_SIG217_IN_SEL_S 7 /* GPIO_FUNC217_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC217_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC217_IN_INV_SEL (BIT(6)) #define GPIO_FUNC217_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC217_IN_INV_SEL_V 0x1 #define GPIO_FUNC217_IN_INV_SEL_S 6 @@ -8075,7 +8892,7 @@ /* GPIO_FUNC217_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC217_IN_SEL 0x0000003F +#define GPIO_FUNC217_IN_SEL 0x0000003F #define GPIO_FUNC217_IN_SEL_M ((GPIO_FUNC217_IN_SEL_V)<<(GPIO_FUNC217_IN_SEL_S)) #define GPIO_FUNC217_IN_SEL_V 0x3F #define GPIO_FUNC217_IN_SEL_S 0 @@ -8083,18 +8900,21 @@ #define GPIO_FUNC218_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0498) /* GPIO_SIG218_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG218_IN_SEL (BIT(7)) +#define GPIO_SIG218_IN_SEL (BIT(7)) #define GPIO_SIG218_IN_SEL_M (BIT(7)) #define GPIO_SIG218_IN_SEL_V 0x1 #define GPIO_SIG218_IN_SEL_S 7 /* GPIO_FUNC218_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC218_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC218_IN_INV_SEL (BIT(6)) #define GPIO_FUNC218_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC218_IN_INV_SEL_V 0x1 #define GPIO_FUNC218_IN_INV_SEL_S 6 @@ -8102,7 +8922,7 @@ /* GPIO_FUNC218_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC218_IN_SEL 0x0000003F +#define GPIO_FUNC218_IN_SEL 0x0000003F #define GPIO_FUNC218_IN_SEL_M ((GPIO_FUNC218_IN_SEL_V)<<(GPIO_FUNC218_IN_SEL_S)) #define GPIO_FUNC218_IN_SEL_V 0x3F #define GPIO_FUNC218_IN_SEL_S 0 @@ -8110,18 +8930,21 @@ #define GPIO_FUNC219_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x049c) /* GPIO_SIG219_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG219_IN_SEL (BIT(7)) +#define GPIO_SIG219_IN_SEL (BIT(7)) #define GPIO_SIG219_IN_SEL_M (BIT(7)) #define GPIO_SIG219_IN_SEL_V 0x1 #define GPIO_SIG219_IN_SEL_S 7 /* GPIO_FUNC219_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC219_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC219_IN_INV_SEL (BIT(6)) #define GPIO_FUNC219_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC219_IN_INV_SEL_V 0x1 #define GPIO_FUNC219_IN_INV_SEL_S 6 @@ -8129,7 +8952,7 @@ /* GPIO_FUNC219_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC219_IN_SEL 0x0000003F +#define GPIO_FUNC219_IN_SEL 0x0000003F #define GPIO_FUNC219_IN_SEL_M ((GPIO_FUNC219_IN_SEL_V)<<(GPIO_FUNC219_IN_SEL_S)) #define GPIO_FUNC219_IN_SEL_V 0x3F #define GPIO_FUNC219_IN_SEL_S 0 @@ -8137,18 +8960,21 @@ #define GPIO_FUNC220_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x04a0) /* GPIO_SIG220_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG220_IN_SEL (BIT(7)) +#define GPIO_SIG220_IN_SEL (BIT(7)) #define GPIO_SIG220_IN_SEL_M (BIT(7)) #define GPIO_SIG220_IN_SEL_V 0x1 #define GPIO_SIG220_IN_SEL_S 7 /* GPIO_FUNC220_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC220_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC220_IN_INV_SEL (BIT(6)) #define GPIO_FUNC220_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC220_IN_INV_SEL_V 0x1 #define GPIO_FUNC220_IN_INV_SEL_S 6 @@ -8156,7 +8982,7 @@ /* GPIO_FUNC220_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC220_IN_SEL 0x0000003F +#define GPIO_FUNC220_IN_SEL 0x0000003F #define GPIO_FUNC220_IN_SEL_M ((GPIO_FUNC220_IN_SEL_V)<<(GPIO_FUNC220_IN_SEL_S)) #define GPIO_FUNC220_IN_SEL_V 0x3F #define GPIO_FUNC220_IN_SEL_S 0 @@ -8164,18 +8990,21 @@ #define GPIO_FUNC221_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x04a4) /* GPIO_SIG221_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG221_IN_SEL (BIT(7)) +#define GPIO_SIG221_IN_SEL (BIT(7)) #define GPIO_SIG221_IN_SEL_M (BIT(7)) #define GPIO_SIG221_IN_SEL_V 0x1 #define GPIO_SIG221_IN_SEL_S 7 /* GPIO_FUNC221_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC221_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC221_IN_INV_SEL (BIT(6)) #define GPIO_FUNC221_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC221_IN_INV_SEL_V 0x1 #define GPIO_FUNC221_IN_INV_SEL_S 6 @@ -8183,7 +9012,7 @@ /* GPIO_FUNC221_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC221_IN_SEL 0x0000003F +#define GPIO_FUNC221_IN_SEL 0x0000003F #define GPIO_FUNC221_IN_SEL_M ((GPIO_FUNC221_IN_SEL_V)<<(GPIO_FUNC221_IN_SEL_S)) #define GPIO_FUNC221_IN_SEL_V 0x3F #define GPIO_FUNC221_IN_SEL_S 0 @@ -8191,18 +9020,21 @@ #define GPIO_FUNC222_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x04a8) /* GPIO_SIG222_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG222_IN_SEL (BIT(7)) +#define GPIO_SIG222_IN_SEL (BIT(7)) #define GPIO_SIG222_IN_SEL_M (BIT(7)) #define GPIO_SIG222_IN_SEL_V 0x1 #define GPIO_SIG222_IN_SEL_S 7 /* GPIO_FUNC222_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC222_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC222_IN_INV_SEL (BIT(6)) #define GPIO_FUNC222_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC222_IN_INV_SEL_V 0x1 #define GPIO_FUNC222_IN_INV_SEL_S 6 @@ -8210,7 +9042,7 @@ /* GPIO_FUNC222_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC222_IN_SEL 0x0000003F +#define GPIO_FUNC222_IN_SEL 0x0000003F #define GPIO_FUNC222_IN_SEL_M ((GPIO_FUNC222_IN_SEL_V)<<(GPIO_FUNC222_IN_SEL_S)) #define GPIO_FUNC222_IN_SEL_V 0x3F #define GPIO_FUNC222_IN_SEL_S 0 @@ -8218,18 +9050,21 @@ #define GPIO_FUNC223_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x04ac) /* GPIO_SIG223_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG223_IN_SEL (BIT(7)) +#define GPIO_SIG223_IN_SEL (BIT(7)) #define GPIO_SIG223_IN_SEL_M (BIT(7)) #define GPIO_SIG223_IN_SEL_V 0x1 #define GPIO_SIG223_IN_SEL_S 7 /* GPIO_FUNC223_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC223_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC223_IN_INV_SEL (BIT(6)) #define GPIO_FUNC223_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC223_IN_INV_SEL_V 0x1 #define GPIO_FUNC223_IN_INV_SEL_S 6 @@ -8237,7 +9072,7 @@ /* GPIO_FUNC223_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC223_IN_SEL 0x0000003F +#define GPIO_FUNC223_IN_SEL 0x0000003F #define GPIO_FUNC223_IN_SEL_M ((GPIO_FUNC223_IN_SEL_V)<<(GPIO_FUNC223_IN_SEL_S)) #define GPIO_FUNC223_IN_SEL_V 0x3F #define GPIO_FUNC223_IN_SEL_S 0 @@ -8245,18 +9080,21 @@ #define GPIO_FUNC224_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x04b0) /* GPIO_SIG224_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG224_IN_SEL (BIT(7)) +#define GPIO_SIG224_IN_SEL (BIT(7)) #define GPIO_SIG224_IN_SEL_M (BIT(7)) #define GPIO_SIG224_IN_SEL_V 0x1 #define GPIO_SIG224_IN_SEL_S 7 /* GPIO_FUNC224_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC224_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC224_IN_INV_SEL (BIT(6)) #define GPIO_FUNC224_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC224_IN_INV_SEL_V 0x1 #define GPIO_FUNC224_IN_INV_SEL_S 6 @@ -8264,7 +9102,7 @@ /* GPIO_FUNC224_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC224_IN_SEL 0x0000003F +#define GPIO_FUNC224_IN_SEL 0x0000003F #define GPIO_FUNC224_IN_SEL_M ((GPIO_FUNC224_IN_SEL_V)<<(GPIO_FUNC224_IN_SEL_S)) #define GPIO_FUNC224_IN_SEL_V 0x3F #define GPIO_FUNC224_IN_SEL_S 0 @@ -8272,18 +9110,21 @@ #define GPIO_FUNC225_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x04b4) /* GPIO_SIG225_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG225_IN_SEL (BIT(7)) +#define GPIO_SIG225_IN_SEL (BIT(7)) #define GPIO_SIG225_IN_SEL_M (BIT(7)) #define GPIO_SIG225_IN_SEL_V 0x1 #define GPIO_SIG225_IN_SEL_S 7 /* GPIO_FUNC225_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC225_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC225_IN_INV_SEL (BIT(6)) #define GPIO_FUNC225_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC225_IN_INV_SEL_V 0x1 #define GPIO_FUNC225_IN_INV_SEL_S 6 @@ -8291,7 +9132,7 @@ /* GPIO_FUNC225_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC225_IN_SEL 0x0000003F +#define GPIO_FUNC225_IN_SEL 0x0000003F #define GPIO_FUNC225_IN_SEL_M ((GPIO_FUNC225_IN_SEL_V)<<(GPIO_FUNC225_IN_SEL_S)) #define GPIO_FUNC225_IN_SEL_V 0x3F #define GPIO_FUNC225_IN_SEL_S 0 @@ -8299,18 +9140,21 @@ #define GPIO_FUNC226_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x04b8) /* GPIO_SIG226_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG226_IN_SEL (BIT(7)) +#define GPIO_SIG226_IN_SEL (BIT(7)) #define GPIO_SIG226_IN_SEL_M (BIT(7)) #define GPIO_SIG226_IN_SEL_V 0x1 #define GPIO_SIG226_IN_SEL_S 7 /* GPIO_FUNC226_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC226_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC226_IN_INV_SEL (BIT(6)) #define GPIO_FUNC226_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC226_IN_INV_SEL_V 0x1 #define GPIO_FUNC226_IN_INV_SEL_S 6 @@ -8318,7 +9162,7 @@ /* GPIO_FUNC226_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC226_IN_SEL 0x0000003F +#define GPIO_FUNC226_IN_SEL 0x0000003F #define GPIO_FUNC226_IN_SEL_M ((GPIO_FUNC226_IN_SEL_V)<<(GPIO_FUNC226_IN_SEL_S)) #define GPIO_FUNC226_IN_SEL_V 0x3F #define GPIO_FUNC226_IN_SEL_S 0 @@ -8326,18 +9170,21 @@ #define GPIO_FUNC227_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x04bc) /* GPIO_SIG227_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG227_IN_SEL (BIT(7)) +#define GPIO_SIG227_IN_SEL (BIT(7)) #define GPIO_SIG227_IN_SEL_M (BIT(7)) #define GPIO_SIG227_IN_SEL_V 0x1 #define GPIO_SIG227_IN_SEL_S 7 /* GPIO_FUNC227_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC227_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC227_IN_INV_SEL (BIT(6)) #define GPIO_FUNC227_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC227_IN_INV_SEL_V 0x1 #define GPIO_FUNC227_IN_INV_SEL_S 6 @@ -8345,7 +9192,7 @@ /* GPIO_FUNC227_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC227_IN_SEL 0x0000003F +#define GPIO_FUNC227_IN_SEL 0x0000003F #define GPIO_FUNC227_IN_SEL_M ((GPIO_FUNC227_IN_SEL_V)<<(GPIO_FUNC227_IN_SEL_S)) #define GPIO_FUNC227_IN_SEL_V 0x3F #define GPIO_FUNC227_IN_SEL_S 0 @@ -8353,18 +9200,21 @@ #define GPIO_FUNC228_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x04c0) /* GPIO_SIG228_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG228_IN_SEL (BIT(7)) +#define GPIO_SIG228_IN_SEL (BIT(7)) #define GPIO_SIG228_IN_SEL_M (BIT(7)) #define GPIO_SIG228_IN_SEL_V 0x1 #define GPIO_SIG228_IN_SEL_S 7 /* GPIO_FUNC228_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC228_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC228_IN_INV_SEL (BIT(6)) #define GPIO_FUNC228_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC228_IN_INV_SEL_V 0x1 #define GPIO_FUNC228_IN_INV_SEL_S 6 @@ -8372,7 +9222,7 @@ /* GPIO_FUNC228_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC228_IN_SEL 0x0000003F +#define GPIO_FUNC228_IN_SEL 0x0000003F #define GPIO_FUNC228_IN_SEL_M ((GPIO_FUNC228_IN_SEL_V)<<(GPIO_FUNC228_IN_SEL_S)) #define GPIO_FUNC228_IN_SEL_V 0x3F #define GPIO_FUNC228_IN_SEL_S 0 @@ -8380,18 +9230,21 @@ #define GPIO_FUNC229_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x04c4) /* GPIO_SIG229_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG229_IN_SEL (BIT(7)) +#define GPIO_SIG229_IN_SEL (BIT(7)) #define GPIO_SIG229_IN_SEL_M (BIT(7)) #define GPIO_SIG229_IN_SEL_V 0x1 #define GPIO_SIG229_IN_SEL_S 7 /* GPIO_FUNC229_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC229_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC229_IN_INV_SEL (BIT(6)) #define GPIO_FUNC229_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC229_IN_INV_SEL_V 0x1 #define GPIO_FUNC229_IN_INV_SEL_S 6 @@ -8399,7 +9252,7 @@ /* GPIO_FUNC229_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC229_IN_SEL 0x0000003F +#define GPIO_FUNC229_IN_SEL 0x0000003F #define GPIO_FUNC229_IN_SEL_M ((GPIO_FUNC229_IN_SEL_V)<<(GPIO_FUNC229_IN_SEL_S)) #define GPIO_FUNC229_IN_SEL_V 0x3F #define GPIO_FUNC229_IN_SEL_S 0 @@ -8407,18 +9260,21 @@ #define GPIO_FUNC230_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x04c8) /* GPIO_SIG230_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG230_IN_SEL (BIT(7)) +#define GPIO_SIG230_IN_SEL (BIT(7)) #define GPIO_SIG230_IN_SEL_M (BIT(7)) #define GPIO_SIG230_IN_SEL_V 0x1 #define GPIO_SIG230_IN_SEL_S 7 /* GPIO_FUNC230_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC230_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC230_IN_INV_SEL (BIT(6)) #define GPIO_FUNC230_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC230_IN_INV_SEL_V 0x1 #define GPIO_FUNC230_IN_INV_SEL_S 6 @@ -8426,7 +9282,7 @@ /* GPIO_FUNC230_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC230_IN_SEL 0x0000003F +#define GPIO_FUNC230_IN_SEL 0x0000003F #define GPIO_FUNC230_IN_SEL_M ((GPIO_FUNC230_IN_SEL_V)<<(GPIO_FUNC230_IN_SEL_S)) #define GPIO_FUNC230_IN_SEL_V 0x3F #define GPIO_FUNC230_IN_SEL_S 0 @@ -8434,18 +9290,21 @@ #define GPIO_FUNC231_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x04cc) /* GPIO_SIG231_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG231_IN_SEL (BIT(7)) +#define GPIO_SIG231_IN_SEL (BIT(7)) #define GPIO_SIG231_IN_SEL_M (BIT(7)) #define GPIO_SIG231_IN_SEL_V 0x1 #define GPIO_SIG231_IN_SEL_S 7 /* GPIO_FUNC231_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC231_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC231_IN_INV_SEL (BIT(6)) #define GPIO_FUNC231_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC231_IN_INV_SEL_V 0x1 #define GPIO_FUNC231_IN_INV_SEL_S 6 @@ -8453,7 +9312,7 @@ /* GPIO_FUNC231_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC231_IN_SEL 0x0000003F +#define GPIO_FUNC231_IN_SEL 0x0000003F #define GPIO_FUNC231_IN_SEL_M ((GPIO_FUNC231_IN_SEL_V)<<(GPIO_FUNC231_IN_SEL_S)) #define GPIO_FUNC231_IN_SEL_V 0x3F #define GPIO_FUNC231_IN_SEL_S 0 @@ -8461,18 +9320,21 @@ #define GPIO_FUNC232_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x04d0) /* GPIO_SIG232_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG232_IN_SEL (BIT(7)) +#define GPIO_SIG232_IN_SEL (BIT(7)) #define GPIO_SIG232_IN_SEL_M (BIT(7)) #define GPIO_SIG232_IN_SEL_V 0x1 #define GPIO_SIG232_IN_SEL_S 7 /* GPIO_FUNC232_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC232_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC232_IN_INV_SEL (BIT(6)) #define GPIO_FUNC232_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC232_IN_INV_SEL_V 0x1 #define GPIO_FUNC232_IN_INV_SEL_S 6 @@ -8480,7 +9342,7 @@ /* GPIO_FUNC232_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC232_IN_SEL 0x0000003F +#define GPIO_FUNC232_IN_SEL 0x0000003F #define GPIO_FUNC232_IN_SEL_M ((GPIO_FUNC232_IN_SEL_V)<<(GPIO_FUNC232_IN_SEL_S)) #define GPIO_FUNC232_IN_SEL_V 0x3F #define GPIO_FUNC232_IN_SEL_S 0 @@ -8488,18 +9350,21 @@ #define GPIO_FUNC233_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x04d4) /* GPIO_SIG233_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG233_IN_SEL (BIT(7)) +#define GPIO_SIG233_IN_SEL (BIT(7)) #define GPIO_SIG233_IN_SEL_M (BIT(7)) #define GPIO_SIG233_IN_SEL_V 0x1 #define GPIO_SIG233_IN_SEL_S 7 /* GPIO_FUNC233_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC233_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC233_IN_INV_SEL (BIT(6)) #define GPIO_FUNC233_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC233_IN_INV_SEL_V 0x1 #define GPIO_FUNC233_IN_INV_SEL_S 6 @@ -8507,7 +9372,7 @@ /* GPIO_FUNC233_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC233_IN_SEL 0x0000003F +#define GPIO_FUNC233_IN_SEL 0x0000003F #define GPIO_FUNC233_IN_SEL_M ((GPIO_FUNC233_IN_SEL_V)<<(GPIO_FUNC233_IN_SEL_S)) #define GPIO_FUNC233_IN_SEL_V 0x3F #define GPIO_FUNC233_IN_SEL_S 0 @@ -8515,18 +9380,21 @@ #define GPIO_FUNC234_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x04d8) /* GPIO_SIG234_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG234_IN_SEL (BIT(7)) +#define GPIO_SIG234_IN_SEL (BIT(7)) #define GPIO_SIG234_IN_SEL_M (BIT(7)) #define GPIO_SIG234_IN_SEL_V 0x1 #define GPIO_SIG234_IN_SEL_S 7 /* GPIO_FUNC234_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC234_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC234_IN_INV_SEL (BIT(6)) #define GPIO_FUNC234_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC234_IN_INV_SEL_V 0x1 #define GPIO_FUNC234_IN_INV_SEL_S 6 @@ -8534,7 +9402,7 @@ /* GPIO_FUNC234_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC234_IN_SEL 0x0000003F +#define GPIO_FUNC234_IN_SEL 0x0000003F #define GPIO_FUNC234_IN_SEL_M ((GPIO_FUNC234_IN_SEL_V)<<(GPIO_FUNC234_IN_SEL_S)) #define GPIO_FUNC234_IN_SEL_V 0x3F #define GPIO_FUNC234_IN_SEL_S 0 @@ -8542,18 +9410,21 @@ #define GPIO_FUNC235_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x04dc) /* GPIO_SIG235_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG235_IN_SEL (BIT(7)) +#define GPIO_SIG235_IN_SEL (BIT(7)) #define GPIO_SIG235_IN_SEL_M (BIT(7)) #define GPIO_SIG235_IN_SEL_V 0x1 #define GPIO_SIG235_IN_SEL_S 7 /* GPIO_FUNC235_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC235_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC235_IN_INV_SEL (BIT(6)) #define GPIO_FUNC235_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC235_IN_INV_SEL_V 0x1 #define GPIO_FUNC235_IN_INV_SEL_S 6 @@ -8561,7 +9432,7 @@ /* GPIO_FUNC235_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC235_IN_SEL 0x0000003F +#define GPIO_FUNC235_IN_SEL 0x0000003F #define GPIO_FUNC235_IN_SEL_M ((GPIO_FUNC235_IN_SEL_V)<<(GPIO_FUNC235_IN_SEL_S)) #define GPIO_FUNC235_IN_SEL_V 0x3F #define GPIO_FUNC235_IN_SEL_S 0 @@ -8569,18 +9440,21 @@ #define GPIO_FUNC236_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x04e0) /* GPIO_SIG236_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG236_IN_SEL (BIT(7)) +#define GPIO_SIG236_IN_SEL (BIT(7)) #define GPIO_SIG236_IN_SEL_M (BIT(7)) #define GPIO_SIG236_IN_SEL_V 0x1 #define GPIO_SIG236_IN_SEL_S 7 /* GPIO_FUNC236_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC236_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC236_IN_INV_SEL (BIT(6)) #define GPIO_FUNC236_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC236_IN_INV_SEL_V 0x1 #define GPIO_FUNC236_IN_INV_SEL_S 6 @@ -8588,7 +9462,7 @@ /* GPIO_FUNC236_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC236_IN_SEL 0x0000003F +#define GPIO_FUNC236_IN_SEL 0x0000003F #define GPIO_FUNC236_IN_SEL_M ((GPIO_FUNC236_IN_SEL_V)<<(GPIO_FUNC236_IN_SEL_S)) #define GPIO_FUNC236_IN_SEL_V 0x3F #define GPIO_FUNC236_IN_SEL_S 0 @@ -8596,18 +9470,21 @@ #define GPIO_FUNC237_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x04e4) /* GPIO_SIG237_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG237_IN_SEL (BIT(7)) +#define GPIO_SIG237_IN_SEL (BIT(7)) #define GPIO_SIG237_IN_SEL_M (BIT(7)) #define GPIO_SIG237_IN_SEL_V 0x1 #define GPIO_SIG237_IN_SEL_S 7 /* GPIO_FUNC237_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC237_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC237_IN_INV_SEL (BIT(6)) #define GPIO_FUNC237_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC237_IN_INV_SEL_V 0x1 #define GPIO_FUNC237_IN_INV_SEL_S 6 @@ -8615,7 +9492,7 @@ /* GPIO_FUNC237_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC237_IN_SEL 0x0000003F +#define GPIO_FUNC237_IN_SEL 0x0000003F #define GPIO_FUNC237_IN_SEL_M ((GPIO_FUNC237_IN_SEL_V)<<(GPIO_FUNC237_IN_SEL_S)) #define GPIO_FUNC237_IN_SEL_V 0x3F #define GPIO_FUNC237_IN_SEL_S 0 @@ -8623,18 +9500,21 @@ #define GPIO_FUNC238_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x04e8) /* GPIO_SIG238_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG238_IN_SEL (BIT(7)) +#define GPIO_SIG238_IN_SEL (BIT(7)) #define GPIO_SIG238_IN_SEL_M (BIT(7)) #define GPIO_SIG238_IN_SEL_V 0x1 #define GPIO_SIG238_IN_SEL_S 7 /* GPIO_FUNC238_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC238_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC238_IN_INV_SEL (BIT(6)) #define GPIO_FUNC238_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC238_IN_INV_SEL_V 0x1 #define GPIO_FUNC238_IN_INV_SEL_S 6 @@ -8642,7 +9522,7 @@ /* GPIO_FUNC238_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC238_IN_SEL 0x0000003F +#define GPIO_FUNC238_IN_SEL 0x0000003F #define GPIO_FUNC238_IN_SEL_M ((GPIO_FUNC238_IN_SEL_V)<<(GPIO_FUNC238_IN_SEL_S)) #define GPIO_FUNC238_IN_SEL_V 0x3F #define GPIO_FUNC238_IN_SEL_S 0 @@ -8650,18 +9530,21 @@ #define GPIO_FUNC239_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x04ec) /* GPIO_SIG239_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG239_IN_SEL (BIT(7)) +#define GPIO_SIG239_IN_SEL (BIT(7)) #define GPIO_SIG239_IN_SEL_M (BIT(7)) #define GPIO_SIG239_IN_SEL_V 0x1 #define GPIO_SIG239_IN_SEL_S 7 /* GPIO_FUNC239_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC239_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC239_IN_INV_SEL (BIT(6)) #define GPIO_FUNC239_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC239_IN_INV_SEL_V 0x1 #define GPIO_FUNC239_IN_INV_SEL_S 6 @@ -8669,7 +9552,7 @@ /* GPIO_FUNC239_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC239_IN_SEL 0x0000003F +#define GPIO_FUNC239_IN_SEL 0x0000003F #define GPIO_FUNC239_IN_SEL_M ((GPIO_FUNC239_IN_SEL_V)<<(GPIO_FUNC239_IN_SEL_S)) #define GPIO_FUNC239_IN_SEL_V 0x3F #define GPIO_FUNC239_IN_SEL_S 0 @@ -8677,18 +9560,21 @@ #define GPIO_FUNC240_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x04f0) /* GPIO_SIG240_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG240_IN_SEL (BIT(7)) +#define GPIO_SIG240_IN_SEL (BIT(7)) #define GPIO_SIG240_IN_SEL_M (BIT(7)) #define GPIO_SIG240_IN_SEL_V 0x1 #define GPIO_SIG240_IN_SEL_S 7 /* GPIO_FUNC240_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC240_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC240_IN_INV_SEL (BIT(6)) #define GPIO_FUNC240_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC240_IN_INV_SEL_V 0x1 #define GPIO_FUNC240_IN_INV_SEL_S 6 @@ -8696,7 +9582,7 @@ /* GPIO_FUNC240_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC240_IN_SEL 0x0000003F +#define GPIO_FUNC240_IN_SEL 0x0000003F #define GPIO_FUNC240_IN_SEL_M ((GPIO_FUNC240_IN_SEL_V)<<(GPIO_FUNC240_IN_SEL_S)) #define GPIO_FUNC240_IN_SEL_V 0x3F #define GPIO_FUNC240_IN_SEL_S 0 @@ -8704,18 +9590,21 @@ #define GPIO_FUNC241_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x04f4) /* GPIO_SIG241_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG241_IN_SEL (BIT(7)) +#define GPIO_SIG241_IN_SEL (BIT(7)) #define GPIO_SIG241_IN_SEL_M (BIT(7)) #define GPIO_SIG241_IN_SEL_V 0x1 #define GPIO_SIG241_IN_SEL_S 7 /* GPIO_FUNC241_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC241_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC241_IN_INV_SEL (BIT(6)) #define GPIO_FUNC241_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC241_IN_INV_SEL_V 0x1 #define GPIO_FUNC241_IN_INV_SEL_S 6 @@ -8723,7 +9612,7 @@ /* GPIO_FUNC241_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC241_IN_SEL 0x0000003F +#define GPIO_FUNC241_IN_SEL 0x0000003F #define GPIO_FUNC241_IN_SEL_M ((GPIO_FUNC241_IN_SEL_V)<<(GPIO_FUNC241_IN_SEL_S)) #define GPIO_FUNC241_IN_SEL_V 0x3F #define GPIO_FUNC241_IN_SEL_S 0 @@ -8731,18 +9620,21 @@ #define GPIO_FUNC242_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x04f8) /* GPIO_SIG242_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG242_IN_SEL (BIT(7)) +#define GPIO_SIG242_IN_SEL (BIT(7)) #define GPIO_SIG242_IN_SEL_M (BIT(7)) #define GPIO_SIG242_IN_SEL_V 0x1 #define GPIO_SIG242_IN_SEL_S 7 /* GPIO_FUNC242_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC242_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC242_IN_INV_SEL (BIT(6)) #define GPIO_FUNC242_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC242_IN_INV_SEL_V 0x1 #define GPIO_FUNC242_IN_INV_SEL_S 6 @@ -8750,7 +9642,7 @@ /* GPIO_FUNC242_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC242_IN_SEL 0x0000003F +#define GPIO_FUNC242_IN_SEL 0x0000003F #define GPIO_FUNC242_IN_SEL_M ((GPIO_FUNC242_IN_SEL_V)<<(GPIO_FUNC242_IN_SEL_S)) #define GPIO_FUNC242_IN_SEL_V 0x3F #define GPIO_FUNC242_IN_SEL_S 0 @@ -8758,18 +9650,21 @@ #define GPIO_FUNC243_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x04fc) /* GPIO_SIG243_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG243_IN_SEL (BIT(7)) +#define GPIO_SIG243_IN_SEL (BIT(7)) #define GPIO_SIG243_IN_SEL_M (BIT(7)) #define GPIO_SIG243_IN_SEL_V 0x1 #define GPIO_SIG243_IN_SEL_S 7 /* GPIO_FUNC243_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC243_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC243_IN_INV_SEL (BIT(6)) #define GPIO_FUNC243_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC243_IN_INV_SEL_V 0x1 #define GPIO_FUNC243_IN_INV_SEL_S 6 @@ -8777,7 +9672,7 @@ /* GPIO_FUNC243_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC243_IN_SEL 0x0000003F +#define GPIO_FUNC243_IN_SEL 0x0000003F #define GPIO_FUNC243_IN_SEL_M ((GPIO_FUNC243_IN_SEL_V)<<(GPIO_FUNC243_IN_SEL_S)) #define GPIO_FUNC243_IN_SEL_V 0x3F #define GPIO_FUNC243_IN_SEL_S 0 @@ -8785,18 +9680,21 @@ #define GPIO_FUNC244_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0500) /* GPIO_SIG244_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG244_IN_SEL (BIT(7)) +#define GPIO_SIG244_IN_SEL (BIT(7)) #define GPIO_SIG244_IN_SEL_M (BIT(7)) #define GPIO_SIG244_IN_SEL_V 0x1 #define GPIO_SIG244_IN_SEL_S 7 /* GPIO_FUNC244_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC244_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC244_IN_INV_SEL (BIT(6)) #define GPIO_FUNC244_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC244_IN_INV_SEL_V 0x1 #define GPIO_FUNC244_IN_INV_SEL_S 6 @@ -8804,7 +9702,7 @@ /* GPIO_FUNC244_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC244_IN_SEL 0x0000003F +#define GPIO_FUNC244_IN_SEL 0x0000003F #define GPIO_FUNC244_IN_SEL_M ((GPIO_FUNC244_IN_SEL_V)<<(GPIO_FUNC244_IN_SEL_S)) #define GPIO_FUNC244_IN_SEL_V 0x3F #define GPIO_FUNC244_IN_SEL_S 0 @@ -8812,18 +9710,21 @@ #define GPIO_FUNC245_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0504) /* GPIO_SIG245_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG245_IN_SEL (BIT(7)) +#define GPIO_SIG245_IN_SEL (BIT(7)) #define GPIO_SIG245_IN_SEL_M (BIT(7)) #define GPIO_SIG245_IN_SEL_V 0x1 #define GPIO_SIG245_IN_SEL_S 7 /* GPIO_FUNC245_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC245_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC245_IN_INV_SEL (BIT(6)) #define GPIO_FUNC245_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC245_IN_INV_SEL_V 0x1 #define GPIO_FUNC245_IN_INV_SEL_S 6 @@ -8831,7 +9732,7 @@ /* GPIO_FUNC245_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC245_IN_SEL 0x0000003F +#define GPIO_FUNC245_IN_SEL 0x0000003F #define GPIO_FUNC245_IN_SEL_M ((GPIO_FUNC245_IN_SEL_V)<<(GPIO_FUNC245_IN_SEL_S)) #define GPIO_FUNC245_IN_SEL_V 0x3F #define GPIO_FUNC245_IN_SEL_S 0 @@ -8839,18 +9740,21 @@ #define GPIO_FUNC246_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0508) /* GPIO_SIG246_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG246_IN_SEL (BIT(7)) +#define GPIO_SIG246_IN_SEL (BIT(7)) #define GPIO_SIG246_IN_SEL_M (BIT(7)) #define GPIO_SIG246_IN_SEL_V 0x1 #define GPIO_SIG246_IN_SEL_S 7 /* GPIO_FUNC246_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC246_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC246_IN_INV_SEL (BIT(6)) #define GPIO_FUNC246_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC246_IN_INV_SEL_V 0x1 #define GPIO_FUNC246_IN_INV_SEL_S 6 @@ -8858,7 +9762,7 @@ /* GPIO_FUNC246_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC246_IN_SEL 0x0000003F +#define GPIO_FUNC246_IN_SEL 0x0000003F #define GPIO_FUNC246_IN_SEL_M ((GPIO_FUNC246_IN_SEL_V)<<(GPIO_FUNC246_IN_SEL_S)) #define GPIO_FUNC246_IN_SEL_V 0x3F #define GPIO_FUNC246_IN_SEL_S 0 @@ -8866,18 +9770,21 @@ #define GPIO_FUNC247_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x050c) /* GPIO_SIG247_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG247_IN_SEL (BIT(7)) +#define GPIO_SIG247_IN_SEL (BIT(7)) #define GPIO_SIG247_IN_SEL_M (BIT(7)) #define GPIO_SIG247_IN_SEL_V 0x1 #define GPIO_SIG247_IN_SEL_S 7 /* GPIO_FUNC247_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC247_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC247_IN_INV_SEL (BIT(6)) #define GPIO_FUNC247_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC247_IN_INV_SEL_V 0x1 #define GPIO_FUNC247_IN_INV_SEL_S 6 @@ -8885,7 +9792,7 @@ /* GPIO_FUNC247_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC247_IN_SEL 0x0000003F +#define GPIO_FUNC247_IN_SEL 0x0000003F #define GPIO_FUNC247_IN_SEL_M ((GPIO_FUNC247_IN_SEL_V)<<(GPIO_FUNC247_IN_SEL_S)) #define GPIO_FUNC247_IN_SEL_V 0x3F #define GPIO_FUNC247_IN_SEL_S 0 @@ -8893,18 +9800,21 @@ #define GPIO_FUNC248_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0510) /* GPIO_SIG248_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG248_IN_SEL (BIT(7)) +#define GPIO_SIG248_IN_SEL (BIT(7)) #define GPIO_SIG248_IN_SEL_M (BIT(7)) #define GPIO_SIG248_IN_SEL_V 0x1 #define GPIO_SIG248_IN_SEL_S 7 /* GPIO_FUNC248_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC248_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC248_IN_INV_SEL (BIT(6)) #define GPIO_FUNC248_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC248_IN_INV_SEL_V 0x1 #define GPIO_FUNC248_IN_INV_SEL_S 6 @@ -8912,7 +9822,7 @@ /* GPIO_FUNC248_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC248_IN_SEL 0x0000003F +#define GPIO_FUNC248_IN_SEL 0x0000003F #define GPIO_FUNC248_IN_SEL_M ((GPIO_FUNC248_IN_SEL_V)<<(GPIO_FUNC248_IN_SEL_S)) #define GPIO_FUNC248_IN_SEL_V 0x3F #define GPIO_FUNC248_IN_SEL_S 0 @@ -8920,18 +9830,21 @@ #define GPIO_FUNC249_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0514) /* GPIO_SIG249_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG249_IN_SEL (BIT(7)) +#define GPIO_SIG249_IN_SEL (BIT(7)) #define GPIO_SIG249_IN_SEL_M (BIT(7)) #define GPIO_SIG249_IN_SEL_V 0x1 #define GPIO_SIG249_IN_SEL_S 7 /* GPIO_FUNC249_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC249_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC249_IN_INV_SEL (BIT(6)) #define GPIO_FUNC249_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC249_IN_INV_SEL_V 0x1 #define GPIO_FUNC249_IN_INV_SEL_S 6 @@ -8939,7 +9852,7 @@ /* GPIO_FUNC249_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC249_IN_SEL 0x0000003F +#define GPIO_FUNC249_IN_SEL 0x0000003F #define GPIO_FUNC249_IN_SEL_M ((GPIO_FUNC249_IN_SEL_V)<<(GPIO_FUNC249_IN_SEL_S)) #define GPIO_FUNC249_IN_SEL_V 0x3F #define GPIO_FUNC249_IN_SEL_S 0 @@ -8947,18 +9860,21 @@ #define GPIO_FUNC250_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0518) /* GPIO_SIG250_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG250_IN_SEL (BIT(7)) +#define GPIO_SIG250_IN_SEL (BIT(7)) #define GPIO_SIG250_IN_SEL_M (BIT(7)) #define GPIO_SIG250_IN_SEL_V 0x1 #define GPIO_SIG250_IN_SEL_S 7 /* GPIO_FUNC250_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC250_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC250_IN_INV_SEL (BIT(6)) #define GPIO_FUNC250_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC250_IN_INV_SEL_V 0x1 #define GPIO_FUNC250_IN_INV_SEL_S 6 @@ -8966,7 +9882,7 @@ /* GPIO_FUNC250_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC250_IN_SEL 0x0000003F +#define GPIO_FUNC250_IN_SEL 0x0000003F #define GPIO_FUNC250_IN_SEL_M ((GPIO_FUNC250_IN_SEL_V)<<(GPIO_FUNC250_IN_SEL_S)) #define GPIO_FUNC250_IN_SEL_V 0x3F #define GPIO_FUNC250_IN_SEL_S 0 @@ -8974,18 +9890,21 @@ #define GPIO_FUNC251_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x051c) /* GPIO_SIG251_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG251_IN_SEL (BIT(7)) +#define GPIO_SIG251_IN_SEL (BIT(7)) #define GPIO_SIG251_IN_SEL_M (BIT(7)) #define GPIO_SIG251_IN_SEL_V 0x1 #define GPIO_SIG251_IN_SEL_S 7 /* GPIO_FUNC251_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC251_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC251_IN_INV_SEL (BIT(6)) #define GPIO_FUNC251_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC251_IN_INV_SEL_V 0x1 #define GPIO_FUNC251_IN_INV_SEL_S 6 @@ -8993,7 +9912,7 @@ /* GPIO_FUNC251_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC251_IN_SEL 0x0000003F +#define GPIO_FUNC251_IN_SEL 0x0000003F #define GPIO_FUNC251_IN_SEL_M ((GPIO_FUNC251_IN_SEL_V)<<(GPIO_FUNC251_IN_SEL_S)) #define GPIO_FUNC251_IN_SEL_V 0x3F #define GPIO_FUNC251_IN_SEL_S 0 @@ -9001,18 +9920,21 @@ #define GPIO_FUNC252_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0520) /* GPIO_SIG252_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG252_IN_SEL (BIT(7)) +#define GPIO_SIG252_IN_SEL (BIT(7)) #define GPIO_SIG252_IN_SEL_M (BIT(7)) #define GPIO_SIG252_IN_SEL_V 0x1 #define GPIO_SIG252_IN_SEL_S 7 /* GPIO_FUNC252_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC252_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC252_IN_INV_SEL (BIT(6)) #define GPIO_FUNC252_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC252_IN_INV_SEL_V 0x1 #define GPIO_FUNC252_IN_INV_SEL_S 6 @@ -9020,7 +9942,7 @@ /* GPIO_FUNC252_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC252_IN_SEL 0x0000003F +#define GPIO_FUNC252_IN_SEL 0x0000003F #define GPIO_FUNC252_IN_SEL_M ((GPIO_FUNC252_IN_SEL_V)<<(GPIO_FUNC252_IN_SEL_S)) #define GPIO_FUNC252_IN_SEL_V 0x3F #define GPIO_FUNC252_IN_SEL_S 0 @@ -9028,18 +9950,21 @@ #define GPIO_FUNC253_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0524) /* GPIO_SIG253_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG253_IN_SEL (BIT(7)) +#define GPIO_SIG253_IN_SEL (BIT(7)) #define GPIO_SIG253_IN_SEL_M (BIT(7)) #define GPIO_SIG253_IN_SEL_V 0x1 #define GPIO_SIG253_IN_SEL_S 7 /* GPIO_FUNC253_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC253_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC253_IN_INV_SEL (BIT(6)) #define GPIO_FUNC253_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC253_IN_INV_SEL_V 0x1 #define GPIO_FUNC253_IN_INV_SEL_S 6 @@ -9047,7 +9972,7 @@ /* GPIO_FUNC253_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC253_IN_SEL 0x0000003F +#define GPIO_FUNC253_IN_SEL 0x0000003F #define GPIO_FUNC253_IN_SEL_M ((GPIO_FUNC253_IN_SEL_V)<<(GPIO_FUNC253_IN_SEL_S)) #define GPIO_FUNC253_IN_SEL_V 0x3F #define GPIO_FUNC253_IN_SEL_S 0 @@ -9055,18 +9980,21 @@ #define GPIO_FUNC254_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0528) /* GPIO_SIG254_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG254_IN_SEL (BIT(7)) +#define GPIO_SIG254_IN_SEL (BIT(7)) #define GPIO_SIG254_IN_SEL_M (BIT(7)) #define GPIO_SIG254_IN_SEL_V 0x1 #define GPIO_SIG254_IN_SEL_S 7 /* GPIO_FUNC254_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC254_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC254_IN_INV_SEL (BIT(6)) #define GPIO_FUNC254_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC254_IN_INV_SEL_V 0x1 #define GPIO_FUNC254_IN_INV_SEL_S 6 @@ -9074,7 +10002,7 @@ /* GPIO_FUNC254_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC254_IN_SEL 0x0000003F +#define GPIO_FUNC254_IN_SEL 0x0000003F #define GPIO_FUNC254_IN_SEL_M ((GPIO_FUNC254_IN_SEL_V)<<(GPIO_FUNC254_IN_SEL_S)) #define GPIO_FUNC254_IN_SEL_V 0x3F #define GPIO_FUNC254_IN_SEL_S 0 @@ -9082,18 +10010,21 @@ #define GPIO_FUNC255_IN_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x052c) /* GPIO_SIG255_IN_SEL : R/W ;bitpos:[7] ;default: x ; */ -/* Description: if the slow signal bypass the io matrix or not if you want setting - the value to 1 */ +/* Description: if the slow signal bypass the io matrix or not if you want + * setting the value to 1. + */ -#define GPIO_SIG255_IN_SEL (BIT(7)) +#define GPIO_SIG255_IN_SEL (BIT(7)) #define GPIO_SIG255_IN_SEL_M (BIT(7)) #define GPIO_SIG255_IN_SEL_V 0x1 #define GPIO_SIG255_IN_SEL_S 7 /* GPIO_FUNC255_IN_INV_SEL : R/W ;bitpos:[6] ;default: x ; */ -/* Description: revert the value of the input if you want to revert please set the value to 1 */ +/* Description: revert the value of the input if you want to revert please + * set the value to 1. + */ -#define GPIO_FUNC255_IN_INV_SEL (BIT(6)) +#define GPIO_FUNC255_IN_INV_SEL (BIT(6)) #define GPIO_FUNC255_IN_INV_SEL_M (BIT(6)) #define GPIO_FUNC255_IN_INV_SEL_V 0x1 #define GPIO_FUNC255_IN_INV_SEL_S 6 @@ -9101,7 +10032,7 @@ /* GPIO_FUNC255_IN_SEL : R/W ;bitpos:[5:0] ;default: x ; */ /* Description: select one of the 256 inputs */ -#define GPIO_FUNC255_IN_SEL 0x0000003F +#define GPIO_FUNC255_IN_SEL 0x0000003F #define GPIO_FUNC255_IN_SEL_M ((GPIO_FUNC255_IN_SEL_V)<<(GPIO_FUNC255_IN_SEL_S)) #define GPIO_FUNC255_IN_SEL_V 0x3F #define GPIO_FUNC255_IN_SEL_S 0 @@ -9109,28 +10040,31 @@ #define GPIO_FUNC0_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0530) /* GPIO_FUNC0_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC0_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC0_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC0_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC0_OEN_INV_SEL_V 0x1 #define GPIO_FUNC0_OEN_INV_SEL_S 11 /* GPIO_FUNC0_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC0_OEN_SEL (BIT(10)) +#define GPIO_FUNC0_OEN_SEL (BIT(10)) #define GPIO_FUNC0_OEN_SEL_M (BIT(10)) #define GPIO_FUNC0_OEN_SEL_V 0x1 #define GPIO_FUNC0_OEN_SEL_S 10 /* GPIO_FUNC0_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC0_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC0_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC0_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC0_OUT_INV_SEL_V 0x1 #define GPIO_FUNC0_OUT_INV_SEL_S 9 @@ -9138,7 +10072,7 @@ /* GPIO_FUNC0_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC0_OUT_SEL 0x000001FF +#define GPIO_FUNC0_OUT_SEL 0x000001FF #define GPIO_FUNC0_OUT_SEL_M ((GPIO_FUNC0_OUT_SEL_V)<<(GPIO_FUNC0_OUT_SEL_S)) #define GPIO_FUNC0_OUT_SEL_V 0x1FF #define GPIO_FUNC0_OUT_SEL_S 0 @@ -9146,28 +10080,31 @@ #define GPIO_FUNC1_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0534) /* GPIO_FUNC1_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC1_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC1_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC1_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC1_OEN_INV_SEL_V 0x1 #define GPIO_FUNC1_OEN_INV_SEL_S 11 /* GPIO_FUNC1_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC1_OEN_SEL (BIT(10)) +#define GPIO_FUNC1_OEN_SEL (BIT(10)) #define GPIO_FUNC1_OEN_SEL_M (BIT(10)) #define GPIO_FUNC1_OEN_SEL_V 0x1 #define GPIO_FUNC1_OEN_SEL_S 10 /* GPIO_FUNC1_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC1_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC1_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC1_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC1_OUT_INV_SEL_V 0x1 #define GPIO_FUNC1_OUT_INV_SEL_S 9 @@ -9175,7 +10112,7 @@ /* GPIO_FUNC1_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC1_OUT_SEL 0x000001FF +#define GPIO_FUNC1_OUT_SEL 0x000001FF #define GPIO_FUNC1_OUT_SEL_M ((GPIO_FUNC1_OUT_SEL_V)<<(GPIO_FUNC1_OUT_SEL_S)) #define GPIO_FUNC1_OUT_SEL_V 0x1FF #define GPIO_FUNC1_OUT_SEL_S 0 @@ -9183,28 +10120,31 @@ #define GPIO_FUNC2_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0538) /* GPIO_FUNC2_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC2_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC2_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC2_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC2_OEN_INV_SEL_V 0x1 #define GPIO_FUNC2_OEN_INV_SEL_S 11 /* GPIO_FUNC2_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC2_OEN_SEL (BIT(10)) +#define GPIO_FUNC2_OEN_SEL (BIT(10)) #define GPIO_FUNC2_OEN_SEL_M (BIT(10)) #define GPIO_FUNC2_OEN_SEL_V 0x1 #define GPIO_FUNC2_OEN_SEL_S 10 /* GPIO_FUNC2_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC2_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC2_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC2_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC2_OUT_INV_SEL_V 0x1 #define GPIO_FUNC2_OUT_INV_SEL_S 9 @@ -9212,7 +10152,7 @@ /* GPIO_FUNC2_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC2_OUT_SEL 0x000001FF +#define GPIO_FUNC2_OUT_SEL 0x000001FF #define GPIO_FUNC2_OUT_SEL_M ((GPIO_FUNC2_OUT_SEL_V)<<(GPIO_FUNC2_OUT_SEL_S)) #define GPIO_FUNC2_OUT_SEL_V 0x1FF #define GPIO_FUNC2_OUT_SEL_S 0 @@ -9220,28 +10160,31 @@ #define GPIO_FUNC3_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x053c) /* GPIO_FUNC3_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC3_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC3_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC3_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC3_OEN_INV_SEL_V 0x1 #define GPIO_FUNC3_OEN_INV_SEL_S 11 /* GPIO_FUNC3_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC3_OEN_SEL (BIT(10)) +#define GPIO_FUNC3_OEN_SEL (BIT(10)) #define GPIO_FUNC3_OEN_SEL_M (BIT(10)) #define GPIO_FUNC3_OEN_SEL_V 0x1 #define GPIO_FUNC3_OEN_SEL_S 10 /* GPIO_FUNC3_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC3_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC3_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC3_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC3_OUT_INV_SEL_V 0x1 #define GPIO_FUNC3_OUT_INV_SEL_S 9 @@ -9249,7 +10192,7 @@ /* GPIO_FUNC3_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC3_OUT_SEL 0x000001FF +#define GPIO_FUNC3_OUT_SEL 0x000001FF #define GPIO_FUNC3_OUT_SEL_M ((GPIO_FUNC3_OUT_SEL_V)<<(GPIO_FUNC3_OUT_SEL_S)) #define GPIO_FUNC3_OUT_SEL_V 0x1FF #define GPIO_FUNC3_OUT_SEL_S 0 @@ -9257,28 +10200,31 @@ #define GPIO_FUNC4_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0540) /* GPIO_FUNC4_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC4_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC4_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC4_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC4_OEN_INV_SEL_V 0x1 #define GPIO_FUNC4_OEN_INV_SEL_S 11 /* GPIO_FUNC4_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC4_OEN_SEL (BIT(10)) +#define GPIO_FUNC4_OEN_SEL (BIT(10)) #define GPIO_FUNC4_OEN_SEL_M (BIT(10)) #define GPIO_FUNC4_OEN_SEL_V 0x1 #define GPIO_FUNC4_OEN_SEL_S 10 /* GPIO_FUNC4_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC4_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC4_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC4_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC4_OUT_INV_SEL_V 0x1 #define GPIO_FUNC4_OUT_INV_SEL_S 9 @@ -9286,7 +10232,7 @@ /* GPIO_FUNC4_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC4_OUT_SEL 0x000001FF +#define GPIO_FUNC4_OUT_SEL 0x000001FF #define GPIO_FUNC4_OUT_SEL_M ((GPIO_FUNC4_OUT_SEL_V)<<(GPIO_FUNC4_OUT_SEL_S)) #define GPIO_FUNC4_OUT_SEL_V 0x1FF #define GPIO_FUNC4_OUT_SEL_S 0 @@ -9294,28 +10240,31 @@ #define GPIO_FUNC5_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0544) /* GPIO_FUNC5_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC5_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC5_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC5_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC5_OEN_INV_SEL_V 0x1 #define GPIO_FUNC5_OEN_INV_SEL_S 11 /* GPIO_FUNC5_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC5_OEN_SEL (BIT(10)) +#define GPIO_FUNC5_OEN_SEL (BIT(10)) #define GPIO_FUNC5_OEN_SEL_M (BIT(10)) #define GPIO_FUNC5_OEN_SEL_V 0x1 #define GPIO_FUNC5_OEN_SEL_S 10 /* GPIO_FUNC5_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC5_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC5_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC5_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC5_OUT_INV_SEL_V 0x1 #define GPIO_FUNC5_OUT_INV_SEL_S 9 @@ -9323,7 +10272,7 @@ /* GPIO_FUNC5_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC5_OUT_SEL 0x000001FF +#define GPIO_FUNC5_OUT_SEL 0x000001FF #define GPIO_FUNC5_OUT_SEL_M ((GPIO_FUNC5_OUT_SEL_V)<<(GPIO_FUNC5_OUT_SEL_S)) #define GPIO_FUNC5_OUT_SEL_V 0x1FF #define GPIO_FUNC5_OUT_SEL_S 0 @@ -9331,28 +10280,31 @@ #define GPIO_FUNC6_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0548) /* GPIO_FUNC6_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC6_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC6_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC6_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC6_OEN_INV_SEL_V 0x1 #define GPIO_FUNC6_OEN_INV_SEL_S 11 /* GPIO_FUNC6_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC6_OEN_SEL (BIT(10)) +#define GPIO_FUNC6_OEN_SEL (BIT(10)) #define GPIO_FUNC6_OEN_SEL_M (BIT(10)) #define GPIO_FUNC6_OEN_SEL_V 0x1 #define GPIO_FUNC6_OEN_SEL_S 10 /* GPIO_FUNC6_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC6_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC6_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC6_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC6_OUT_INV_SEL_V 0x1 #define GPIO_FUNC6_OUT_INV_SEL_S 9 @@ -9360,7 +10312,7 @@ /* GPIO_FUNC6_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC6_OUT_SEL 0x000001FF +#define GPIO_FUNC6_OUT_SEL 0x000001FF #define GPIO_FUNC6_OUT_SEL_M ((GPIO_FUNC6_OUT_SEL_V)<<(GPIO_FUNC6_OUT_SEL_S)) #define GPIO_FUNC6_OUT_SEL_V 0x1FF #define GPIO_FUNC6_OUT_SEL_S 0 @@ -9368,28 +10320,31 @@ #define GPIO_FUNC7_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x054c) /* GPIO_FUNC7_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC7_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC7_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC7_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC7_OEN_INV_SEL_V 0x1 #define GPIO_FUNC7_OEN_INV_SEL_S 11 /* GPIO_FUNC7_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC7_OEN_SEL (BIT(10)) +#define GPIO_FUNC7_OEN_SEL (BIT(10)) #define GPIO_FUNC7_OEN_SEL_M (BIT(10)) #define GPIO_FUNC7_OEN_SEL_V 0x1 #define GPIO_FUNC7_OEN_SEL_S 10 /* GPIO_FUNC7_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC7_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC7_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC7_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC7_OUT_INV_SEL_V 0x1 #define GPIO_FUNC7_OUT_INV_SEL_S 9 @@ -9397,7 +10352,7 @@ /* GPIO_FUNC7_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC7_OUT_SEL 0x000001FF +#define GPIO_FUNC7_OUT_SEL 0x000001FF #define GPIO_FUNC7_OUT_SEL_M ((GPIO_FUNC7_OUT_SEL_V)<<(GPIO_FUNC7_OUT_SEL_S)) #define GPIO_FUNC7_OUT_SEL_V 0x1FF #define GPIO_FUNC7_OUT_SEL_S 0 @@ -9405,28 +10360,31 @@ #define GPIO_FUNC8_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0550) /* GPIO_FUNC8_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC8_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC8_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC8_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC8_OEN_INV_SEL_V 0x1 #define GPIO_FUNC8_OEN_INV_SEL_S 11 /* GPIO_FUNC8_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC8_OEN_SEL (BIT(10)) +#define GPIO_FUNC8_OEN_SEL (BIT(10)) #define GPIO_FUNC8_OEN_SEL_M (BIT(10)) #define GPIO_FUNC8_OEN_SEL_V 0x1 #define GPIO_FUNC8_OEN_SEL_S 10 /* GPIO_FUNC8_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC8_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC8_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC8_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC8_OUT_INV_SEL_V 0x1 #define GPIO_FUNC8_OUT_INV_SEL_S 9 @@ -9434,7 +10392,7 @@ /* GPIO_FUNC8_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC8_OUT_SEL 0x000001FF +#define GPIO_FUNC8_OUT_SEL 0x000001FF #define GPIO_FUNC8_OUT_SEL_M ((GPIO_FUNC8_OUT_SEL_V)<<(GPIO_FUNC8_OUT_SEL_S)) #define GPIO_FUNC8_OUT_SEL_V 0x1FF #define GPIO_FUNC8_OUT_SEL_S 0 @@ -9442,28 +10400,31 @@ #define GPIO_FUNC9_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0554) /* GPIO_FUNC9_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC9_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC9_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC9_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC9_OEN_INV_SEL_V 0x1 #define GPIO_FUNC9_OEN_INV_SEL_S 11 /* GPIO_FUNC9_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC9_OEN_SEL (BIT(10)) +#define GPIO_FUNC9_OEN_SEL (BIT(10)) #define GPIO_FUNC9_OEN_SEL_M (BIT(10)) #define GPIO_FUNC9_OEN_SEL_V 0x1 #define GPIO_FUNC9_OEN_SEL_S 10 /* GPIO_FUNC9_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC9_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC9_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC9_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC9_OUT_INV_SEL_V 0x1 #define GPIO_FUNC9_OUT_INV_SEL_S 9 @@ -9471,7 +10432,7 @@ /* GPIO_FUNC9_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC9_OUT_SEL 0x000001FF +#define GPIO_FUNC9_OUT_SEL 0x000001FF #define GPIO_FUNC9_OUT_SEL_M ((GPIO_FUNC9_OUT_SEL_V)<<(GPIO_FUNC9_OUT_SEL_S)) #define GPIO_FUNC9_OUT_SEL_V 0x1FF #define GPIO_FUNC9_OUT_SEL_S 0 @@ -9479,28 +10440,31 @@ #define GPIO_FUNC10_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0558) /* GPIO_FUNC10_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC10_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC10_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC10_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC10_OEN_INV_SEL_V 0x1 #define GPIO_FUNC10_OEN_INV_SEL_S 11 /* GPIO_FUNC10_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC10_OEN_SEL (BIT(10)) +#define GPIO_FUNC10_OEN_SEL (BIT(10)) #define GPIO_FUNC10_OEN_SEL_M (BIT(10)) #define GPIO_FUNC10_OEN_SEL_V 0x1 #define GPIO_FUNC10_OEN_SEL_S 10 /* GPIO_FUNC10_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC10_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC10_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC10_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC10_OUT_INV_SEL_V 0x1 #define GPIO_FUNC10_OUT_INV_SEL_S 9 @@ -9508,7 +10472,7 @@ /* GPIO_FUNC10_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC10_OUT_SEL 0x000001FF +#define GPIO_FUNC10_OUT_SEL 0x000001FF #define GPIO_FUNC10_OUT_SEL_M ((GPIO_FUNC10_OUT_SEL_V)<<(GPIO_FUNC10_OUT_SEL_S)) #define GPIO_FUNC10_OUT_SEL_V 0x1FF #define GPIO_FUNC10_OUT_SEL_S 0 @@ -9516,28 +10480,31 @@ #define GPIO_FUNC11_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x055c) /* GPIO_FUNC11_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC11_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC11_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC11_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC11_OEN_INV_SEL_V 0x1 #define GPIO_FUNC11_OEN_INV_SEL_S 11 /* GPIO_FUNC11_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC11_OEN_SEL (BIT(10)) +#define GPIO_FUNC11_OEN_SEL (BIT(10)) #define GPIO_FUNC11_OEN_SEL_M (BIT(10)) #define GPIO_FUNC11_OEN_SEL_V 0x1 #define GPIO_FUNC11_OEN_SEL_S 10 /* GPIO_FUNC11_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC11_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC11_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC11_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC11_OUT_INV_SEL_V 0x1 #define GPIO_FUNC11_OUT_INV_SEL_S 9 @@ -9545,7 +10512,7 @@ /* GPIO_FUNC11_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC11_OUT_SEL 0x000001FF +#define GPIO_FUNC11_OUT_SEL 0x000001FF #define GPIO_FUNC11_OUT_SEL_M ((GPIO_FUNC11_OUT_SEL_V)<<(GPIO_FUNC11_OUT_SEL_S)) #define GPIO_FUNC11_OUT_SEL_V 0x1FF #define GPIO_FUNC11_OUT_SEL_S 0 @@ -9553,28 +10520,31 @@ #define GPIO_FUNC12_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0560) /* GPIO_FUNC12_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC12_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC12_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC12_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC12_OEN_INV_SEL_V 0x1 #define GPIO_FUNC12_OEN_INV_SEL_S 11 /* GPIO_FUNC12_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC12_OEN_SEL (BIT(10)) +#define GPIO_FUNC12_OEN_SEL (BIT(10)) #define GPIO_FUNC12_OEN_SEL_M (BIT(10)) #define GPIO_FUNC12_OEN_SEL_V 0x1 #define GPIO_FUNC12_OEN_SEL_S 10 /* GPIO_FUNC12_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC12_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC12_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC12_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC12_OUT_INV_SEL_V 0x1 #define GPIO_FUNC12_OUT_INV_SEL_S 9 @@ -9582,7 +10552,7 @@ /* GPIO_FUNC12_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC12_OUT_SEL 0x000001FF +#define GPIO_FUNC12_OUT_SEL 0x000001FF #define GPIO_FUNC12_OUT_SEL_M ((GPIO_FUNC12_OUT_SEL_V)<<(GPIO_FUNC12_OUT_SEL_S)) #define GPIO_FUNC12_OUT_SEL_V 0x1FF #define GPIO_FUNC12_OUT_SEL_S 0 @@ -9590,28 +10560,31 @@ #define GPIO_FUNC13_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0564) /* GPIO_FUNC13_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC13_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC13_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC13_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC13_OEN_INV_SEL_V 0x1 #define GPIO_FUNC13_OEN_INV_SEL_S 11 /* GPIO_FUNC13_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC13_OEN_SEL (BIT(10)) +#define GPIO_FUNC13_OEN_SEL (BIT(10)) #define GPIO_FUNC13_OEN_SEL_M (BIT(10)) #define GPIO_FUNC13_OEN_SEL_V 0x1 #define GPIO_FUNC13_OEN_SEL_S 10 /* GPIO_FUNC13_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC13_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC13_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC13_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC13_OUT_INV_SEL_V 0x1 #define GPIO_FUNC13_OUT_INV_SEL_S 9 @@ -9619,7 +10592,7 @@ /* GPIO_FUNC13_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC13_OUT_SEL 0x000001FF +#define GPIO_FUNC13_OUT_SEL 0x000001FF #define GPIO_FUNC13_OUT_SEL_M ((GPIO_FUNC13_OUT_SEL_V)<<(GPIO_FUNC13_OUT_SEL_S)) #define GPIO_FUNC13_OUT_SEL_V 0x1FF #define GPIO_FUNC13_OUT_SEL_S 0 @@ -9627,28 +10600,31 @@ #define GPIO_FUNC14_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0568) /* GPIO_FUNC14_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC14_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC14_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC14_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC14_OEN_INV_SEL_V 0x1 #define GPIO_FUNC14_OEN_INV_SEL_S 11 /* GPIO_FUNC14_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC14_OEN_SEL (BIT(10)) +#define GPIO_FUNC14_OEN_SEL (BIT(10)) #define GPIO_FUNC14_OEN_SEL_M (BIT(10)) #define GPIO_FUNC14_OEN_SEL_V 0x1 #define GPIO_FUNC14_OEN_SEL_S 10 /* GPIO_FUNC14_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC14_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC14_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC14_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC14_OUT_INV_SEL_V 0x1 #define GPIO_FUNC14_OUT_INV_SEL_S 9 @@ -9656,7 +10632,7 @@ /* GPIO_FUNC14_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC14_OUT_SEL 0x000001FF +#define GPIO_FUNC14_OUT_SEL 0x000001FF #define GPIO_FUNC14_OUT_SEL_M ((GPIO_FUNC14_OUT_SEL_V)<<(GPIO_FUNC14_OUT_SEL_S)) #define GPIO_FUNC14_OUT_SEL_V 0x1FF #define GPIO_FUNC14_OUT_SEL_S 0 @@ -9664,28 +10640,31 @@ #define GPIO_FUNC15_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x056c) /* GPIO_FUNC15_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC15_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC15_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC15_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC15_OEN_INV_SEL_V 0x1 #define GPIO_FUNC15_OEN_INV_SEL_S 11 /* GPIO_FUNC15_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC15_OEN_SEL (BIT(10)) +#define GPIO_FUNC15_OEN_SEL (BIT(10)) #define GPIO_FUNC15_OEN_SEL_M (BIT(10)) #define GPIO_FUNC15_OEN_SEL_V 0x1 #define GPIO_FUNC15_OEN_SEL_S 10 /* GPIO_FUNC15_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC15_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC15_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC15_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC15_OUT_INV_SEL_V 0x1 #define GPIO_FUNC15_OUT_INV_SEL_S 9 @@ -9693,7 +10672,7 @@ /* GPIO_FUNC15_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC15_OUT_SEL 0x000001FF +#define GPIO_FUNC15_OUT_SEL 0x000001FF #define GPIO_FUNC15_OUT_SEL_M ((GPIO_FUNC15_OUT_SEL_V)<<(GPIO_FUNC15_OUT_SEL_S)) #define GPIO_FUNC15_OUT_SEL_V 0x1FF #define GPIO_FUNC15_OUT_SEL_S 0 @@ -9701,28 +10680,31 @@ #define GPIO_FUNC16_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0570) /* GPIO_FUNC16_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC16_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC16_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC16_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC16_OEN_INV_SEL_V 0x1 #define GPIO_FUNC16_OEN_INV_SEL_S 11 /* GPIO_FUNC16_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC16_OEN_SEL (BIT(10)) +#define GPIO_FUNC16_OEN_SEL (BIT(10)) #define GPIO_FUNC16_OEN_SEL_M (BIT(10)) #define GPIO_FUNC16_OEN_SEL_V 0x1 #define GPIO_FUNC16_OEN_SEL_S 10 /* GPIO_FUNC16_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC16_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC16_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC16_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC16_OUT_INV_SEL_V 0x1 #define GPIO_FUNC16_OUT_INV_SEL_S 9 @@ -9730,7 +10712,7 @@ /* GPIO_FUNC16_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC16_OUT_SEL 0x000001FF +#define GPIO_FUNC16_OUT_SEL 0x000001FF #define GPIO_FUNC16_OUT_SEL_M ((GPIO_FUNC16_OUT_SEL_V)<<(GPIO_FUNC16_OUT_SEL_S)) #define GPIO_FUNC16_OUT_SEL_V 0x1FF #define GPIO_FUNC16_OUT_SEL_S 0 @@ -9738,28 +10720,31 @@ #define GPIO_FUNC17_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0574) /* GPIO_FUNC17_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC17_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC17_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC17_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC17_OEN_INV_SEL_V 0x1 #define GPIO_FUNC17_OEN_INV_SEL_S 11 /* GPIO_FUNC17_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC17_OEN_SEL (BIT(10)) +#define GPIO_FUNC17_OEN_SEL (BIT(10)) #define GPIO_FUNC17_OEN_SEL_M (BIT(10)) #define GPIO_FUNC17_OEN_SEL_V 0x1 #define GPIO_FUNC17_OEN_SEL_S 10 /* GPIO_FUNC17_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC17_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC17_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC17_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC17_OUT_INV_SEL_V 0x1 #define GPIO_FUNC17_OUT_INV_SEL_S 9 @@ -9767,7 +10752,7 @@ /* GPIO_FUNC17_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC17_OUT_SEL 0x000001FF +#define GPIO_FUNC17_OUT_SEL 0x000001FF #define GPIO_FUNC17_OUT_SEL_M ((GPIO_FUNC17_OUT_SEL_V)<<(GPIO_FUNC17_OUT_SEL_S)) #define GPIO_FUNC17_OUT_SEL_V 0x1FF #define GPIO_FUNC17_OUT_SEL_S 0 @@ -9775,28 +10760,31 @@ #define GPIO_FUNC18_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0578) /* GPIO_FUNC18_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC18_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC18_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC18_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC18_OEN_INV_SEL_V 0x1 #define GPIO_FUNC18_OEN_INV_SEL_S 11 /* GPIO_FUNC18_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC18_OEN_SEL (BIT(10)) +#define GPIO_FUNC18_OEN_SEL (BIT(10)) #define GPIO_FUNC18_OEN_SEL_M (BIT(10)) #define GPIO_FUNC18_OEN_SEL_V 0x1 #define GPIO_FUNC18_OEN_SEL_S 10 /* GPIO_FUNC18_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC18_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC18_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC18_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC18_OUT_INV_SEL_V 0x1 #define GPIO_FUNC18_OUT_INV_SEL_S 9 @@ -9804,7 +10792,7 @@ /* GPIO_FUNC18_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC18_OUT_SEL 0x000001FF +#define GPIO_FUNC18_OUT_SEL 0x000001FF #define GPIO_FUNC18_OUT_SEL_M ((GPIO_FUNC18_OUT_SEL_V)<<(GPIO_FUNC18_OUT_SEL_S)) #define GPIO_FUNC18_OUT_SEL_V 0x1FF #define GPIO_FUNC18_OUT_SEL_S 0 @@ -9812,28 +10800,31 @@ #define GPIO_FUNC19_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x057c) /* GPIO_FUNC19_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC19_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC19_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC19_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC19_OEN_INV_SEL_V 0x1 #define GPIO_FUNC19_OEN_INV_SEL_S 11 /* GPIO_FUNC19_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC19_OEN_SEL (BIT(10)) +#define GPIO_FUNC19_OEN_SEL (BIT(10)) #define GPIO_FUNC19_OEN_SEL_M (BIT(10)) #define GPIO_FUNC19_OEN_SEL_V 0x1 #define GPIO_FUNC19_OEN_SEL_S 10 /* GPIO_FUNC19_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC19_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC19_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC19_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC19_OUT_INV_SEL_V 0x1 #define GPIO_FUNC19_OUT_INV_SEL_S 9 @@ -9841,7 +10832,7 @@ /* GPIO_FUNC19_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC19_OUT_SEL 0x000001FF +#define GPIO_FUNC19_OUT_SEL 0x000001FF #define GPIO_FUNC19_OUT_SEL_M ((GPIO_FUNC19_OUT_SEL_V)<<(GPIO_FUNC19_OUT_SEL_S)) #define GPIO_FUNC19_OUT_SEL_V 0x1FF #define GPIO_FUNC19_OUT_SEL_S 0 @@ -9849,28 +10840,31 @@ #define GPIO_FUNC20_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0580) /* GPIO_FUNC20_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC20_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC20_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC20_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC20_OEN_INV_SEL_V 0x1 #define GPIO_FUNC20_OEN_INV_SEL_S 11 /* GPIO_FUNC20_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC20_OEN_SEL (BIT(10)) +#define GPIO_FUNC20_OEN_SEL (BIT(10)) #define GPIO_FUNC20_OEN_SEL_M (BIT(10)) #define GPIO_FUNC20_OEN_SEL_V 0x1 #define GPIO_FUNC20_OEN_SEL_S 10 /* GPIO_FUNC20_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC20_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC20_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC20_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC20_OUT_INV_SEL_V 0x1 #define GPIO_FUNC20_OUT_INV_SEL_S 9 @@ -9878,7 +10872,7 @@ /* GPIO_FUNC20_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC20_OUT_SEL 0x000001FF +#define GPIO_FUNC20_OUT_SEL 0x000001FF #define GPIO_FUNC20_OUT_SEL_M ((GPIO_FUNC20_OUT_SEL_V)<<(GPIO_FUNC20_OUT_SEL_S)) #define GPIO_FUNC20_OUT_SEL_V 0x1FF #define GPIO_FUNC20_OUT_SEL_S 0 @@ -9886,28 +10880,31 @@ #define GPIO_FUNC21_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0584) /* GPIO_FUNC21_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC21_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC21_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC21_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC21_OEN_INV_SEL_V 0x1 #define GPIO_FUNC21_OEN_INV_SEL_S 11 /* GPIO_FUNC21_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC21_OEN_SEL (BIT(10)) +#define GPIO_FUNC21_OEN_SEL (BIT(10)) #define GPIO_FUNC21_OEN_SEL_M (BIT(10)) #define GPIO_FUNC21_OEN_SEL_V 0x1 #define GPIO_FUNC21_OEN_SEL_S 10 /* GPIO_FUNC21_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC21_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC21_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC21_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC21_OUT_INV_SEL_V 0x1 #define GPIO_FUNC21_OUT_INV_SEL_S 9 @@ -9915,7 +10912,7 @@ /* GPIO_FUNC21_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC21_OUT_SEL 0x000001FF +#define GPIO_FUNC21_OUT_SEL 0x000001FF #define GPIO_FUNC21_OUT_SEL_M ((GPIO_FUNC21_OUT_SEL_V)<<(GPIO_FUNC21_OUT_SEL_S)) #define GPIO_FUNC21_OUT_SEL_V 0x1FF #define GPIO_FUNC21_OUT_SEL_S 0 @@ -9923,28 +10920,31 @@ #define GPIO_FUNC22_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0588) /* GPIO_FUNC22_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC22_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC22_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC22_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC22_OEN_INV_SEL_V 0x1 #define GPIO_FUNC22_OEN_INV_SEL_S 11 /* GPIO_FUNC22_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC22_OEN_SEL (BIT(10)) +#define GPIO_FUNC22_OEN_SEL (BIT(10)) #define GPIO_FUNC22_OEN_SEL_M (BIT(10)) #define GPIO_FUNC22_OEN_SEL_V 0x1 #define GPIO_FUNC22_OEN_SEL_S 10 /* GPIO_FUNC22_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC22_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC22_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC22_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC22_OUT_INV_SEL_V 0x1 #define GPIO_FUNC22_OUT_INV_SEL_S 9 @@ -9952,7 +10952,7 @@ /* GPIO_FUNC22_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC22_OUT_SEL 0x000001FF +#define GPIO_FUNC22_OUT_SEL 0x000001FF #define GPIO_FUNC22_OUT_SEL_M ((GPIO_FUNC22_OUT_SEL_V)<<(GPIO_FUNC22_OUT_SEL_S)) #define GPIO_FUNC22_OUT_SEL_V 0x1FF #define GPIO_FUNC22_OUT_SEL_S 0 @@ -9960,28 +10960,31 @@ #define GPIO_FUNC23_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x058c) /* GPIO_FUNC23_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC23_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC23_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC23_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC23_OEN_INV_SEL_V 0x1 #define GPIO_FUNC23_OEN_INV_SEL_S 11 /* GPIO_FUNC23_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC23_OEN_SEL (BIT(10)) +#define GPIO_FUNC23_OEN_SEL (BIT(10)) #define GPIO_FUNC23_OEN_SEL_M (BIT(10)) #define GPIO_FUNC23_OEN_SEL_V 0x1 #define GPIO_FUNC23_OEN_SEL_S 10 /* GPIO_FUNC23_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC23_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC23_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC23_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC23_OUT_INV_SEL_V 0x1 #define GPIO_FUNC23_OUT_INV_SEL_S 9 @@ -9989,7 +10992,7 @@ /* GPIO_FUNC23_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC23_OUT_SEL 0x000001FF +#define GPIO_FUNC23_OUT_SEL 0x000001FF #define GPIO_FUNC23_OUT_SEL_M ((GPIO_FUNC23_OUT_SEL_V)<<(GPIO_FUNC23_OUT_SEL_S)) #define GPIO_FUNC23_OUT_SEL_V 0x1FF #define GPIO_FUNC23_OUT_SEL_S 0 @@ -9997,28 +11000,31 @@ #define GPIO_FUNC24_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0590) /* GPIO_FUNC24_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC24_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC24_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC24_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC24_OEN_INV_SEL_V 0x1 #define GPIO_FUNC24_OEN_INV_SEL_S 11 /* GPIO_FUNC24_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC24_OEN_SEL (BIT(10)) +#define GPIO_FUNC24_OEN_SEL (BIT(10)) #define GPIO_FUNC24_OEN_SEL_M (BIT(10)) #define GPIO_FUNC24_OEN_SEL_V 0x1 #define GPIO_FUNC24_OEN_SEL_S 10 /* GPIO_FUNC24_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC24_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC24_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC24_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC24_OUT_INV_SEL_V 0x1 #define GPIO_FUNC24_OUT_INV_SEL_S 9 @@ -10026,7 +11032,7 @@ /* GPIO_FUNC24_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC24_OUT_SEL 0x000001FF +#define GPIO_FUNC24_OUT_SEL 0x000001FF #define GPIO_FUNC24_OUT_SEL_M ((GPIO_FUNC24_OUT_SEL_V)<<(GPIO_FUNC24_OUT_SEL_S)) #define GPIO_FUNC24_OUT_SEL_V 0x1FF #define GPIO_FUNC24_OUT_SEL_S 0 @@ -10034,28 +11040,31 @@ #define GPIO_FUNC25_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0594) /* GPIO_FUNC25_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC25_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC25_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC25_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC25_OEN_INV_SEL_V 0x1 #define GPIO_FUNC25_OEN_INV_SEL_S 11 /* GPIO_FUNC25_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC25_OEN_SEL (BIT(10)) +#define GPIO_FUNC25_OEN_SEL (BIT(10)) #define GPIO_FUNC25_OEN_SEL_M (BIT(10)) #define GPIO_FUNC25_OEN_SEL_V 0x1 #define GPIO_FUNC25_OEN_SEL_S 10 /* GPIO_FUNC25_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC25_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC25_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC25_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC25_OUT_INV_SEL_V 0x1 #define GPIO_FUNC25_OUT_INV_SEL_S 9 @@ -10063,7 +11072,7 @@ /* GPIO_FUNC25_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC25_OUT_SEL 0x000001FF +#define GPIO_FUNC25_OUT_SEL 0x000001FF #define GPIO_FUNC25_OUT_SEL_M ((GPIO_FUNC25_OUT_SEL_V)<<(GPIO_FUNC25_OUT_SEL_S)) #define GPIO_FUNC25_OUT_SEL_V 0x1FF #define GPIO_FUNC25_OUT_SEL_S 0 @@ -10071,28 +11080,31 @@ #define GPIO_FUNC26_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x0598) /* GPIO_FUNC26_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC26_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC26_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC26_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC26_OEN_INV_SEL_V 0x1 #define GPIO_FUNC26_OEN_INV_SEL_S 11 /* GPIO_FUNC26_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC26_OEN_SEL (BIT(10)) +#define GPIO_FUNC26_OEN_SEL (BIT(10)) #define GPIO_FUNC26_OEN_SEL_M (BIT(10)) #define GPIO_FUNC26_OEN_SEL_V 0x1 #define GPIO_FUNC26_OEN_SEL_S 10 /* GPIO_FUNC26_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC26_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC26_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC26_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC26_OUT_INV_SEL_V 0x1 #define GPIO_FUNC26_OUT_INV_SEL_S 9 @@ -10100,7 +11112,7 @@ /* GPIO_FUNC26_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC26_OUT_SEL 0x000001FF +#define GPIO_FUNC26_OUT_SEL 0x000001FF #define GPIO_FUNC26_OUT_SEL_M ((GPIO_FUNC26_OUT_SEL_V)<<(GPIO_FUNC26_OUT_SEL_S)) #define GPIO_FUNC26_OUT_SEL_V 0x1FF #define GPIO_FUNC26_OUT_SEL_S 0 @@ -10108,28 +11120,31 @@ #define GPIO_FUNC27_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x059c) /* GPIO_FUNC27_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC27_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC27_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC27_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC27_OEN_INV_SEL_V 0x1 #define GPIO_FUNC27_OEN_INV_SEL_S 11 /* GPIO_FUNC27_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC27_OEN_SEL (BIT(10)) +#define GPIO_FUNC27_OEN_SEL (BIT(10)) #define GPIO_FUNC27_OEN_SEL_M (BIT(10)) #define GPIO_FUNC27_OEN_SEL_V 0x1 #define GPIO_FUNC27_OEN_SEL_S 10 /* GPIO_FUNC27_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC27_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC27_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC27_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC27_OUT_INV_SEL_V 0x1 #define GPIO_FUNC27_OUT_INV_SEL_S 9 @@ -10137,7 +11152,7 @@ /* GPIO_FUNC27_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC27_OUT_SEL 0x000001FF +#define GPIO_FUNC27_OUT_SEL 0x000001FF #define GPIO_FUNC27_OUT_SEL_M ((GPIO_FUNC27_OUT_SEL_V)<<(GPIO_FUNC27_OUT_SEL_S)) #define GPIO_FUNC27_OUT_SEL_V 0x1FF #define GPIO_FUNC27_OUT_SEL_S 0 @@ -10145,28 +11160,31 @@ #define GPIO_FUNC28_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x05a0) /* GPIO_FUNC28_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC28_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC28_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC28_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC28_OEN_INV_SEL_V 0x1 #define GPIO_FUNC28_OEN_INV_SEL_S 11 /* GPIO_FUNC28_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC28_OEN_SEL (BIT(10)) +#define GPIO_FUNC28_OEN_SEL (BIT(10)) #define GPIO_FUNC28_OEN_SEL_M (BIT(10)) #define GPIO_FUNC28_OEN_SEL_V 0x1 #define GPIO_FUNC28_OEN_SEL_S 10 /* GPIO_FUNC28_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC28_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC28_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC28_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC28_OUT_INV_SEL_V 0x1 #define GPIO_FUNC28_OUT_INV_SEL_S 9 @@ -10174,7 +11192,7 @@ /* GPIO_FUNC28_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC28_OUT_SEL 0x000001FF +#define GPIO_FUNC28_OUT_SEL 0x000001FF #define GPIO_FUNC28_OUT_SEL_M ((GPIO_FUNC28_OUT_SEL_V)<<(GPIO_FUNC28_OUT_SEL_S)) #define GPIO_FUNC28_OUT_SEL_V 0x1FF #define GPIO_FUNC28_OUT_SEL_S 0 @@ -10182,28 +11200,31 @@ #define GPIO_FUNC29_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x05a4) /* GPIO_FUNC29_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC29_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC29_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC29_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC29_OEN_INV_SEL_V 0x1 #define GPIO_FUNC29_OEN_INV_SEL_S 11 /* GPIO_FUNC29_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC29_OEN_SEL (BIT(10)) +#define GPIO_FUNC29_OEN_SEL (BIT(10)) #define GPIO_FUNC29_OEN_SEL_M (BIT(10)) #define GPIO_FUNC29_OEN_SEL_V 0x1 #define GPIO_FUNC29_OEN_SEL_S 10 /* GPIO_FUNC29_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC29_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC29_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC29_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC29_OUT_INV_SEL_V 0x1 #define GPIO_FUNC29_OUT_INV_SEL_S 9 @@ -10211,7 +11232,7 @@ /* GPIO_FUNC29_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC29_OUT_SEL 0x000001FF +#define GPIO_FUNC29_OUT_SEL 0x000001FF #define GPIO_FUNC29_OUT_SEL_M ((GPIO_FUNC29_OUT_SEL_V)<<(GPIO_FUNC29_OUT_SEL_S)) #define GPIO_FUNC29_OUT_SEL_V 0x1FF #define GPIO_FUNC29_OUT_SEL_S 0 @@ -10219,28 +11240,31 @@ #define GPIO_FUNC30_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x05a8) /* GPIO_FUNC30_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC30_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC30_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC30_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC30_OEN_INV_SEL_V 0x1 #define GPIO_FUNC30_OEN_INV_SEL_S 11 /* GPIO_FUNC30_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC30_OEN_SEL (BIT(10)) +#define GPIO_FUNC30_OEN_SEL (BIT(10)) #define GPIO_FUNC30_OEN_SEL_M (BIT(10)) #define GPIO_FUNC30_OEN_SEL_V 0x1 #define GPIO_FUNC30_OEN_SEL_S 10 /* GPIO_FUNC30_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC30_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC30_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC30_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC30_OUT_INV_SEL_V 0x1 #define GPIO_FUNC30_OUT_INV_SEL_S 9 @@ -10248,7 +11272,7 @@ /* GPIO_FUNC30_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC30_OUT_SEL 0x000001FF +#define GPIO_FUNC30_OUT_SEL 0x000001FF #define GPIO_FUNC30_OUT_SEL_M ((GPIO_FUNC30_OUT_SEL_V)<<(GPIO_FUNC30_OUT_SEL_S)) #define GPIO_FUNC30_OUT_SEL_V 0x1FF #define GPIO_FUNC30_OUT_SEL_S 0 @@ -10256,28 +11280,31 @@ #define GPIO_FUNC31_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x05ac) /* GPIO_FUNC31_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC31_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC31_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC31_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC31_OEN_INV_SEL_V 0x1 #define GPIO_FUNC31_OEN_INV_SEL_S 11 /* GPIO_FUNC31_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC31_OEN_SEL (BIT(10)) +#define GPIO_FUNC31_OEN_SEL (BIT(10)) #define GPIO_FUNC31_OEN_SEL_M (BIT(10)) #define GPIO_FUNC31_OEN_SEL_V 0x1 #define GPIO_FUNC31_OEN_SEL_S 10 /* GPIO_FUNC31_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC31_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC31_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC31_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC31_OUT_INV_SEL_V 0x1 #define GPIO_FUNC31_OUT_INV_SEL_S 9 @@ -10285,7 +11312,7 @@ /* GPIO_FUNC31_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC31_OUT_SEL 0x000001FF +#define GPIO_FUNC31_OUT_SEL 0x000001FF #define GPIO_FUNC31_OUT_SEL_M ((GPIO_FUNC31_OUT_SEL_V)<<(GPIO_FUNC31_OUT_SEL_S)) #define GPIO_FUNC31_OUT_SEL_V 0x1FF #define GPIO_FUNC31_OUT_SEL_S 0 @@ -10293,28 +11320,31 @@ #define GPIO_FUNC32_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x05b0) /* GPIO_FUNC32_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC32_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC32_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC32_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC32_OEN_INV_SEL_V 0x1 #define GPIO_FUNC32_OEN_INV_SEL_S 11 /* GPIO_FUNC32_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC32_OEN_SEL (BIT(10)) +#define GPIO_FUNC32_OEN_SEL (BIT(10)) #define GPIO_FUNC32_OEN_SEL_M (BIT(10)) #define GPIO_FUNC32_OEN_SEL_V 0x1 #define GPIO_FUNC32_OEN_SEL_S 10 /* GPIO_FUNC32_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC32_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC32_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC32_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC32_OUT_INV_SEL_V 0x1 #define GPIO_FUNC32_OUT_INV_SEL_S 9 @@ -10322,7 +11352,7 @@ /* GPIO_FUNC32_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC32_OUT_SEL 0x000001FF +#define GPIO_FUNC32_OUT_SEL 0x000001FF #define GPIO_FUNC32_OUT_SEL_M ((GPIO_FUNC32_OUT_SEL_V)<<(GPIO_FUNC32_OUT_SEL_S)) #define GPIO_FUNC32_OUT_SEL_V 0x1FF #define GPIO_FUNC32_OUT_SEL_S 0 @@ -10330,28 +11360,31 @@ #define GPIO_FUNC33_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x05b4) /* GPIO_FUNC33_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC33_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC33_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC33_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC33_OEN_INV_SEL_V 0x1 #define GPIO_FUNC33_OEN_INV_SEL_S 11 /* GPIO_FUNC33_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC33_OEN_SEL (BIT(10)) +#define GPIO_FUNC33_OEN_SEL (BIT(10)) #define GPIO_FUNC33_OEN_SEL_M (BIT(10)) #define GPIO_FUNC33_OEN_SEL_V 0x1 #define GPIO_FUNC33_OEN_SEL_S 10 /* GPIO_FUNC33_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC33_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC33_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC33_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC33_OUT_INV_SEL_V 0x1 #define GPIO_FUNC33_OUT_INV_SEL_S 9 @@ -10359,7 +11392,7 @@ /* GPIO_FUNC33_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC33_OUT_SEL 0x000001FF +#define GPIO_FUNC33_OUT_SEL 0x000001FF #define GPIO_FUNC33_OUT_SEL_M ((GPIO_FUNC33_OUT_SEL_V)<<(GPIO_FUNC33_OUT_SEL_S)) #define GPIO_FUNC33_OUT_SEL_V 0x1FF #define GPIO_FUNC33_OUT_SEL_S 0 @@ -10367,28 +11400,31 @@ #define GPIO_FUNC34_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x05b8) /* GPIO_FUNC34_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC34_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC34_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC34_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC34_OEN_INV_SEL_V 0x1 #define GPIO_FUNC34_OEN_INV_SEL_S 11 /* GPIO_FUNC34_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC34_OEN_SEL (BIT(10)) +#define GPIO_FUNC34_OEN_SEL (BIT(10)) #define GPIO_FUNC34_OEN_SEL_M (BIT(10)) #define GPIO_FUNC34_OEN_SEL_V 0x1 #define GPIO_FUNC34_OEN_SEL_S 10 /* GPIO_FUNC34_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC34_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC34_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC34_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC34_OUT_INV_SEL_V 0x1 #define GPIO_FUNC34_OUT_INV_SEL_S 9 @@ -10396,7 +11432,7 @@ /* GPIO_FUNC34_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC34_OUT_SEL 0x000001FF +#define GPIO_FUNC34_OUT_SEL 0x000001FF #define GPIO_FUNC34_OUT_SEL_M ((GPIO_FUNC34_OUT_SEL_V)<<(GPIO_FUNC34_OUT_SEL_S)) #define GPIO_FUNC34_OUT_SEL_V 0x1FF #define GPIO_FUNC34_OUT_SEL_S 0 @@ -10404,28 +11440,31 @@ #define GPIO_FUNC35_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x05bc) /* GPIO_FUNC35_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC35_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC35_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC35_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC35_OEN_INV_SEL_V 0x1 #define GPIO_FUNC35_OEN_INV_SEL_S 11 /* GPIO_FUNC35_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC35_OEN_SEL (BIT(10)) +#define GPIO_FUNC35_OEN_SEL (BIT(10)) #define GPIO_FUNC35_OEN_SEL_M (BIT(10)) #define GPIO_FUNC35_OEN_SEL_V 0x1 #define GPIO_FUNC35_OEN_SEL_S 10 /* GPIO_FUNC35_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC35_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC35_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC35_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC35_OUT_INV_SEL_V 0x1 #define GPIO_FUNC35_OUT_INV_SEL_S 9 @@ -10433,7 +11472,7 @@ /* GPIO_FUNC35_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC35_OUT_SEL 0x000001FF +#define GPIO_FUNC35_OUT_SEL 0x000001FF #define GPIO_FUNC35_OUT_SEL_M ((GPIO_FUNC35_OUT_SEL_V)<<(GPIO_FUNC35_OUT_SEL_S)) #define GPIO_FUNC35_OUT_SEL_V 0x1FF #define GPIO_FUNC35_OUT_SEL_S 0 @@ -10441,28 +11480,31 @@ #define GPIO_FUNC36_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x05c0) /* GPIO_FUNC36_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC36_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC36_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC36_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC36_OEN_INV_SEL_V 0x1 #define GPIO_FUNC36_OEN_INV_SEL_S 11 /* GPIO_FUNC36_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC36_OEN_SEL (BIT(10)) +#define GPIO_FUNC36_OEN_SEL (BIT(10)) #define GPIO_FUNC36_OEN_SEL_M (BIT(10)) #define GPIO_FUNC36_OEN_SEL_V 0x1 #define GPIO_FUNC36_OEN_SEL_S 10 /* GPIO_FUNC36_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC36_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC36_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC36_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC36_OUT_INV_SEL_V 0x1 #define GPIO_FUNC36_OUT_INV_SEL_S 9 @@ -10470,7 +11512,7 @@ /* GPIO_FUNC36_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC36_OUT_SEL 0x000001FF +#define GPIO_FUNC36_OUT_SEL 0x000001FF #define GPIO_FUNC36_OUT_SEL_M ((GPIO_FUNC36_OUT_SEL_V)<<(GPIO_FUNC36_OUT_SEL_S)) #define GPIO_FUNC36_OUT_SEL_V 0x1FF #define GPIO_FUNC36_OUT_SEL_S 0 @@ -10478,28 +11520,31 @@ #define GPIO_FUNC37_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x05c4) /* GPIO_FUNC37_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC37_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC37_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC37_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC37_OEN_INV_SEL_V 0x1 #define GPIO_FUNC37_OEN_INV_SEL_S 11 /* GPIO_FUNC37_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC37_OEN_SEL (BIT(10)) +#define GPIO_FUNC37_OEN_SEL (BIT(10)) #define GPIO_FUNC37_OEN_SEL_M (BIT(10)) #define GPIO_FUNC37_OEN_SEL_V 0x1 #define GPIO_FUNC37_OEN_SEL_S 10 /* GPIO_FUNC37_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC37_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC37_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC37_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC37_OUT_INV_SEL_V 0x1 #define GPIO_FUNC37_OUT_INV_SEL_S 9 @@ -10507,7 +11552,7 @@ /* GPIO_FUNC37_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC37_OUT_SEL 0x000001FF +#define GPIO_FUNC37_OUT_SEL 0x000001FF #define GPIO_FUNC37_OUT_SEL_M ((GPIO_FUNC37_OUT_SEL_V)<<(GPIO_FUNC37_OUT_SEL_S)) #define GPIO_FUNC37_OUT_SEL_V 0x1FF #define GPIO_FUNC37_OUT_SEL_S 0 @@ -10515,28 +11560,31 @@ #define GPIO_FUNC38_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x05c8) /* GPIO_FUNC38_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC38_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC38_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC38_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC38_OEN_INV_SEL_V 0x1 #define GPIO_FUNC38_OEN_INV_SEL_S 11 /* GPIO_FUNC38_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC38_OEN_SEL (BIT(10)) +#define GPIO_FUNC38_OEN_SEL (BIT(10)) #define GPIO_FUNC38_OEN_SEL_M (BIT(10)) #define GPIO_FUNC38_OEN_SEL_V 0x1 #define GPIO_FUNC38_OEN_SEL_S 10 /* GPIO_FUNC38_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC38_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC38_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC38_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC38_OUT_INV_SEL_V 0x1 #define GPIO_FUNC38_OUT_INV_SEL_S 9 @@ -10544,7 +11592,7 @@ /* GPIO_FUNC38_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC38_OUT_SEL 0x000001FF +#define GPIO_FUNC38_OUT_SEL 0x000001FF #define GPIO_FUNC38_OUT_SEL_M ((GPIO_FUNC38_OUT_SEL_V)<<(GPIO_FUNC38_OUT_SEL_S)) #define GPIO_FUNC38_OUT_SEL_V 0x1FF #define GPIO_FUNC38_OUT_SEL_S 0 @@ -10552,28 +11600,31 @@ #define GPIO_FUNC39_OUT_SEL_CFG_REG (DR_REG_GPIO_BASE + 0x05cc) /* GPIO_FUNC39_OEN_INV_SEL : R/W ;bitpos:[11] ;default: x ; */ -/* Description: invert the output enable value if you want to revert the output - enable value setting the value to 1 */ +/* Description: invert the output enable value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC39_OEN_INV_SEL (BIT(11)) +#define GPIO_FUNC39_OEN_INV_SEL (BIT(11)) #define GPIO_FUNC39_OEN_INV_SEL_M (BIT(11)) #define GPIO_FUNC39_OEN_INV_SEL_V 0x1 #define GPIO_FUNC39_OEN_INV_SEL_S 11 /* GPIO_FUNC39_OEN_SEL : R/W ;bitpos:[10] ;default: x ; */ -/* Description: weather using the logical oen signal or not using the value setting - by the register */ +/* Description: weather using the logical oen signal or not using the + * value setting by the register. + */ -#define GPIO_FUNC39_OEN_SEL (BIT(10)) +#define GPIO_FUNC39_OEN_SEL (BIT(10)) #define GPIO_FUNC39_OEN_SEL_M (BIT(10)) #define GPIO_FUNC39_OEN_SEL_V 0x1 #define GPIO_FUNC39_OEN_SEL_S 10 /* GPIO_FUNC39_OUT_INV_SEL : R/W ;bitpos:[9] ;default: x ; */ -/* Description: invert the output value if you want to revert the output value - setting the value to 1 */ +/* Description: invert the output value if you want to revert the + * output enable value setting the value to 1. + */ -#define GPIO_FUNC39_OUT_INV_SEL (BIT(9)) +#define GPIO_FUNC39_OUT_INV_SEL (BIT(9)) #define GPIO_FUNC39_OUT_INV_SEL_M (BIT(9)) #define GPIO_FUNC39_OUT_INV_SEL_V 0x1 #define GPIO_FUNC39_OUT_INV_SEL_S 9 @@ -10581,7 +11632,7 @@ /* GPIO_FUNC39_OUT_SEL : R/W ;bitpos:[8:0] ;default: x ; */ /* Description: select one of the 256 output to 40 GPIO */ -#define GPIO_FUNC39_OUT_SEL 0x000001FF +#define GPIO_FUNC39_OUT_SEL 0x000001FF #define GPIO_FUNC39_OUT_SEL_M ((GPIO_FUNC39_OUT_SEL_V)<<(GPIO_FUNC39_OUT_SEL_S)) #define GPIO_FUNC39_OUT_SEL_V 0x1FF #define GPIO_FUNC39_OUT_SEL_S 0