Searched refs:SR_PG (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/pinctrl/actions/ |
H A D | pinctrl-s900.c | 988 SR_PG(sgpio3_sr, 0, 15, 1), 989 SR_PG(sgpio2_sr, 0, 14, 1), 990 SR_PG(sgpio1_sr, 0, 13, 1), 991 SR_PG(sgpio0_sr, 0, 12, 1), 999 SR_PG(sirq2_sr, 0, 4, 1), 1010 SR_PG(uart2_sr, 1, 19, 1), 1011 SR_PG(uart3_sr, 1, 18, 1), 1012 SR_PG(i2c0_sr, 2, 31, 1), 1013 SR_PG(i2c1_sr, 2, 30, 1), 1014 SR_PG(i2c2_sr, 2, 29, 1), [all …]
|
H A D | pinctrl-owl.h | 52 #define SR_PG(group_name, reg, shift, width) \ macro
|