Searched +full:0 +full:x11d30000 (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-mt8195.yaml | 126 reg = <0x10005000 0x1000>, 127 <0x11d10000 0x1000>, 128 <0x11d30000 0x1000>, 129 <0x11d40000 0x1000>, 130 <0x11e20000 0x1000>, 131 <0x11eb0000 0x1000>, 132 <0x11f40000 0x1000>, 133 <0x1000b000 0x1000>; 139 gpio-ranges = <&pio 0 0 144>; 141 interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH 0>;
|
D | pinctrl-mt8192.yaml | 129 reg = <0x10005000 0x1000>, 130 <0x11c20000 0x1000>, 131 <0x11d10000 0x1000>, 132 <0x11d30000 0x1000>, 133 <0x11d40000 0x1000>, 134 <0x11e20000 0x1000>, 135 <0x11e70000 0x1000>, 136 <0x11ea0000 0x1000>, 137 <0x11f20000 0x1000>, 138 <0x11f30000 0x1000>, [all …]
|
D | mediatek,mt8183-pinctrl.yaml | 67 '-[0-9]+$': 118 When E1=0/E0=0, the strength is 0.125mA. 119 When E1=0/E0=1, the strength is 0.25mA. 120 When E1=1/E0=0, the strength is 0.5mA. 124 0: (E1, E0, EN) = (0, 0, 0) 125 1: (E1, E0, EN) = (0, 0, 1) 126 2: (E1, E0, EN) = (0, 1, 0) 127 3: (E1, E0, EN) = (0, 1, 1) 128 4: (E1, E0, EN) = (1, 0, 0) 129 5: (E1, E0, EN) = (1, 0, 1) [all …]
|
/Linux-v5.15/arch/arm64/boot/dts/mediatek/ |
D | mt8192.dtsi | 20 #clock-cells = <0>; 27 #clock-cells = <0>; 34 #size-cells = <0>; 36 cpu0: cpu@0 { 39 reg = <0x000>; 50 reg = <0x100>; 61 reg = <0x200>; 72 reg = <0x300>; 83 reg = <0x400>; 94 reg = <0x500>; [all …]
|
D | mt8183.dtsi | 47 #size-cells = <0>; 81 cpu0: cpu@0 { 84 reg = <0x000>; 95 reg = <0x001>; 106 reg = <0x002>; 117 reg = <0x003>; 128 reg = <0x100>; 139 reg = <0x101>; 150 reg = <0x102>; 161 reg = <0x103>; [all …]
|
/Linux-v5.15/drivers/pinctrl/mediatek/ |
D | pinctrl-mt8183.c | 13 * iocfg[0]:0x10005000, iocfg[1]:0x11F20000, iocfg[2]:0x11E80000, 14 * iocfg[3]:0x11E70000, iocfg[4]:0x11E90000, iocfg[5]:0x11D30000, 15 * iocfg[6]:0x11D20000, iocfg[7]:0x11C50000, iocfg[8]:0x11F30000. 21 _x_bits, 32, 0) 28 PIN_FIELD(0, 192, 0x300, 0x10, 0, 4), 32 PIN_FIELD(0, 192, 0x0, 0x10, 0, 1), 36 PIN_FIELD(0, 192, 0x200, 0x10, 0, 1), 40 PIN_FIELD(0, 192, 0x100, 0x10, 0, 1), 44 PINS_FIELD_BASE(0, 3, 6, 0x000, 0x10, 3, 1), 45 PINS_FIELD_BASE(4, 7, 6, 0x000, 0x10, 5, 1), [all …]
|
D | pinctrl-mt8195.c | 13 * iocfg[0]:0x10005000, iocfg[1]:0x11d10000, iocfg[2]:0x11d30000, 14 * iocfg[3]:0x11d40000, iocfg[4]:0x11e20000, iocfg[5]:0x11eb0000, 15 * iocfg[6]:0x11f40000. 21 32, 0) 28 PIN_FIELD(0, 144, 0x300, 0x10, 0, 4), 32 PIN_FIELD(0, 144, 0x0, 0x10, 0, 1), 36 PIN_FIELD(0, 144, 0x200, 0x10, 0, 1), 40 PIN_FIELD(0, 144, 0x100, 0x10, 0, 1), 44 PIN_FIELD_BASE(0, 0, 4, 0x040, 0x10, 0, 1), 45 PIN_FIELD_BASE(1, 1, 4, 0x040, 0x10, 1, 1), [all …]
|
D | pinctrl-mt8192.c | 13 * iocfg0:0x10005000, iocfg_rm:0x11C20000, iocfg_bm:0x11D10000, 14 * iocfg_bl:0x11D30000, iocfg_br:0x11D40000, iocfg_lm:0x11E20000, 15 * iocfg_lb:0x11E70000, iocfg_rt:0x11EA0000, iocfg_lt:0x11F20000, 16 * iocfg_tl:0x11F30000 22 32, 0) 29 PIN_FIELD(0, 228, 0x300, 0x10, 0, 4), 33 PIN_FIELD(0, 228, 0x0, 0x10, 0, 1), 37 PIN_FIELD(0, 228, 0x200, 0x10, 0, 1), 41 PIN_FIELD(0, 228, 0x100, 0x10, 0, 1), 45 PIN_FIELD_BASE(0, 0, 4, 0x00f0, 0x10, 8, 1), [all …]
|