Searched +full:0 +full:x10002400 (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/drivers/pinctrl/mediatek/ |
D | pinctrl-mt6797.c | 18 * gpio:0x10005000, iocfg[l]:0x10002000, iocfg[b]:0x10002400, 19 * iocfg[r]:0x10002800, iocfg[t]:0x10002C00. 24 PIN_FIELD(0, 261, 0x300, 0x10, 0, 4), 28 PIN_FIELD(0, 261, 0x0, 0x10, 0, 1), 32 PIN_FIELD(0, 261, 0x200, 0x10, 0, 1), 36 PIN_FIELD(0, 261, 0x100, 0x10, 0, 1), 55 .gpio_m = 0,
|
D | pinctrl-mt8186.c | 13 * iocfg[0]:0x10005000, iocfg[1]:0x10002000, iocfg[2]:0x10002200, 14 * iocfg[3]:0x10002400, iocfg[4]:0x10002600, iocfg[5]:0x10002800, 15 * iocfg[6]:0x10002C00. 20 PIN_FIELD_CALC(s_pin, e_pin, i_base, s_addr, x_addrs, s_bit, x_bits, 32, 0) 26 PIN_FIELD(0, 184, 0x300, 0x10, 0, 4), 30 PIN_FIELD(0, 184, 0x0, 0x10, 0, 1), 34 PIN_FIELD(0, 184, 0x200, 0x10, 0, 1), 38 PIN_FIELD(0, 184, 0x100, 0x10, 0, 1), 42 PIN_FIELD_BASE(0, 0, 6, 0x0030, 0x10, 13, 1), 43 PIN_FIELD_BASE(1, 1, 6, 0x0030, 0x10, 14, 1), [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/ |
D | mediatek,mt6797-pinctrl.yaml | 59 '-[0-9]+$': 105 enum: [0, 1] 111 0: (R1, R0) = (0, 0) which means R1 disabled and R0 disabled. 112 1: (R1, R0) = (0, 1) which means R1 disabled and R0 enabled. 113 2: (R1, R0) = (1, 0) which means R1 enabled and R0 disabled. 116 enum: [0, 1, 2, 3] 122 0: (R1, R0) = (0, 0) which means R1 disabled and R0 disabled. 123 1: (R1, R0) = (0, 1) which means R1 disabled and R0 enabled. 124 2: (R1, R0) = (1, 0) which means R1 enabled and R0 disabled. 127 enum: [0, 1, 2, 3] [all …]
|
D | pinctrl-mt8186.yaml | 230 reg = <0x10005000 0x1000>, 231 <0x10002000 0x0200>, 232 <0x10002200 0x0200>, 233 <0x10002400 0x0200>, 234 <0x10002600 0x0200>, 235 <0x10002A00 0x0200>, 236 <0x10002c00 0x0200>, 237 <0x1000b000 0x1000>; 243 gpio-ranges = <&pio 0 0 185>; 245 interrupts = <GIC_SPI 186 IRQ_TYPE_LEVEL_HIGH 0>;
|
/Linux-v6.1/arch/arm64/boot/dts/mediatek/ |
D | mt6797.dtsi | 25 #size-cells = <0>; 27 cpu0: cpu@0 { 31 reg = <0x000>; 38 reg = <0x001>; 45 reg = <0x002>; 52 reg = <0x003>; 59 reg = <0x100>; 66 reg = <0x101>; 73 reg = <0x102>; 80 reg = <0x103>; [all …]
|
D | mt8186.dtsi | 23 #size-cells = <0>; 63 cpu0: cpu@0 { 66 reg = <0x000>; 78 reg = <0x100>; 90 reg = <0x200>; 102 reg = <0x300>; 114 reg = <0x400>; 126 reg = <0x500>; 138 reg = <0x600>; 150 reg = <0x700>; [all …]
|