Searched refs:eoffs (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/pinctrl/samsung/ |
H A D | pinctrl-s3c64xx.c | 109 #define PIN_BANK_4BIT_EINTG(pins, reg, id, eoffs) \ argument 117 .eint_offset = eoffs, \ 121 #define PIN_BANK_4BIT_EINTW(pins, reg, id, eoffs, emask) \ argument 129 .eint_offset = eoffs, \ 133 #define PIN_BANK_4BIT2_EINTG(pins, reg, id, eoffs) \ argument 141 .eint_offset = eoffs, \ 145 #define PIN_BANK_4BIT2_EINTW(pins, reg, id, eoffs, emask) \ argument 153 .eint_offset = eoffs, \ 175 #define PIN_BANK_2BIT_EINTG(pins, reg, id, eoffs, emask) \ argument 183 .eint_offset = eoffs, \ [all …]
|