/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/ |
H A D | qcom,smd-rpm.yaml | 4 $id: http://devicetree.org/schemas/soc/qcom/qcom,smd-rpm.yaml# 7 title: Qualcomm Resource Power Manager (RPM) over SMD/GLINK 10 This driver is used to interface with the Resource Power Manager (RPM) found 11 in various Qualcomm platforms. The RPM allows each component in the system 15 The SMD or GLINK information for the RPM edge should be filled out. See 17 properties will reside within the RPM node itself. 19 The RPM exposes resources to its subnodes. The rpm_requests node must be 23 Refer to Documentation/devicetree/bindings/regulator/qcom,smd-rpm-regulator.yaml 36 - qcom,rpm-apq8084 37 - qcom,rpm-mdm9607 [all …]
|
H A D | qcom,smd-rpm.txt | 1 Qualcomm Resource Power Manager (RPM) over SMD 3 This driver is used to interface with the Resource Power Manager (RPM) found in 4 various Qualcomm platforms. The RPM allows each component in the system to vote 8 The SMD information for the RPM edge should be filled out. See qcom,smd.txt for 10 RPM node itself. 14 The RPM exposes resources to its subnodes. The rpm_requests node must be 22 "qcom,rpm-apq8084" 23 "qcom,rpm-msm8916" 24 "qcom,rpm-msm8974" 25 "qcom,rpm-msm8976" [all …]
|
H A D | qcom,rpm.yaml | 4 $id: http://devicetree.org/schemas/soc/qcom/qcom,rpm.yaml# 7 title: Qualcomm Resource Power Manager (RPM) 10 This driver is used to interface with the Resource Power Manager (RPM) found 11 in various Qualcomm platforms. The RPM allows each component in the system 21 - qcom,rpm-apq8064 22 - qcom,rpm-msm8660 23 - qcom,rpm-msm8960 24 - qcom,rpm-ipq8064 25 - qcom,rpm-mdm9615 47 Three entries specifying the outgoing ipc bit used for signaling the RPM. [all …]
|
H A D | qcom,glink.txt | 5 of edges can be described by the binding; the GLINK RPM edge and a SMEM based 9 Usage: required for glink-rpm 11 Definition: must be "qcom,glink-rpm" 29 - qcom,rpm-msg-ram: 30 Usage: required for glink-rpm 32 Definition: handle to RPM message memory resource 61 The following example represents the GLINK RPM node on a MSM8996 device, with 73 compatible = "qcom,rpm-msg-ram"; 77 rpm-glink { 78 compatible = "qcom,glink-rpm"; [all …]
|
H A D | qcom,rpm-master-stats.yaml | 4 $id: http://devicetree.org/schemas/soc/qcom/qcom,rpm-master-stats.yaml# 7 title: Qualcomm Technologies, Inc. (QTI) RPM Master Stats 13 The Qualcomm RPM (Resource Power Manager) architecture includes a concept 14 of "RPM Masters". They can be thought of as "the local gang leaders", usually 15 spanning a single subsystem (e.g. APSS, ADSP, CDSP). All of the RPM decisions 31 const: qcom,rpm-master-stats 33 qcom,rpm-msg-ram: 35 description: Phandle to an RPM MSG RAM slice containing the master stats 44 The name of the RPM Master which owns the MSG RAM slice where this 51 - qcom,rpm-msg-ram [all …]
|
H A D | qcom,smd.yaml | 29 "^smd-edge|rpm$": 44 # "rpm" subsystem. For the "rpm" subsystem we have a device tied to the 46 # NOTE: This is deprecated, represent the RPM using "qcom,rpm-proc" instead. 53 rpm { 58 rpm-requests { 59 compatible = "qcom,rpm-msm8974", "qcom,smd-rpm";
|
H A D | qcom-stats.yaml | 24 - qcom,rpm-stats 25 # For older RPM firmware versions with fixed offset for the sleep stats 26 - qcom,apq8084-rpm-stats 27 - qcom,msm8226-rpm-stats 28 - qcom,msm8916-rpm-stats 29 - qcom,msm8974-rpm-stats 61 # Example of rpm sleep stats 64 compatible = "qcom,rpm-stats";
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_filter_rpm.c | 40 struct rpm { struct 89 return __archive_read_register_bidder(a, NULL, "rpm", in archive_read_support_filter_rpm() 142 struct rpm *rpm; in rpm_bidder_init() local 145 self->name = "rpm"; in rpm_bidder_init() 147 rpm = calloc(1, sizeof(*rpm)); in rpm_bidder_init() 148 if (rpm == NULL) { in rpm_bidder_init() 150 "Can't allocate data for rpm"); in rpm_bidder_init() 154 self->data = rpm; in rpm_bidder_init() 155 rpm->state = ST_LEAD; in rpm_bidder_init() 170 struct rpm *rpm; in rpm_filter_read() local [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/ |
H A D | qcom,rpm-proc.yaml | 4 $id: http://devicetree.org/schemas/remoteproc/qcom,rpm-proc.yaml# 7 title: Qualcomm Resource Power Manager (RPM) Processor/Subsystem 15 Resource Power Manager (RPM) subsystem found in various Qualcomm platforms: 18 | RPM subsystem (qcom,rpm-proc) | 35 The firmware running on the processor inside the RPM subsystem allows each 44 | | RPM firmware | | | | 69 - qcom,apq8084-rpm-proc 70 - qcom,ipq6018-rpm-proc 71 - qcom,ipq9574-rpm-proc 72 - qcom,mdm9607-rpm-proc [all …]
|
H A D | qcom,glink-rpm-edge.yaml | 4 $id: http://devicetree.org/schemas/remoteproc/qcom,glink-rpm-edge.yaml# 7 title: Qualcomm G-Link RPM edge 11 Power Manager (RPM) on various Qualcomm platforms. 18 const: qcom,glink-rpm 38 qcom,rpm-msg-ram: 41 RPM message memory resource (compatible: qcom,rpm-msg-ram). 43 rpm-requests: 45 $ref: /schemas/soc/qcom/qcom,smd-rpm.yaml# 48 Qualcomm Resource Power Manager (RPM) over G-Link 78 - qcom,rpm-msg-ram [all …]
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | rpm.am | 6 # Build targets for RPM packages. 10 PHONY += rpm rpms rpm-kmod rpm-dkms rpm-utils rpm-utils-initramfs 11 PHONY += srpm-common rpm-common rpm-local 30 rpm-kmod: srpm-kmod 32 def='${RPM_DEFINE_COMMON} ${RPM_DEFINE_KMOD}' rpm-common 34 rpm-dkms: srpm-dkms 36 def='${RPM_DEFINE_COMMON} ${RPM_DEFINE_DKMS}' rpm-common 38 # The rpm-utils and rpm-utils-initramfs targets are identical except for the 39 # zfs-initramfs package: rpm-utils never includes it, rpm-utils-initramfs 41 # not work on any known RPM-based distribution and the resulting RPM is only [all …]
|
H A D | deb.am | 34 deb-kmod: deb-local rpm-kmod 37 arch=`$(RPM) -qp $${name}-kmod-$${version}.src.rpm --qf %{arch} | tail -1`; \ 39 pkg1=kmod-$${name}*$${version}.$${arch}.rpm; \ 44 deb-dkms: deb-local rpm-dkms 47 arch=`$(RPM) -qp $${name}-dkms-$${version}.src.rpm --qf %{arch} | tail -1`; \ 49 pkg1=$${name}-dkms-$${version}.$${arch}.rpm; \ 53 deb-utils: deb-local rpm-utils-initramfs 56 arch=`$(RPM) -qp $${name}-$${version}.src.rpm --qf %{arch} | tail -1`; \ 58 pkg1=$${name}-$${version}.$${arch}.rpm; \ 59 pkg2=libnvpair3-$${version}.$${arch}.rpm; \ [all …]
|
H A D | tgz.am | 12 tgz-kmod: tgz-local rpm-kmod 15 arch=`$(RPM) -qp $${name}-kmod-$${version}.src.rpm --qf %{arch} | tail -1`; \ 16 pkg1=kmod-$${name}*$${version}.$${arch}.rpm; \ 20 tgz-utils: tgz-local rpm-utils 23 arch=`$(RPM) -qp $${name}-$${version}.src.rpm --qf %{arch} | tail -1`; \ 24 pkg1=$${name}-$${version}.$${arch}.rpm; \ 25 pkg2=$${name}-devel-$${version}.$${arch}.rpm; \ 26 pkg3=$${name}-test-$${version}.$${arch}.rpm; \
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | qcom,smd-rpm-regulator.yaml | 4 $id: http://devicetree.org/schemas/regulator/qcom,smd-rpm-regulator.yaml# 7 title: QCOM SMD RPM REGULATOR 10 The Qualcomm RPM over SMD regulator is modelled as a subdevice of the RPM. 11 Because SMD is used as the communication transport mechanism, the RPM 12 resides as a subnode of the SMD. As such, the SMD-RPM regulator requires 13 that the SMD and RPM nodes be present. 18 Please refer to Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.yaml 19 for information regarding the RPM node. 89 - qcom,rpm [all...] |
H A D | qcom,smd-rpm-regulator.txt | 1 QCOM SMD RPM REGULATOR 3 The Qualcomm RPM over SMD regulator is modelled as a subdevice of the RPM. 4 Because SMD is used as the communication transport mechanism, the RPM resides as 5 a subnode of the SMD. As such, the SMD-RPM regulator requires that the SMD and 6 RPM nodes be present. 11 Please refer to Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.txt for 12 information regarding the RPM node. 22 "qcom,rpm-pm8841-regulators" 23 "qcom,rpm-pm8916-regulators" 24 "qcom,rpm-pm8941-regulators" [all …]
|
H A D | qcom,rpm-regulator.yaml | 4 $id: http://devicetree.org/schemas/regulator/qcom,rpm-regulator.yaml# 7 title: Qualcomm RPM regulator 10 The Qualcomm RPM regulator is modelled as a subdevice of the RPM. 12 Please refer to Documentation/devicetree/bindings/soc/qcom/qcom,rpm.yaml 13 for information regarding the RPM node. 42 - qcom,rpm-pm8058-regulators 43 - qcom,rpm-pm8901-regulators 44 - qcom,rpm-pm8921-regulators 45 - qcom,rpm [all...] |
/freebsd/usr.sbin/rtadvd/ |
H A D | rrenum.c | 84 rr_pco_check(int len, struct rr_pco_match *rpm) in rr_pco_check() argument 89 /* rpm->rpm_len must be (4N * 3) as router-renum-05.txt */ in rr_pco_check() 90 if ((rpm->rpm_len - 3) < 0 || /* must be at least 3 */ in rr_pco_check() 91 (rpm->rpm_len - 3) & 0x3) { /* must be multiple of 4 */ in rr_pco_check() 93 __func__, rpm->rpm_len); in rr_pco_check() 96 /* rpm->rpm_code must be valid value */ in rr_pco_check() 97 switch (rpm->rpm_code) { in rr_pco_check() 104 rpm->rpm_code); in rr_pco_check() 107 /* rpm->rpm_matchlen must be 0 to 128 inclusive */ in rr_pco_check() 108 if (rpm->rpm_matchlen > 128) { in rr_pco_check() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | qcom-rpm.txt | 1 Qualcomm Resource Power Manager (RPM) 3 This driver is used to interface with the Resource Power Manager (RPM) found in 4 various Qualcomm platforms. The RPM allows each component in the system to vote 12 "qcom,rpm-apq8064" 13 "qcom,rpm-msm8660" 14 "qcom,rpm-msm8960" 15 "qcom,rpm-ipq8064" 16 "qcom,rpm-mdm9615" 21 Definition: base address and size of the RPM's message ram 26 Definition: three entries specifying the RPM's: [all …]
|
/freebsd/sys/powerpc/powermac/ |
H A D | fcu.c | 65 #define FCU_PWM_RPM(x) 0x31 + (x) * 2 /* Get RPM. */ 78 int rpm; member 89 /* We can read the PWM and the RPM from a PWM controlled fan. 106 static int fcu_fan_set_rpm(struct fcu_fan *fan, int rpm); 110 int *rpm); 253 device_printf(dev, "FCU initialized, RPM shift: %d\n", in fcu_start() 265 fcu_fan_set_rpm(struct fcu_fan *fan, int rpm) in fcu_fan_set_rpm() argument 274 rpm = max(fan->fan.min_rpm, rpm); in fcu_fan_set_rpm() 275 rpm = min(fan->fan.max_rpm, rpm); in fcu_fan_set_rpm() 279 fan->setpoint = rpm; in fcu_fan_set_rpm() [all …]
|
/freebsd/usr.sbin/rrenumd/ |
H A D | parser.y | 336 struct rr_pco_match *rpm; variable 338 rpm = &ple_cur.pl_rpm; 339 memset(rpm, 0, sizeof(*rpm)); 341 rpm->rpm_code = $1; 342 rpm->rpm_prefix = $3.addr; 343 rpm->rpm_matchlen = $3.plen; 344 rpm->rpm_maxlen = $4; 345 rpm->rpm_minlen = $5; 405 struct rr_pco_match *rpm; variable 409 rpm = (struct rr_pco_match *)(irr + 1); [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/interconnect/ |
H A D | qcom,rpm.yaml | 4 $id: http://devicetree.org/schemas/interconnect/qcom,rpm.yaml# 7 title: Qualcomm RPM Network-On-Chip Interconnect 13 RPM interconnect providers support system bandwidth requirements through 14 RPM processor. The provider is able to communicate with the RPM through 15 the RPM shared memory device. 18 - $ref: qcom,rpm-common.yaml#
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | rpm | 3 # $File: rpm,v 1.13 2023/10/31 21:46:28 christos Exp $ 5 # RPM: file(1) magic for Red Hat Packages Erik Troan (ewt@redhat.com) 7 0 belong 0xedabeedb RPM 8 !:mime application/x-rpm 38 #delta RPM Daniel Novotny (dnovotny@redhat.com) 39 0 string drpm Delta RPM 40 !:mime application/x-rpm
|
/freebsd/contrib/file/tests/ |
H A D | Makefile.am | 120 rpm-v3.0-bin-aarch64.result \ 121 rpm-v3.0-bin-aarch64.testfile \ 122 rpm-v3.0-bin-powerpc64.result \ 123 rpm-v3.0-bin-powerpc64.testfile \ 124 rpm-v3.0-bin-s390x.result \ 125 rpm-v3.0-bin-s390x.testfile \ 126 rpm-v3.0-bin-x86_64.result \ 127 rpm-v3.0-bin-x86_64.testfile \ 128 rpm-v3.0-src.result \ 129 rpm-v3.0-src.testfile \
|
/freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
H A D | fan-common.yaml | 14 max-rpm: 16 Max RPM supported by fan. 20 min-rpm: 22 Min RPM supported by fan. 37 target-rpm: 39 The default desired fan speed in RPM.
|
/freebsd/share/man/man4/ |
H A D | ncthwm.4 | 36 CPU fan speed in RPM. 38 System fan speed in RPM. 40 AUX0 fan speed in RPM. 42 AUX1 fan speed in RPM. 44 AUX2 fan speed in RPM.
|