Home
last modified time | relevance | path

Searched refs:EXYNOS_PIN_BANK_EINTG (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/pinctrl/samsung/
Dpinctrl-exynos.c648 EXYNOS_PIN_BANK_EINTG(8, 0x000, "gpa0", 0x00),
649 EXYNOS_PIN_BANK_EINTG(4, 0x020, "gpa1", 0x04),
650 EXYNOS_PIN_BANK_EINTG(8, 0x040, "gpb", 0x08),
651 EXYNOS_PIN_BANK_EINTG(5, 0x060, "gpc0", 0x0c),
652 EXYNOS_PIN_BANK_EINTG(5, 0x080, "gpc1", 0x10),
653 EXYNOS_PIN_BANK_EINTG(4, 0x0a0, "gpd0", 0x14),
654 EXYNOS_PIN_BANK_EINTG(6, 0x0c0, "gpd1", 0x18),
655 EXYNOS_PIN_BANK_EINTG(8, 0x0e0, "gpe0", 0x1c),
656 EXYNOS_PIN_BANK_EINTG(5, 0x100, "gpe1", 0x20),
657 EXYNOS_PIN_BANK_EINTG(8, 0x120, "gpf0", 0x24),
[all …]
Dpinctrl-exynos.h62 #define EXYNOS_PIN_BANK_EINTG(pins, reg, id, offs) \ macro