Home
last modified time | relevance | path

Searched refs:GPIO_BASE (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/arm/mach-w90x900/
Dgpio.c27 #define GPIO_BASE (W90X900_VA_GPIO) macro
150 gpio_chip->regbase = GPIO_BASE + i * GROUPINERV; in nuc900_init_gpio()
/Linux-v4.19/drivers/pinctrl/
Dpinctrl-xway.c45 #define GPIO_BASE(p) (REG_OFF * PORT(p)) macro
46 #define GPIO_OUT(p) GPIO_BASE(p)
47 #define GPIO_IN(p) (GPIO_BASE(p) + 0x04)
48 #define GPIO_DIR(p) (GPIO_BASE(p) + 0x08)
49 #define GPIO_ALT0(p) (GPIO_BASE(p) + 0x0C)
50 #define GPIO_ALT1(p) (GPIO_BASE(p) + 0x10)
51 #define GPIO_OD(p) (GPIO_BASE(p) + 0x14)
52 #define GPIO_PUDSEL(p) (GPIO_BASE(p) + 0x1c)
53 #define GPIO_PUDEN(p) (GPIO_BASE(p) + 0x20)
56 #define GPIO3_OD (GPIO_BASE(0) + 0x24)
[all …]
/Linux-v4.19/drivers/leds/
Dleds-ss4200.c42 #define GPIO_BASE 0x048 macro
383 status = pci_read_config_dword(dev, GPIO_BASE, &nas_gpio_io_base); in ich7_lpc_probe()