Searched refs:NS2_PIN_GROUP (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/pinctrl/bcm/ |
H A D | pinctrl-ns2-mux.c | 366 #define NS2_PIN_GROUP(group_name, ba, off, sh, ma, al) \ macro 384 NS2_PIN_GROUP(nand, 0, 0, 31, 1, 0), 385 NS2_PIN_GROUP(nor_data, 0, 0, 31, 1, 1), 386 NS2_PIN_GROUP(gpio_0_1, 0, 0, 31, 1, 0), 388 NS2_PIN_GROUP(uart1_ext_clk, 0, 4, 30, 3, 1), 389 NS2_PIN_GROUP(nor_adv, 0, 4, 30, 3, 2), 391 NS2_PIN_GROUP(gpio_2_5, 0, 4, 28, 3, 0), 392 NS2_PIN_GROUP(pcie_ab1_clk_wak, 0, 4, 28, 3, 1), 393 NS2_PIN_GROUP(nor_addr_0_3, 0, 4, 28, 3, 2), 395 NS2_PIN_GROUP(gpio_6_7, 0, 4, 26, 3, 0), [all …]
|