Searched refs:PAD_ST_CONF (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/pinctrl/actions/ |
D | pinctrl-s900.c | 1522 #define PAD_ST_CONF(pad_name, st_reg, st_sft, st_wdt) \ macro 1588 static PAD_ST_CONF(I2C0_SDATA, 0, 30, 1); 1589 static PAD_ST_CONF(UART0_RX, 0, 29, 1); 1590 static PAD_ST_CONF(ETH_MDC, 0, 28, 1); 1591 static PAD_ST_CONF(I2S_MCLK1, 0, 23, 1); 1592 static PAD_ST_CONF(ETH_REF_CLK, 0, 22, 1); 1593 static PAD_ST_CONF(ETH_TXEN, 0, 21, 1); 1594 static PAD_ST_CONF(ETH_TXD0, 0, 20, 1); 1595 static PAD_ST_CONF(I2S_LRCLK1, 0, 19, 1); 1596 static PAD_ST_CONF(SGPIO2, 0, 18, 1); [all …]
|