Searched refs:PAD_ST_CONF (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/pinctrl/actions/ |
H A D | pinctrl-s700.c | 1596 static PAD_ST_CONF(UART2_TX, 0, 31, 1); 1597 static PAD_ST_CONF(I2C0_SDATA, 0, 30, 1); 1598 static PAD_ST_CONF(UART0_RX, 0, 29, 1); 1599 static PAD_ST_CONF(I2S_MCLK1, 0, 23, 1); 1600 static PAD_ST_CONF(ETH_REF_CLK, 0, 22, 1); 1601 static PAD_ST_CONF(ETH_TXEN, 0, 21, 1); 1602 static PAD_ST_CONF(ETH_TXD0, 0, 20, 1); 1603 static PAD_ST_CONF(I2S_LRCLK1, 0, 19, 1); 1604 static PAD_ST_CONF(DSI_DP0, 0, 16, 1); 1605 static PAD_ST_CONF(DSI_DN0, 0, 15, 1); [all …]
|
H A D | pinctrl-s500.c | 1381 static PAD_ST_CONF(I2C0_SDATA, 0, 30, 1); 1382 static PAD_ST_CONF(UART0_RX, 0, 29, 1); 1383 static PAD_ST_CONF(I2S_MCLK1, 0, 23, 1); 1384 static PAD_ST_CONF(ETH_REF_CLK, 0, 22, 1); 1385 static PAD_ST_CONF(ETH_TXEN, 0, 21, 1); 1386 static PAD_ST_CONF(ETH_TXD0, 0, 20, 1); 1387 static PAD_ST_CONF(I2S_LRCLK1, 0, 19, 1); 1388 static PAD_ST_CONF(DSI_DP0, 0, 16, 1); 1389 static PAD_ST_CONF(DSI_DN0, 0, 15, 1); 1390 static PAD_ST_CONF(UART0_TX, 0, 14, 1); [all …]
|
H A D | pinctrl-s900.c | 1504 static PAD_ST_CONF(I2C0_SDATA, 0, 30, 1); 1505 static PAD_ST_CONF(UART0_RX, 0, 29, 1); 1506 static PAD_ST_CONF(ETH_MDC, 0, 28, 1); 1507 static PAD_ST_CONF(I2S_MCLK1, 0, 23, 1); 1508 static PAD_ST_CONF(ETH_REF_CLK, 0, 22, 1); 1509 static PAD_ST_CONF(ETH_TXEN, 0, 21, 1); 1510 static PAD_ST_CONF(ETH_TXD0, 0, 20, 1); 1511 static PAD_ST_CONF(I2S_LRCLK1, 0, 19, 1); 1512 static PAD_ST_CONF(SGPIO2, 0, 18, 1); 1513 static PAD_ST_CONF(SGPIO3, 0, 17, 1); [all …]
|
H A D | pinctrl-owl.h | 94 #define PAD_ST_CONF(pad_name, st_reg, st_sft, st_wdt) \ macro
|