Searched refs:CYGNUS_PIN_GROUP (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/pinctrl/bcm/ |
D | pinctrl-cygnus-mux.c | 484 #define CYGNUS_PIN_GROUP(group_name, off, sh, al) \ macro 500 CYGNUS_PIN_GROUP(i2s2_0, 0x0, 0, 2), 501 CYGNUS_PIN_GROUP(i2s2_1, 0x0, 4, 2), 502 CYGNUS_PIN_GROUP(i2s2_2, 0x0, 8, 2), 503 CYGNUS_PIN_GROUP(i2s2_3, 0x0, 12, 2), 504 CYGNUS_PIN_GROUP(i2s2_4, 0x0, 16, 2), 505 CYGNUS_PIN_GROUP(pwm4, 0x0, 20, 0), 506 CYGNUS_PIN_GROUP(pwm5, 0x0, 24, 2), 507 CYGNUS_PIN_GROUP(key0, 0x4, 0, 1), 508 CYGNUS_PIN_GROUP(key1, 0x4, 4, 1), [all …]
|