Searched refs:RZG2L_SINGLE_PIN_PACK (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/pinctrl/renesas/ |
H A D | pinctrl-rzg2l.c | 116 #define RZG2L_SINGLE_PIN_PACK(p, b, f) (RZG2L_SINGLE_PIN | \ macro 1961 { "NMI", RZG2L_SINGLE_PIN_PACK(0x1, 0, PIN_CFG_NF) }, 1962 { "TMS/SWDIO", RZG2L_SINGLE_PIN_PACK(0x2, 0, 1964 { "TDO", RZG2L_SINGLE_PIN_PACK(0x3, 0, 1966 { "AUDIO_CLK1", RZG2L_SINGLE_PIN_PACK(0x4, 0, PIN_CFG_IEN) }, 1967 { "AUDIO_CLK2", RZG2L_SINGLE_PIN_PACK(0x4, 1, PIN_CFG_IEN) }, 1968 { "SD0_CLK", RZG2L_SINGLE_PIN_PACK(0x6, 0, 1970 { "SD0_CMD", RZG2L_SINGLE_PIN_PACK(0x6, 1, 1972 { "SD0_RST#", RZG2L_SINGLE_PIN_PACK(0x6, 2, 1974 { "SD0_DATA0", RZG2L_SINGLE_PIN_PACK(0x7, 0, [all …]
|