Searched +full:ocp +full:- +full:retry +full:- +full:delay (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/contrib/device-tree/src/arm/qcom/ |
| H A D | qcom-pm8941.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/iio/qcom,spmi-vadc.h> 3 #include <dt-bindings/interrupt-controller/irq.h> 4 #include <dt-bindings/spmi/spmi.h> 8 thermal-zones { 9 pm8941-therma [all...] |
| /freebsd/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | qcom,spmi-regulator.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/regulator/qcom,spmi-regulator.yaml# 5 $schema: http://devicetree.org/meta-schema [all...] |
| H A D | qcom,spmi-regulator.txt | 3 - compatible: 7 "qcom,pm8004-regulators" 8 "qcom,pm8005-regulators" 9 "qcom,pm8226-regulators" 10 "qcom,pm8841-regulators" 11 "qcom,pm8916-regulators" 12 "qcom,pm8941-regulators" 13 "qcom,pm8950-regulators" 14 "qcom,pm8994-regulators" 15 "qcom,pmi8994-regulators" [all …]
|
| /freebsd/sys/dev/bhnd/ |
| H A D | bhnd_subr.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2015-2016 Landon Fuller <landon@landonf.org> 115 BHND_CDESC(BCM, ARM7S, CPU, "ARM7TDMI-S CPU"), 118 BHND_CDESC(BCM, SSNPHY, WLAN_PHY, "802.11n Single-Stream PHY"), 120 BHND_CDESC(BCM, ARMCM3, CPU, "ARM Cortex-M3 CPU"), 126 BHND_CDESC(BCM, OCP, SOC_BRIDGE, "OCP to OCP Bridge"), 128 BHND_CDESC(BCM, AHB, SOC_BRIDGE, "OCP to AHB Bridge"), 176 * Device table entries for core-specific CLKCTL quirk lookup. 203 * @param vendor A JEP106 Manufacturer ID, including the non-standard ARM 4-bit [all …]
|
| /freebsd/sys/dev/ixl/ |
| H A D | i40e_common.c | 3 Copyright (c) 2013-2018, Intel Corporation 41 * i40e_set_mac_type - Sets MAC type 53 if (hw->vendor_id == I40E_INTEL_VENDOR_ID) { in i40e_set_mac_type() 54 switch (hw->device_id) { in i40e_set_mac_type() 75 hw->mac.type = I40E_MAC_XL710; in i40e_set_mac_type() 83 hw->mac.type = I40E_MAC_X722; in i40e_set_mac_type() 86 hw->mac.type = I40E_MAC_X722_VF; in i40e_set_mac_type() 91 hw->mac.type = I40E_MAC_VF; in i40e_set_mac_type() 94 hw->mac.type = I40E_MAC_GENERIC; in i40e_set_mac_type() 102 hw->mac.type, status); in i40e_set_mac_type() [all …]
|