/freebsd/sys/contrib/device-tree/Bindings/edac/ |
H A D | apm-xgene-edac.txt | 15 - 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/sys/contrib/device-tree/Bindings/perf/ |
H A D | apm-xgene-pmu.txt | 16 - 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/sys/contrib/device-tree/Bindings/crypto/ |
H A D | fsl,sec-v4.0-mon.yaml | 64 regmap: 76 - regmap 99 regmap: 117 - regmap 145 regmap = <&sec_mon>; 155 regmap = <&sec_mon>;
|
H A D | fsl-sec4.txt | 387 - regmap 414 regmap = <&snvs>; 447 - regmap: 455 regmap = <&snvs>; 537 regmap = <&sec_mon>; 546 regmap = <&sec_mon>;
|
/freebsd/sys/dev/syscon/ |
H A D | syscon_power.c | 54 struct syscon *regmap; member 75 SYSCON_MODIFY_4(sc->regmap, sc->offset, sc->mask, in syscon_power_shutdown_final() 108 if (!OF_hasprop(node, "regmap")) { in syscon_power_attach() 109 device_printf(dev, "could not find regmap\n"); in syscon_power_attach() 113 error = syscon_get_by_ofw_property(dev, node, "regmap", &sc->regmap); in syscon_power_attach()
|
/freebsd/sys/contrib/device-tree/Bindings/power/reset/ |
H A D | syscon-poweroff.yaml | 34 regmap:
|
H A D | syscon-reboot.yaml | 19 sub-node of a "syscon", "simple-mfd" node. Though the regmap property 34 regmap: 68 regmap = <®mapnode>;
|
/freebsd/sys/contrib/device-tree/src/arm/samsung/ |
H A D | exynos-syscon-restart.dtsi | 9 regmap = <&pmu_system_controller>; 16 regmap = <&pmu_system_controller>;
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | ti,icssg-prueth.yaml | 51 phandle to MII_G_RT module's syscon regmap. 56 phandle to MII_RT module's syscon regmap 61 phandle to PA_STATS module's syscon regmap. PA_STATS is a set of 63 ICSSG firmware. PA_STATS module's syscon regmap will help the device to
|
H A D | oxnas-dwmac.txt | 38 /* Regmap for sys registers */
|
/freebsd/sys/contrib/device-tree/Bindings/regmap/ |
H A D | regmap.txt | 1 Devicetree binding for regmap 10 Regmap defaults to little-endian register access on MMIO based
|
/freebsd/sys/contrib/device-tree/Bindings/pwm/ |
H A D | pwm-fsl-ftm.txt | 14 Please see ../regmap/regmap.txt for more detail about how to specify endian
|
H A D | fsl,vf610-ftm-pwm.yaml | 21 Please see ../regmap/regmap.txt for more detail about how to specify endian
|
/freebsd/sys/contrib/device-tree/src/arm64/apm/ |
H A D | apm-shadowcat.dtsi | 418 regmap = <&scu>; 448 regmap-csw = <&csw>; 449 regmap-mcba = <&mcba>; 450 regmap-mcbb = <&mcbb>; 451 regmap-efuse = <&efuse>; 521 regmap-csw = <&csw>; 522 regmap-mcba = <&mcba>; 523 regmap-mcbb = <&mcbb>;
|
H A D | apm-storm.dtsi | 457 regmap = <&scu>; 492 regmap-csw = <&csw>; 493 regmap-mcba = <&mcba>; 494 regmap-mcbb = <&mcbb>; 495 regmap-efuse = <&efuse>; 496 regmap-rb = <&rb>; 566 regmap-csw = <&csw>; 567 regmap-mcba = <&mcba>; 568 regmap-mcbb = <&mcbb>;
|
H A D | apm-mustang.dts | 41 regmap = <&poweroff_mbox>;
|
H A D | apm-merlin.dts | 41 regmap = <&poweroff_mbox>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FloatingPoint.cpp | 65 memset(RegMap, 0, sizeof(RegMap)); in FPS() 163 unsigned RegMap[NumFPRegs]; member 176 assert(RegMap[Stack[i]] == i && "Stack[] doesn't match RegMap[]!"); in dumpStack() 185 return RegMap[RegNo]; in getSlot() 213 RegMap[Reg] = StackTop++; in pushReg() 220 RegMap[Stack[--StackTop]] = ~0; // Update state in popReg() 232 std::swap(RegMap[RegNo], RegMap[RegOnTop]); in moveToTop() 235 if (RegMap[RegOnTop] >= StackTop) in moveToTop() 237 std::swap(Stack[RegMap[RegOnTop]], Stack[StackTop-1]); in moveToTop() 907 RegMap[TopReg] = OldSlot; in freeStackSlotBefore() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | pinctrl-mt65xx.txt | 37 - mediatek,pctl-regmap: Should be a phandle of the syscfg node. 95 mediatek,pctl-regmap = <&syscfg_pctl_a>, <&syscfg_pctl_b>;
|
H A D | mediatek,mt65xx-pinctrl.yaml | 46 mediatek,pctl-regmap: 152 mediatek,pctl-regmap = <&syscfg_pctl_a>, <&syscfg_pctl_b>;
|
H A D | mediatek,mt8365-pinctrl.yaml | 23 mediatek,pctl-regmap: 215 mediatek,pctl-regmap = <&syscfg_pctl>;
|
H A D | oxnas,pinctrl.txt | 28 /* Regmap for sys registers */
|
/freebsd/sys/contrib/device-tree/Bindings/auxdisplay/ |
H A D | img-ascii-lcd.txt | 13 - regmap: phandle of the system controller containing the LCD registers
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | Kconfig | 21 select REGMAP
|
/freebsd/sys/contrib/device-tree/src/arm/mediatek/ |
H A D | mt8135.dtsi | 149 * regmap. Register 0x1000b000 is used by EINT. 154 mediatek,pctl-regmap = <&syscfg_pctl_a &syscfg_pctl_b>;
|