Searched refs:NSP_PIN_GROUP (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/pinctrl/bcm/ |
H A D | pinctrl-nsp-mux.c | 221 #define NSP_PIN_GROUP(group_name, ba, sh, ma, al) \ macro 238 NSP_PIN_GROUP(spi, NSP_MUX_BASE0, 0, 0x0f, 0x00), 239 NSP_PIN_GROUP(i2c, NSP_MUX_BASE0, 3, 0x03, 0x00), 240 NSP_PIN_GROUP(mdio, NSP_MUX_BASE0, 5, 0x03, 0x00), 241 NSP_PIN_GROUP(gpio_b_0, NSP_MUX_BASE0, 7, 0x01, 0x00), 242 NSP_PIN_GROUP(pwm0, NSP_MUX_BASE1, 0, 0x01, 0x01), 243 NSP_PIN_GROUP(gpio_b_1, NSP_MUX_BASE0, 8, 0x01, 0x00), 244 NSP_PIN_GROUP(pwm1, NSP_MUX_BASE1, 1, 0x01, 0x01), 245 NSP_PIN_GROUP(gpio_b_2, NSP_MUX_BASE0, 9, 0x01, 0x00), 246 NSP_PIN_GROUP(pwm2, NSP_MUX_BASE1, 2, 0x01, 0x01), [all …]
|