Searched refs:PIN_FIELD16 (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/pinctrl/mediatek/ |
H A D | pinctrl-mt6795.c | 14 #define PIN_FIELD16(_s_pin, _e_pin, _s_addr, _x_addrs, _s_bit, _x_bits) \ macro 23 PIN_FIELD16(0, 196, 0x0, 0x10, 0, 1), 27 PIN_FIELD16(0, 196, 0x100, 0x10, 0, 1), 31 PIN_FIELD16(0, 196, 0x200, 0x10, 0, 1), 35 PIN_FIELD16(0, 196, 0x400, 0x10, 0, 1), 39 PIN_FIELD16(0, 196, 0x500, 0x10, 0, 1), 159 PIN_FIELD16(119, 119, 0xe00, 0x10, 2, 1), /* KROW0 */ 160 PIN_FIELD16(120, 120, 0xe00, 0x10, 6, 1), /* KROW1 */ 161 PIN_FIELD16(121, 121, 0xe00, 0x10, 10, 1), /* KROW2 */ 162 PIN_FIELD16(122, 122, 0xe10, 0x10, 2, 1), /* KCOL0 */ [all …]
|
H A D | pinctrl-mt7623.c | 24 #define PIN_FIELD16(_s_pin, _e_pin, _s_addr, _x_addrs, _s_bit, _x_bits) \ macro 40 PIN_FIELD16(0, 175, 0x0, 0x10, 0, 1), 41 PIN_FIELD16(176, 278, 0xc0, 0x10, 0, 1), 45 PIN_FIELD16(0, 278, 0x630, 0x10, 0, 1), 49 PIN_FIELD16(0, 278, 0x500, 0x10, 0, 1), 61 PIN_FIELD16(38, 38, 0xb20, 0x10, 13, 1), 65 PIN_FIELD16(49, 49, 0xb20, 0x10, 12, 1), 69 PIN_FIELD16(59, 59, 0xb30, 0x10, 10, 1), 78 PIN_FIELD16(85, 85, 0xda0, 0x10, 4, 1), 79 PIN_FIELD16(86, 86, 0xd90, 0x10, 4, 1), [all …]
|