Home
last modified time | relevance | path

Searched full:grade (Results 1 – 25 of 56) sorted by relevance

123

/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/tests/
Dlinks.c72 unsigned int grade; member
81 .grade = 177,
90 .grade = 344,
99 .grade = 3442,
109 .grade = 1836,
120 .grade = 2061,
131 .grade = 1552,
140 .grade = 1750,
149 .grade = 1312,
158 .grade = 1806,
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/clock/
Dxlnx,clocking-wizard.yaml43 xlnx,speed-grade:
47 Speed grade of the device. Higher the speed grade faster is the FPGA device.
62 - xlnx,speed-grade
73 xlnx,speed-grade = <1>;
Dsilabs,si544.txt13 to the speed grade of the chip.
Dsilabs,si5341.txt25 The device type, speed grade and revision are determined runtime by probing.
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/
Dlink.c442 u16 grade; member
448 .grade = _grade \
473 #define MAX_GRADE (rssi_to_grade_map[ARRAY_SIZE(rssi_to_grade_map) - 1].grade)
587 /* This function calculates the grade of a link. Returns 0 in error case */
594 unsigned int grade = MAX_GRADE; in iwl_mvm_get_link_grade() local
616 /* No valid RSSI - take the lowest grade */ in iwl_mvm_get_link_grade()
620 /* Get grade based on RSSI */ in iwl_mvm_get_link_grade()
627 grade = line->grade; in iwl_mvm_get_link_grade()
632 grade = grade * iwl_mvm_get_chan_load_factor(link_conf) / SCALE_FACTOR; in iwl_mvm_get_link_grade()
633 grade = grade * iwl_mvm_get_puncturing_factor(link_conf) / SCALE_FACTOR; in iwl_mvm_get_link_grade()
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/cpufreq/
Dimx-cpufreq-dt.txt13 - Supported speed grade mask
27 /* grade >= 0, consumer only */
34 /* grade >= 1, all segments */
/linux-6.12.1/drivers/mmc/host/
Ddw_mmc-starfive.c59 static const int grade = MAX_DELAY_CHAIN; in dw_mci_starfive_execute_tuning() local
64 for (smpl_phase = 0; smpl_phase < grade; smpl_phase++) { in dw_mci_starfive_execute_tuning()
78 if (smpl_phase >= grade) in dw_mci_starfive_execute_tuning()
79 smpl_fall = grade - 1; in dw_mci_starfive_execute_tuning()
/linux-6.12.1/Documentation/devicetree/bindings/nvmem/
Dimx-ocotp.yaml76 cpu_speed_grade: speed-grade@10 {
84 tempmon_temp_grade: temp-grade@20 {
/linux-6.12.1/Documentation/devicetree/bindings/thermal/
Dimx-thermal.yaml40 - description: Phandle to the temperature grade provided by ocotp
93 tempmon_temp_grade: temp-grade@20 {
/linux-6.12.1/scripts/package/
Dsnapcraft.template5 grade: stable
/linux-6.12.1/arch/arm64/boot/dts/freescale/
Dtqma8xx.dtsi47 /* TQMa8Xx only uses industrial grade, reduce trip points accordingly */
55 /* end of temperature grade adjustments */
/linux-6.12.1/net/tipc/
DKconfig13 originates from Ericsson where it has been used in carrier grade
/linux-6.12.1/Documentation/devicetree/bindings/sound/
Dcirrus,cs4234.yaml19 standard audio grade DAC, with performance specifications identical
/linux-6.12.1/sound/soc/atmel/
DKconfig176 2 data lines. The signal path includes an audio grade programmable
/linux-6.12.1/drivers/clk/
Dclk-si544.c39 /* Max freq depends on speed grade */
45 /* VCO range is 10.8 .. 12.1 GHz, max depends on speed grade */
/linux-6.12.1/drivers/cpufreq/
Dti-cpufreq.c60 * The V, U, and T speed grade numbering is out of order
294 * high speed grade eFuse and no abb ldo
Dimx-cpufreq-dt.c153 dev_info(&pdev->dev, "cpu speed grade %d mkt segment %d supported-hw %#x %#x\n", in imx_cpufreq_dt_probe()
Dsun50i-cpufreq-nvmem.c159 * sun50i_cpufreq_get_efuse() - Determine speed grade from efuse value
/linux-6.12.1/drivers/acpi/
Dthermal_lib.c15 * Minimum temperature for full military grade is 218°K (-55°C) and
/linux-6.12.1/drivers/clk/xilinx/
Dclk-xlnx-clock-wizard.c131 * @speed_grade: Speed grade of the device
181 /* maximum frequencies for input/output clocks per speed grade */
990 ret = of_property_read_u32(np, "xlnx,speed-grade", &clk_wzrd->speed_grade); in clk_wzrd_probe()
993 dev_warn(&pdev->dev, "invalid speed grade '%d'\n", in clk_wzrd_probe()
/linux-6.12.1/Documentation/devicetree/bindings/mfd/
Drohm,bd96801-pmic.yaml13 BD96801 is an automotive grade single-chip power management IC.
/linux-6.12.1/arch/arm/boot/dts/ti/omap/
Domap34xx.dtsi71 /* only high-speed grade omap3530 devices */
/linux-6.12.1/drivers/staging/most/Documentation/
Ddriver_usage.txt23 of Automotive Grade Linux to create open source software solutions for
/linux-6.12.1/drivers/thermal/
Dimx_thermal.c425 /* The maximum die temp is specified by the Temperature Grade */ in imx_init_temp_grade()
696 dev_info(dev, "%s CPU temperature grade - max:%dC" in imx_thermal_probe()
/linux-6.12.1/Documentation/driver-api/thermal/
Dpower_allocator.rst70 to the speed-grade of the silicon. `sustainable_power` is therefore

123