Searched refs:PINS_FIELD16 (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/pinctrl/mediatek/ |
| H A D | pinctrl-mt6795.c | 18 #define PINS_FIELD16(_s_pin, _e_pin, _s_addr, _x_addrs, _s_bit, _x_bits)\ macro 47 PINS_FIELD16(0, 4, 0x900, 0x10, 1, 1), 48 PINS_FIELD16(5, 9, 0x900, 0x10, 2, 1), 49 PINS_FIELD16(10, 15, 0x900, 0x10, 10, 1), 50 PINS_FIELD16(16, 16, 0x900, 0x10, 2, 1), 51 PINS_FIELD16(17, 19, 0x910, 0x10, 3, 1), 52 PINS_FIELD16(20, 22, 0x910, 0x10, 4, 1), 53 PINS_FIELD16(23, 26, 0xce0, 0x10, 14, 1), 54 PINS_FIELD16(27, 27, 0xcc0, 0x10, 14, 1), 55 PINS_FIELD16(28, 28, 0xcd0, 0x10, 14, 1), [all …]
|