Searched refs:PINS (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/pinctrl/
H A Dpinctrl-falcon.c47 #define PINS 32 macro
48 #define PORT(x) (x / PINS)
49 #define PORT_PIN(x) (x % PINS)
90 static struct pinctrl_pin_desc falcon_pads[PORTS * PINS];
95 int base = bank * PINS;
H A Dpinctrl-xway.c26 #define PINS 16 macro
28 #define PORT(x) (x / PINS)
29 #define PORT_PIN(x) (x % PINS)
56 #define GPIO3_ALT1 (GPIO_BASE(PINS) + 0x24)

Completed in 122 milliseconds