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