Searched +full:0 +full:x10002200 (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | mediatek,mt8186-pinctrl.yaml | 229 reg = <0x10005000 0x1000>, 230 <0x10002000 0x0200>, 231 <0x10002200 0x0200>, 232 <0x10002400 0x0200>, 233 <0x10002600 0x0200>, 234 <0x10002A00 0x0200>, 235 <0x10002c00 0x0200>, 236 <0x1000b000 0x1000>; 242 gpio-ranges = <&pio 0 0 185>; 244 interrupts = <GIC_SPI 186 IRQ_TYPE_LEVEL_HIGH 0>;
|
/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt8186.dtsi | 35 reg = <0 0x1000ce00 0 0x200>; 336 #size-cells = <0>; 374 cpu0: cpu@0 { 377 reg = <0x000>; 401 reg = <0x100>; 425 reg = <0x200>; 449 reg = <0x300>; 473 reg = <0x400>; 497 reg = <0x500>; 521 reg = <0x600>; [all …]
|
/linux/drivers/pinctrl/mediatek/ |
H A 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 …]
|