Searched refs:PIN_BANK_2BIT_EINTW (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/pinctrl/samsung/ |
D | pinctrl-s3c24xx.c | 75 #define PIN_BANK_2BIT_EINTW(pins, reg, id, eoffs, emask)\ macro 570 PIN_BANK_2BIT_EINTW(8, 0x050, "gpf", 0, 0xff), 571 PIN_BANK_2BIT_EINTW(16, 0x060, "gpg", 8, 0xffff00), 590 PIN_BANK_2BIT_EINTW(8, 0x050, "gpf", 0, 0xff), 591 PIN_BANK_2BIT_EINTW(8, 0x060, "gpg", 8, 0xff00), 612 PIN_BANK_2BIT_EINTW(8, 0x050, "gpf", 0, 0xff), 613 PIN_BANK_2BIT_EINTW(16, 0x060, "gpg", 8, 0xffff00), 632 PIN_BANK_2BIT_EINTW(8, 0x050, "gpf", 0, 0xff), 633 PIN_BANK_2BIT_EINTW(16, 0x060, "gpg", 8, 0xffff00),
|
D | pinctrl-s3c64xx.c | 188 #define PIN_BANK_2BIT_EINTW(pins, reg, id, eoffs) \ macro 797 PIN_BANK_2BIT_EINTW(16, 0x830, "gpn", 0),
|