Home
last modified time | relevance | path

Searched refs:supported (Results 1 – 25 of 1955) sorted by relevance

12345678910>>...79

/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dtegra30-cpu-opp.dtsi10 opp-supported-hw = <0x1F 0x31FE>;
16 opp-supported-hw = <0x1F 0x0C01>;
22 opp-supported-hw = <0x1F 0x0200>;
28 opp-supported-hw = <0x1F 0x31FE>;
34 opp-supported-hw = <0x1F 0x0C01>;
40 opp-supported-hw = <0x1F 0x0200>;
46 opp-supported-hw = <0x1F 0x31FE>;
52 opp-supported-hw = <0x1F 0x0C01>;
58 opp-supported-hw = <0x1F 0x0200>;
64 opp-supported-hw = <0x1F 0x0C00>;
[all …]
Dtegra20-cpu-opp.dtsi10 opp-supported-hw = <0x0F 0x0003>;
16 opp-supported-hw = <0x0F 0x0004>;
22 opp-supported-hw = <0x0F 0x0003>;
28 opp-supported-hw = <0x0F 0x0004>;
34 opp-supported-hw = <0x0C 0x0003>;
40 opp-supported-hw = <0x03 0x0006>, <0x04 0x0004>,
47 opp-supported-hw = <0x03 0x0001>;
53 opp-supported-hw = <0x08 0x0003>;
59 opp-supported-hw = <0x04 0x0006>, <0x08 0x0004>;
65 opp-supported-hw = <0x04 0x0001>;
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/opp/
Dqcom-nvmem-cpufreq.txt46 - opp-supported-hw: A single 32 bit bitmap value, representing compatible HW.
151 opp-supported-hw = <0x77>;
157 opp-supported-hw = <0x70>;
163 opp-supported-hw = <0x7>;
169 opp-supported-hw = <0x70>;
175 opp-supported-hw = <0x7>;
181 opp-supported-hw = <0x70>;
187 opp-supported-hw = <0x7>;
193 opp-supported-hw = <0x70>;
199 opp-supported-hw = <0x7>;
[all …]
/kernel/linux/linux-5.10/net/mac802154/
Dmain.c103 phy->supported.max_minbe = 8; in ieee802154_alloc_hw()
104 phy->supported.min_maxbe = 3; in ieee802154_alloc_hw()
105 phy->supported.max_maxbe = 8; in ieee802154_alloc_hw()
106 phy->supported.min_frame_retries = 0; in ieee802154_alloc_hw()
107 phy->supported.max_frame_retries = 7; in ieee802154_alloc_hw()
108 phy->supported.max_csma_backoffs = 5; in ieee802154_alloc_hw()
109 phy->supported.lbt = NL802154_SUPPORTED_BOOL_FALSE; in ieee802154_alloc_hw()
112 phy->supported.iftypes = BIT(NL802154_IFTYPE_NODE); in ieee802154_alloc_hw()
163 local->phy->supported.min_csma_backoffs = 4; in ieee802154_register_hw()
164 local->phy->supported.max_csma_backoffs = 4; in ieee802154_register_hw()
[all …]
/kernel/linux/linux-5.10/drivers/net/ieee802154/
Dfakelb.c141 hw->phy->supported.channels[0] |= 1; in fakelb_add_one()
143 hw->phy->supported.channels[0] |= 0x7fe; in fakelb_add_one()
145 hw->phy->supported.channels[0] |= 0x7FFF800; in fakelb_add_one()
147 hw->phy->supported.channels[1] |= 1; in fakelb_add_one()
149 hw->phy->supported.channels[1] |= 0x7fe; in fakelb_add_one()
151 hw->phy->supported.channels[2] |= 1; in fakelb_add_one()
153 hw->phy->supported.channels[2] |= 0x7fe; in fakelb_add_one()
155 hw->phy->supported.channels[3] |= 0x3fff; in fakelb_add_one()
157 hw->phy->supported.channels[4] |= 1; in fakelb_add_one()
159 hw->phy->supported.channels[4] |= 0x1e; in fakelb_add_one()
[all …]
Datusb.c503 for (i = 0; i < hw->phy->supported.tx_powers_size; i++) { in atusb_set_txpower()
504 if (hw->phy->supported.tx_powers[i] == mbm) in atusb_set_txpower()
516 for (i = 0; i < hw->phy->supported.tx_powers_size; i++) { in hulusb_set_txpower()
517 if (hw->phy->supported.tx_powers[i] == mbm) in hulusb_set_txpower()
589 lp->hw->phy->supported.cca_ed_levels = at86rf212_ed_levels_98; in hulusb_set_cca_ed_level()
590 lp->hw->phy->supported.cca_ed_levels_size = ARRAY_SIZE(at86rf212_ed_levels_98); in hulusb_set_cca_ed_level()
594 lp->hw->phy->supported.cca_ed_levels = at86rf212_ed_levels_100; in hulusb_set_cca_ed_level()
595 lp->hw->phy->supported.cca_ed_levels_size = ARRAY_SIZE(at86rf212_ed_levels_100); in hulusb_set_cca_ed_level()
611 for (i = 0; i < hw->phy->supported.cca_ed_levels_size; i++) { in atusb_set_cca_ed_level()
612 if (hw->phy->supported.cca_ed_levels[i] == mbm) in atusb_set_cca_ed_level()
[all …]
/kernel/linux/linux-5.10/net/ethtool/
Dcoalesce.c128 u32 supported = data->supported_params; in coalesce_fill_reply() local
131 coal->rx_coalesce_usecs, supported) || in coalesce_fill_reply()
133 coal->rx_max_coalesced_frames, supported) || in coalesce_fill_reply()
135 coal->rx_coalesce_usecs_irq, supported) || in coalesce_fill_reply()
137 coal->rx_max_coalesced_frames_irq, supported) || in coalesce_fill_reply()
139 coal->tx_coalesce_usecs, supported) || in coalesce_fill_reply()
141 coal->tx_max_coalesced_frames, supported) || in coalesce_fill_reply()
143 coal->tx_coalesce_usecs_irq, supported) || in coalesce_fill_reply()
145 coal->tx_max_coalesced_frames_irq, supported) || in coalesce_fill_reply()
147 coal->stats_block_coalesce_usecs, supported) || in coalesce_fill_reply()
[all …]
/kernel/linux/linux-5.10/drivers/net/phy/
Dphylink.c56 __ETHTOOL_DECLARE_LINK_MODE_MASK(supported);
156 static int phylink_validate(struct phylink *pl, unsigned long *supported, in phylink_validate() argument
159 pl->mac_ops->validate(pl->config, supported, state); in phylink_validate()
161 return phylink_is_empty_linkmode(supported) ? -EINVAL : 0; in phylink_validate()
235 bitmap_fill(pl->supported, __ETHTOOL_LINK_MODE_MASK_NBITS); in phylink_parse_fixedlink()
236 linkmode_copy(pl->link_config.advertising, pl->supported); in phylink_parse_fixedlink()
237 phylink_validate(pl, pl->supported, &pl->link_config); in phylink_parse_fixedlink()
240 pl->supported, true); in phylink_parse_fixedlink()
241 linkmode_zero(pl->supported); in phylink_parse_fixedlink()
242 phylink_set(pl->supported, MII); in phylink_parse_fixedlink()
[all …]
Dphy-c45.c97 phydev->supported); in genphy_c45_an_config_aneg()
411 linkmode_clear_bit(ETHTOOL_LINK_MODE_Autoneg_BIT, phydev->supported); in genphy_c45_pma_read_abilities()
419 phydev->supported); in genphy_c45_pma_read_abilities()
427 phydev->supported, in genphy_c45_pma_read_abilities()
431 phydev->supported, in genphy_c45_pma_read_abilities()
435 phydev->supported, in genphy_c45_pma_read_abilities()
444 phydev->supported, in genphy_c45_pma_read_abilities()
447 phydev->supported, in genphy_c45_pma_read_abilities()
450 phydev->supported, in genphy_c45_pma_read_abilities()
453 phydev->supported, in genphy_c45_pma_read_abilities()
[all …]
/kernel/linux/linux-5.10/drivers/net/
Dmdio.c206 ecmd->supported = SUPPORTED_TP; in mdio45_ethtool_gset_npage()
210 ecmd->supported |= SUPPORTED_10000baseT_Full; in mdio45_ethtool_gset_npage()
212 ecmd->supported |= (SUPPORTED_1000baseT_Full | in mdio45_ethtool_gset_npage()
215 ecmd->supported |= (SUPPORTED_100baseT_Full | in mdio45_ethtool_gset_npage()
218 ecmd->supported |= (SUPPORTED_10baseT_Full | in mdio45_ethtool_gset_npage()
225 ecmd->supported = 0; in mdio45_ethtool_gset_npage()
233 ecmd->supported = SUPPORTED_Backplane; in mdio45_ethtool_gset_npage()
237 ecmd->supported |= SUPPORTED_10000baseKX4_Full; in mdio45_ethtool_gset_npage()
239 ecmd->supported |= SUPPORTED_10000baseKR_Full; in mdio45_ethtool_gset_npage()
241 ecmd->supported |= SUPPORTED_1000baseKX_Full; in mdio45_ethtool_gset_npage()
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dufs.rst20 default value, supported as read-only
24 supported as read-write
28 supported as read-write
35 supported as read-write
39 supported as read-write
43 supported as read-only
47 supported as read-only
51 supported as read-only
55 supported as read-only
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/cpufreq/
Dti-cpufreq.txt7 provide the OPP framework with supported hardware information. This is
29 - opp-supported-hw: Two bitfields indicating:
30 1. Which revision of the SoC the OPP is supported by
73 opp-supported-hw = <0x06 0x0010>;
80 opp-supported-hw = <0x01 0x00FF>;
87 opp-supported-hw = <0x06 0x0020>;
94 opp-supported-hw = <0x01 0xFFFF>;
100 opp-supported-hw = <0x06 0x0040>;
106 opp-supported-hw = <0x01 0xFFFF>;
112 opp-supported-hw = <0x06 0x0080>;
[all …]
Dimx-cpufreq-dt.txt6 the opp-supported-hw values for each OPP to check if the OPP is allowed.
12 - opp-supported-hw: Two bitmaps indicating:
28 opp-supported-hw = <0xf>, <0x3>;
35 opp-supported-hw = <0xe>, <0x7>;
/kernel/linux/linux-5.10/drivers/net/pcs/
Dpcs-xpcs.c126 const int *supported; member
132 .supported = xpcs_usxgmii_features,
137 .supported = xpcs_10gkr_features,
142 .supported = xpcs_xlgmii_features,
290 static int xpcs_get_max_usxgmii_speed(const unsigned long *supported) in xpcs_get_max_usxgmii_speed() argument
294 if (phylink_test(supported, 1000baseKX_Full)) in xpcs_get_max_usxgmii_speed()
296 if (phylink_test(supported, 2500baseX_Full)) in xpcs_get_max_usxgmii_speed()
298 if (phylink_test(supported, 10000baseKX4_Full)) in xpcs_get_max_usxgmii_speed()
300 if (phylink_test(supported, 10000baseKR_Full)) in xpcs_get_max_usxgmii_speed()
372 if (phylink_test(xpcs->supported, 2500baseX_Full)) in xpcs_config_aneg_c73()
[all …]
/kernel/linux/linux-5.10/drivers/pci/
Dats.c363 u16 control, supported; in pci_enable_pasid() local
385 pci_read_config_word(pdev, pasid + PCI_PASID_CAP, &supported); in pci_enable_pasid()
386 supported &= PCI_PASID_CAP_EXEC | PCI_PASID_CAP_PRIV; in pci_enable_pasid()
389 if ((supported & features) != features) in pci_enable_pasid()
462 u16 supported; in pci_pasid_features() local
472 pci_read_config_word(pdev, pasid + PCI_PASID_CAP, &supported); in pci_pasid_features()
474 supported &= PCI_PASID_CAP_EXEC | PCI_PASID_CAP_PRIV; in pci_pasid_features()
476 return supported; in pci_pasid_features()
491 u16 supported; in pci_max_pasids() local
501 pci_read_config_word(pdev, pasid + PCI_PASID_CAP, &supported); in pci_max_pasids()
[all …]
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
Dfeat_ctl.c25 u32 supported, funcs, ept, vpid, ign; in init_vmx_capabilities() local
39 rdmsr(MSR_IA32_VMX_PROCBASED_CTLS, ign, supported); in init_vmx_capabilities()
40 c->vmx_capability[PRIMARY_CTLS] = supported; in init_vmx_capabilities()
42 rdmsr_safe(MSR_IA32_VMX_PROCBASED_CTLS2, &ign, &supported); in init_vmx_capabilities()
43 c->vmx_capability[SECONDARY_CTLS] = supported; in init_vmx_capabilities()
45 rdmsr(MSR_IA32_VMX_PINBASED_CTLS, ign, supported); in init_vmx_capabilities()
55 WARN_ON_ONCE(supported >> 16); in init_vmx_capabilities()
57 c->vmx_capability[MISC_FEATURES] = (supported & 0xffff) | in init_vmx_capabilities()
/kernel/linux/linux-5.10/Documentation/arm/samsung-s3c24xx/
Ds3c2412.rst42 The UART hardware is similar to the S3C2440, and is supported by the
49 The NAND hardware is similar to the S3C2440, and is supported by the
57 control. The OHCI portion is supported by the ohci-s3c2410 driver, and
58 the clock control selection is supported by the core clock code.
70 All the standard, and external interrupt sources are supported. The
71 extra sub-sources are not yet supported.
77 The RTC hardware is similar to the S3C2410, and is supported by the
84 The watchdog hardware is the same as the S3C2410, and is supported by
96 The IIC hardware is the same as the S3C2410, and is supported by the
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/alx/
Dethtool.c111 u32 supported = SUPPORTED_10baseT_Half | in alx_get_supported_speeds() local
117 supported |= SUPPORTED_1000baseT_Full; in alx_get_supported_speeds()
125 return supported; in alx_get_supported_speeds()
133 u32 supported, advertising; in alx_get_link_ksettings() local
135 supported = SUPPORTED_Autoneg | in alx_get_link_ksettings()
140 supported |= SUPPORTED_1000baseT_Full; in alx_get_link_ksettings()
141 supported |= alx_get_supported_speeds(hw); in alx_get_link_ksettings()
169 ethtool_convert_legacy_u32_to_link_mode(cmd->link_modes.supported, in alx_get_link_ksettings()
170 supported); in alx_get_link_ksettings()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dmman.h65 unsigned long supported = PROT_READ | PROT_WRITE | PROT_EXEC | PROT_SEM; in arch_validate_prot() local
68 supported |= PROT_BTI; in arch_validate_prot()
71 supported |= PROT_MTE; in arch_validate_prot()
73 return (prot & ~supported) == 0; in arch_validate_prot()
/kernel/linux/linux-5.10/drivers/s390/net/
Dqeth_ethtool.c330 ethtool_link_ksettings_zero_link_mode(cmd, supported); in qeth_set_cmd_adv_sup()
334 ethtool_link_ksettings_add_link_mode(cmd, supported, Autoneg); in qeth_set_cmd_adv_sup()
339 ethtool_link_ksettings_add_link_mode(cmd, supported, TP); in qeth_set_cmd_adv_sup()
343 ethtool_link_ksettings_add_link_mode(cmd, supported, FIBRE); in qeth_set_cmd_adv_sup()
347 ethtool_link_ksettings_add_link_mode(cmd, supported, TP); in qeth_set_cmd_adv_sup()
355 ethtool_link_ksettings_add_link_mode(cmd, supported, in qeth_set_cmd_adv_sup()
361 ethtool_link_ksettings_add_link_mode(cmd, supported, in qeth_set_cmd_adv_sup()
367 ethtool_link_ksettings_add_link_mode(cmd, supported, in qeth_set_cmd_adv_sup()
371 ethtool_link_ksettings_add_link_mode(cmd, supported, in qeth_set_cmd_adv_sup()
377 ethtool_link_ksettings_add_link_mode(cmd, supported, in qeth_set_cmd_adv_sup()
[all …]
/kernel/linux/linux-5.10/Documentation/input/joydev/
Djoystick.rst151 Cyborg 'digital' joysticks are also supported by this driver, because
228 Microsoft 'Digital Overdrive' protocol is supported by the sidewinder.c
229 module. All currently supported joysticks:
248 The SideWinder Standard is not a digital joystick, and thus is supported
254 Logitech ADI protocol is supported by the adi.c module. It should support
275 Logitech Magellan are supported by serial drivers described below. Logitech
276 WingMan Force and Logitech WingMan Formula Force are supported by the
277 I-Force driver described below. Logitech CyberMan is not supported yet.
282 Gravis GrIP protocol is supported by the grip.c module. It currently
294 GrIP MultiPort isn't supported yet. Gravis Stinger is a serial device and is
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/
Dsnps,dw-axi-dmac.txt8 - dma-channels: Number of channels supported by hardware.
9 - snps,dma-masters: Number of AXI masters supported by the hardware.
10 - snps,data-width: Maximum AXI data width supported by hardware.
15 - snps,block-size: Maximum block size supported by the controller channel.
21 supported by DMAC is used. [1:256]
/kernel/linux/linux-5.10/arch/mips/mti-malta/
Dmalta-setup.c95 int supported = 0; in plat_enable_iocoherency() local
102 supported = 1; in plat_enable_iocoherency()
125 supported = 1; in plat_enable_iocoherency()
127 hw_coherentio = supported; in plat_enable_iocoherency()
128 return supported; in plat_enable_iocoherency()
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/
Dionic_ethtool.c127 ethtool_link_ksettings_zero_link_mode(ks, supported); in ionic_get_link_ksettings()
142 ethtool_link_ksettings_add_link_mode(ks, supported, in ionic_get_link_ksettings()
147 ethtool_link_ksettings_add_link_mode(ks, supported, in ionic_get_link_ksettings()
154 ethtool_link_ksettings_add_link_mode(ks, supported, in ionic_get_link_ksettings()
160 ethtool_link_ksettings_add_link_mode(ks, supported, in ionic_get_link_ksettings()
168 ethtool_link_ksettings_add_link_mode(ks, supported, in ionic_get_link_ksettings()
174 ethtool_link_ksettings_add_link_mode(ks, supported, in ionic_get_link_ksettings()
178 ethtool_link_ksettings_add_link_mode(ks, supported, in ionic_get_link_ksettings()
183 ethtool_link_ksettings_add_link_mode(ks, supported, in ionic_get_link_ksettings()
187 ethtool_link_ksettings_add_link_mode(ks, supported, in ionic_get_link_ksettings()
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/
Dapm-xgene-phy.txt20 supported link speed on the host. Range from 0 to
26 supported link speed on the host. Default is 0.
29 (up to 3) supported link speed on the host. Range is
32 each (up to 3) supported link speed on the host.
36 3-tuple setting for each (up to 3) supported link
40 3-tuple setting for each (up to 3) supported link
47 supported link speed on the host.

12345678910>>...79