Searched refs:MTK_PIN_NO (Results 1 – 6 of 6) sorted by relevance
13 #define PINMUX_GPIO0__FUNC_GPIO0 (MTK_PIN_NO(0) | 0)14 #define PINMUX_GPIO0__FUNC_SPI6_CLK (MTK_PIN_NO(0) | 1)15 #define PINMUX_GPIO0__FUNC_I2S5_MCK (MTK_PIN_NO(0) | 2)16 #define PINMUX_GPIO0__FUNC_PWM_0 (MTK_PIN_NO(0) | 3)17 #define PINMUX_GPIO0__FUNC_TDM_LRCK (MTK_PIN_NO(0) | 4)18 #define PINMUX_GPIO0__FUNC_TP_GPIO0_AO (MTK_PIN_NO(0) | 5)19 #define PINMUX_GPIO0__FUNC_MD_INT0 (MTK_PIN_NO(0) | 6)21 #define PINMUX_GPIO1__FUNC_GPIO1 (MTK_PIN_NO(1) | 0)22 #define PINMUX_GPIO1__FUNC_SPI6_CSB (MTK_PIN_NO(1) | 1)23 #define PINMUX_GPIO1__FUNC_I2S5_BCK (MTK_PIN_NO(1) | 2)[all …]
7 #define MT6797_GPIO0__FUNC_GPIO0 (MTK_PIN_NO(0) | 0)8 #define MT6797_GPIO0__FUNC_CSI0A_L0P_T0A (MTK_PIN_NO(0) | 1)10 #define MT6797_GPIO1__FUNC_GPIO1 (MTK_PIN_NO(1) | 0)11 #define MT6797_GPIO1__FUNC_CSI0A_L0N_T0B (MTK_PIN_NO(1) | 1)13 #define MT6797_GPIO2__FUNC_GPIO2 (MTK_PIN_NO(2) | 0)14 #define MT6797_GPIO2__FUNC_CSI0A_L1P_T0C (MTK_PIN_NO(2) | 1)16 #define MT6797_GPIO3__FUNC_GPIO3 (MTK_PIN_NO(3) | 0)17 #define MT6797_GPIO3__FUNC_CSI0A_L1N_T1A (MTK_PIN_NO(3) | 1)19 #define MT6797_GPIO4__FUNC_GPIO4 (MTK_PIN_NO(4) | 0)20 #define MT6797_GPIO4__FUNC_CSI0A_L2P_T1B (MTK_PIN_NO(4) | 1)[all …]
13 #define PINMUX_GPIO0__FUNC_GPIO0 (MTK_PIN_NO(0) | 0)14 #define PINMUX_GPIO0__FUNC_SPI6_MI (MTK_PIN_NO(0) | 1)15 #define PINMUX_GPIO0__FUNC_I2S5_LRCK (MTK_PIN_NO(0) | 2)16 #define PINMUX_GPIO0__FUNC_TDM_LRCK_2ND (MTK_PIN_NO(0) | 3)17 #define PINMUX_GPIO0__FUNC_PCM1_SYNC (MTK_PIN_NO(0) | 4)18 #define PINMUX_GPIO0__FUNC_SCL_6306 (MTK_PIN_NO(0) | 5)19 #define PINMUX_GPIO0__FUNC_TP_GPIO0_AO (MTK_PIN_NO(0) | 6)20 #define PINMUX_GPIO0__FUNC_PTA_RXD (MTK_PIN_NO(0) | 7)22 #define PINMUX_GPIO1__FUNC_GPIO1 (MTK_PIN_NO(1) | 0)23 #define PINMUX_GPIO1__FUNC_SPI6_CSB (MTK_PIN_NO(1) | 1)[all …]
7 #define MT7623_PIN_0_PWRAP_SPI0_MI_FUNC_GPIO0 (MTK_PIN_NO(0) | 0)8 #define MT7623_PIN_0_PWRAP_SPI0_MI_FUNC_PWRAP_SPIDO (MTK_PIN_NO(0) | 1)9 #define MT7623_PIN_0_PWRAP_SPI0_MI_FUNC_PWRAP_SPIDI (MTK_PIN_NO(0) | 2)11 #define MT7623_PIN_1_PWRAP_SPI0_MO_FUNC_GPIO1 (MTK_PIN_NO(1) | 0)12 #define MT7623_PIN_1_PWRAP_SPI0_MO_FUNC_PWRAP_SPIDI (MTK_PIN_NO(1) | 1)13 #define MT7623_PIN_1_PWRAP_SPI0_MO_FUNC_PWRAP_SPIDO (MTK_PIN_NO(1) | 2)15 #define MT7623_PIN_2_PWRAP_INT_FUNC_GPIO2 (MTK_PIN_NO(2) | 0)16 #define MT7623_PIN_2_PWRAP_INT_FUNC_PWRAP_INT (MTK_PIN_NO(2) | 1)18 #define MT7623_PIN_3_PWRAP_SPI0_CK_FUNC_GPIO3 (MTK_PIN_NO(3) | 0)19 #define MT7623_PIN_3_PWRAP_SPI0_CK_FUNC_PWRAP_SPICK_I (MTK_PIN_NO(3) | 1)[all …]
7 #define MT6397_PIN_0_INT__FUNC_GPIO0 (MTK_PIN_NO(0) | 0)8 #define MT6397_PIN_0_INT__FUNC_INT (MTK_PIN_NO(0) | 1)10 #define MT6397_PIN_1_SRCVOLTEN__FUNC_GPIO1 (MTK_PIN_NO(1) | 0)11 #define MT6397_PIN_1_SRCVOLTEN__FUNC_SRCVOLTEN (MTK_PIN_NO(1) | 1)12 #define MT6397_PIN_1_SRCVOLTEN__FUNC_TEST_CK1 (MTK_PIN_NO(1) | 6)14 #define MT6397_PIN_2_SRCLKEN_PERI__FUNC_GPIO2 (MTK_PIN_NO(2) | 0)15 #define MT6397_PIN_2_SRCLKEN_PERI__FUNC_SRCLKEN_PERI (MTK_PIN_NO(2) | 1)16 #define MT6397_PIN_2_SRCLKEN_PERI__FUNC_TEST_CK2 (MTK_PIN_NO(2) | 6)18 #define MT6397_PIN_3_RTC_32K1V8__FUNC_GPIO3 (MTK_PIN_NO(3) | 0)19 #define MT6397_PIN_3_RTC_32K1V8__FUNC_RTC_32K1V8 (MTK_PIN_NO(3) | 1)[all …]
10 #define MTK_PIN_NO(x) ((x) << 8) macro