Searched refs:K210_FUNC (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/pinctrl/ |
D | pinctrl-k210.c | 196 #define K210_FUNC(id, mode) \ macro 203 K210_FUNC(JTAG_TCLK, IN), 204 K210_FUNC(JTAG_TDI, IN), 205 K210_FUNC(JTAG_TMS, IN), 206 K210_FUNC(JTAG_TDO, OUT), 207 K210_FUNC(SPI0_D0, SPI), 208 K210_FUNC(SPI0_D1, SPI), 209 K210_FUNC(SPI0_D2, SPI), 210 K210_FUNC(SPI0_D3, SPI), 211 K210_FUNC(SPI0_D4, SPI), [all …]
|