Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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; in lantiq_load_pin_desc()
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)
/kernel/linux/linux-6.6/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; in lantiq_load_pin_desc()
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 8 milliseconds