Searched refs:PINS_FIELD16 (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/pinctrl/mediatek/ |
D | pinctrl-mt7623.c | 28 #define PINS_FIELD16(_s_pin, _e_pin, _s_addr, _x_addrs, _s_bit, _x_bits) \ macro 53 PINS_FIELD16(0, 6, 0xb20, 0x10, 0, 1), 54 PINS_FIELD16(7, 9, 0xb20, 0x10, 1, 1), 55 PINS_FIELD16(10, 13, 0xb30, 0x10, 3, 1), 56 PINS_FIELD16(14, 15, 0xb30, 0x10, 13, 1), 57 PINS_FIELD16(16, 17, 0xb40, 0x10, 7, 1), 58 PINS_FIELD16(18, 29, 0xb40, 0x10, 13, 1), 59 PINS_FIELD16(30, 32, 0xb40, 0x10, 7, 1), 60 PINS_FIELD16(33, 37, 0xb40, 0x10, 13, 1), 62 PINS_FIELD16(39, 42, 0xb40, 0x10, 13, 1), [all …]
|