Home
last modified time | relevance | path

Searched refs:regmap (Results 1 – 25 of 78) sorted by relevance

1234

/freebsd-14.2/sys/contrib/device-tree/Bindings/edac/
H A Dapm-xgene-edac.txt15 - regmap-csw : Regmap of the CPU switch fabric (CSW) resource.
16 - regmap-mcba : Regmap of the MCB-A (memory bridge) resource.
17 - regmap-mcbb : Regmap of the MCB-B (memory bridge) resource.
18 - regmap-efuse : Regmap of the PMD efuse resource.
19 - regmap-rb : Regmap of the register bus resource. This property
81 regmap-csw = <&csw>;
82 regmap-mcba = <&mcba>;
83 regmap-mcbb = <&mcbb>;
84 regmap-efuse = <&efuse>;
85 regmap-rb = <&rb>;
/freebsd-14.2/sys/contrib/device-tree/Bindings/perf/
H A Dapm-xgene-pmu.txt16 - regmap-csw : Regmap of the CPU switch fabric (CSW) resource.
17 - regmap-mcba : Regmap of the MCB-A (memory bridge) resource.
18 - regmap-mcbb : Regmap of the MCB-B (memory bridge) resource.
61 regmap-csw = <&csw>;
62 regmap-mcba = <&mcba>;
63 regmap-mcbb = <&mcbb>;
/freebsd-14.2/sys/contrib/device-tree/Bindings/crypto/
H A Dfsl,sec-v4.0-mon.yaml64 regmap:
76 - regmap
99 regmap:
111 - regmap
139 regmap = <&sec_mon>;
149 regmap = <&sec_mon>;
H A Dfsl-sec4.txt387 - regmap
414 regmap = <&snvs>;
447 - regmap:
455 regmap = <&snvs>;
537 regmap = <&sec_mon>;
546 regmap = <&sec_mon>;
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dexynos-syscon-restart.dtsi9 regmap = <&pmu_system_controller>;
16 regmap = <&pmu_system_controller>;
H A Dmt8135.dtsi149 * regmap. Register 0x1000b000 is used by EINT.
154 mediatek,pctl-regmap = <&syscfg_pctl_a &syscfg_pctl_b>;
/freebsd-14.2/sys/contrib/device-tree/Bindings/power/reset/
H A Dsyscon-poweroff.yaml31 regmap:
41 - regmap
59 regmap = <&regmapnode>;
H A Dsyscon-reboot.yaml19 sub-node of a "syscon", "simple-mfd" node. Though the regmap property
34 regmap:
68 regmap = <&regmapnode>;
/freebsd-14.2/sys/dev/extres/syscon/
H A Dsyscon_power.c55 struct syscon *regmap; member
76 SYSCON_MODIFY_4(sc->regmap, sc->offset, sc->mask, in syscon_power_shutdown_final()
114 error = syscon_get_by_ofw_property(dev, node, "regmap", &sc->regmap); in syscon_power_attach()
/freebsd-14.2/sys/contrib/device-tree/Bindings/pwm/
H A Dpwm-fsl-ftm.txt14 Please see ../regmap/regmap.txt for more detail about how to specify endian
/freebsd-14.2/sys/contrib/device-tree/src/arm64/apm/
H A Dapm-shadowcat.dtsi410 regmap = <&scu>;
440 regmap-csw = <&csw>;
441 regmap-mcba = <&mcba>;
442 regmap-mcbb = <&mcbb>;
443 regmap-efuse = <&efuse>;
513 regmap-csw = <&csw>;
514 regmap-mcba = <&mcba>;
515 regmap-mcbb = <&mcbb>;
H A Dapm-merlin.dts41 regmap = <&poweroff_mbox>;
H A Dapm-mustang.dts41 regmap = <&poweroff_mbox>;
H A Dapm-storm.dtsi448 regmap = <&scu>;
483 regmap-csw = <&csw>;
484 regmap-mcba = <&mcba>;
485 regmap-mcbb = <&mcbb>;
486 regmap-efuse = <&efuse>;
487 regmap-rb = <&rb>;
557 regmap-csw = <&csw>;
558 regmap-mcba = <&mcba>;
559 regmap-mcbb = <&mcbb>;
/freebsd-14.2/sys/contrib/device-tree/Bindings/auxdisplay/
H A Dimg-ascii-lcd.txt13 - regmap: phandle of the system controller containing the LCD registers
/freebsd-14.2/sys/cddl/dev/dtrace/i386/
H A Ddtrace_isa.c503 int regmap[] = { /* Order is dependent on reg.d */ in dtrace_getreg() local
530 if (reg >= sizeof (regmap) / sizeof (int)) { in dtrace_getreg()
535 reg = regmap[reg]; in dtrace_getreg()
/freebsd-14.2/sys/cddl/dev/dtrace/amd64/
H A Ddtrace_isa.c466 int regmap[] = { in dtrace_getreg() local
489 if (reg >= sizeof (regmap) / sizeof (int)) { in dtrace_getreg()
494 reg = regmap[reg]; in dtrace_getreg()
/freebsd-14.2/sys/contrib/device-tree/Bindings/regmap/
H A Dregmap.txt1 Devicetree binding for regmap
/freebsd-14.2/sys/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-mt65xx.txt37 - mediatek,pctl-regmap: Should be a phandle of the syscfg node.
95 mediatek,pctl-regmap = <&syscfg_pctl_a>, <&syscfg_pctl_b>;
H A Dmediatek,mt65xx-pinctrl.yaml46 mediatek,pctl-regmap:
152 mediatek,pctl-regmap = <&syscfg_pctl_a>, <&syscfg_pctl_b>;
/freebsd-14.2/sys/contrib/device-tree/src/mips/brcm/
H A Dbcm3368.dtsi71 regmap = <&periph_cntl>;
/freebsd-14.2/sys/contrib/device-tree/Bindings/mips/lantiq/
H A Drcu.txt65 regmap = <&rcu0>;
/freebsd-14.2/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c195 static const uint8_t regmap[16] = { variable
200 static const uint8_t regmap[8] = { variable
426 regmap[index | (FASTTRAP_REX_X(rex) << 3)]; in fasttrap_tracepoint_init()
429 regmap[base | (FASTTRAP_REX_B(rex) << 3)]; in fasttrap_tracepoint_init()
452 tp->ftt_base = regmap[base]; in fasttrap_tracepoint_init()
/freebsd-14.2/sys/contrib/device-tree/src/mips/mti/
H A Dmalta.dts97 regmap = <&fpga_regs>;
/freebsd-14.2/sys/contrib/device-tree/Bindings/clock/
H A Dsprd,sc9860-clk.txt38 the clock, and so we can get regmap for the clocks from the

1234