/Linux-v5.15/drivers/scsi/megaraid/ |
D | Kconfig.megaraid | 30 Dell PERC4/SC 1000:1960:1028:0520 31 Dell PERC4/DC 1000:1960:1028:0518 32 Dell PERC4/QC 1000:0407:1028:0531 39 Dell PERC 4e/DC 1000:0408:1028:0002 40 Dell PERC 4e/SC 1000:0408:1028:0001 41 LSI MegaRAID SCSI 320-0 1000:1960:1000:A520 42 LSI MegaRAID SCSI 320-1 1000:1960:1000:0520 43 LSI MegaRAID SCSI 320-2 1000:1960:1000:0518 44 LSI MegaRAID SCSI 320-0X 1000:0407:1000:0530 45 LSI MegaRAID SCSI 320-2X 1000:0407:1000:0532 [all …]
|
/Linux-v5.15/drivers/clk/mvebu/ |
D | armada-39x.c | 55 [0x0] = 666 * 1000 * 1000, 56 [0x2] = 800 * 1000 * 1000, 57 [0x3] = 800 * 1000 * 1000, 58 [0x4] = 1066 * 1000 * 1000, 59 [0x5] = 1066 * 1000 * 1000, 60 [0x6] = 1200 * 1000 * 1000, 61 [0x8] = 1332 * 1000 * 1000, 62 [0xB] = 1600 * 1000 * 1000, 63 [0xC] = 1600 * 1000 * 1000, 64 [0x12] = 1800 * 1000 * 1000, [all …]
|
D | armada-38x.c | 47 666 * 1000 * 1000, 0, 800 * 1000 * 1000, 0, 48 1066 * 1000 * 1000, 0, 1200 * 1000 * 1000, 0, 49 1332 * 1000 * 1000, 0, 0, 0, 50 1600 * 1000 * 1000, 0, 0, 0, 51 1866 * 1000 * 1000, 0, 0, 2000 * 1000 * 1000,
|
/Linux-v5.15/arch/arm64/boot/dts/exynos/ |
D | exynos5433-tmu.dtsi | 19 hysteresis = <1000>; /* millicelsius */ 24 hysteresis = <1000>; /* millicelsius */ 29 hysteresis = <1000>; /* millicelsius */ 34 hysteresis = <1000>; /* millicelsius */ 39 hysteresis = <1000>; /* millicelsius */ 44 hysteresis = <1000>; /* millicelsius */ 49 hysteresis = <1000>; /* millicelsius */ 92 /* Set maximum frequency as 1000MHz */ 107 hysteresis = <1000>; /* millicelsius */ 112 hysteresis = <1000>; /* millicelsius */ [all …]
|
/Linux-v5.15/drivers/gpu/drm/nouveau/dispnv04/ |
D | arb.c | 80 us_m = mclk_loop * 1000 * 1000 / mclk_freq; in nv04_calc_arb() 81 us_n = nvclks * 1000 * 1000 / nvclk_freq; in nv04_calc_arb() 82 us_p = nvclks * 1000 * 1000 / pclk_freq; in nv04_calc_arb() 87 cpm_us = crtpagemiss * pagemiss * 1000 * 1000 / mclk_freq; in nv04_calc_arb() 89 clwm = us_crt * crtc_drain_rate / (1000 * 1000); in nv04_calc_arb() 152 fill_lat = mclks * 1000 * 1000 / mclk_freq /* minimum mclk latency */ in nv10_calc_arb() 153 + nvclks * 1000 * 1000 / nvclk_freq /* nvclk latency */ in nv10_calc_arb() 154 + pclks * 1000 * 1000 / pclk_freq; /* pclk latency */ in nv10_calc_arb() 163 extra_lat = xclks * 1000 * 1000 / mclk_freq; in nv10_calc_arb() 172 max_burst_o = (1 + fifo_len - extra_lat * drain_rate / (1000 * 1000)) in nv10_calc_arb() [all …]
|
/Linux-v5.15/arch/arm64/boot/dts/microchip/ |
D | sparx5_pcb135_board.dtsi | 376 microchip,bandwidth = <1000>; 383 microchip,bandwidth = <1000>; 390 microchip,bandwidth = <1000>; 397 microchip,bandwidth = <1000>; 404 microchip,bandwidth = <1000>; 411 microchip,bandwidth = <1000>; 418 microchip,bandwidth = <1000>; 425 microchip,bandwidth = <1000>; 432 microchip,bandwidth = <1000>; 439 microchip,bandwidth = <1000>; [all …]
|
/Linux-v5.15/tools/perf/tests/ |
D | hists_cumulate.c | 84 struct perf_sample sample = { .period = 1000, }; in add_hist_entries() 271 { 0, 1000, "bash", "[kernel]", "page_fault" }, in test1() 272 { 0, 1000, "bash", "bash", "main" }, in test1() 273 { 0, 1000, "bash", "bash", "xmalloc" }, in test1() 274 { 0, 1000, "perf", "[kernel]", "page_fault" }, in test1() 275 { 0, 1000, "perf", "[kernel]", "schedule" }, in test1() 276 { 0, 1000, "perf", "libc", "free" }, in test1() 277 { 0, 1000, "perf", "libc", "malloc" }, in test1() 278 { 0, 1000, "perf", "perf", "cmd_record" }, in test1() 369 { 0, 1000, "bash", "[kernel]", "page_fault" }, in test2() [all …]
|
/Linux-v5.15/include/uapi/linux/ |
D | mii.h | 23 #define MII_CTRL1000 0x09 /* 1000BASE-T control */ 24 #define MII_STAT1000 0x0a /* 1000BASE-T status */ 42 #define BMCR_SPEED1000 0x0040 /* MSB of Speed (1000) */ 75 #define ADVERTISE_1000XFULL 0x0020 /* Try for 1000BASE-X full-duplex */ 77 #define ADVERTISE_1000XHALF 0x0040 /* Try for 1000BASE-X half-duplex */ 79 #define ADVERTISE_1000XPAUSE 0x0080 /* Try for 1000BASE-X pause */ 81 #define ADVERTISE_1000XPSE_ASYM 0x0100 /* Try for 1000BASE-X asym pause */ 98 #define LPA_1000XFULL 0x0020 /* Can do 1000BASE-X full-duplex */ 100 #define LPA_1000XHALF 0x0040 /* Can do 1000BASE-X half-duplex */ 102 #define LPA_1000XPAUSE 0x0080 /* Can do 1000BASE-X pause */ [all …]
|
/Linux-v5.15/drivers/media/tuners/ |
D | mt20xx.c | 73 f1=f1/1000; //scale to kHz to avoid 32bit overflows in mt2032_spurcheck() 74 f2=f2/1000; in mt2032_spurcheck() 75 spectrum_from/=1000; in mt2032_spurcheck() 76 spectrum_to/=1000; in mt2032_spurcheck() 111 fref= 5250 *1000; //5.25MHz in mt2032_compute_freq() 114 lo1=(2*(desired_lo1/1000)+(fref/1000)) / (2*fref/1000); in mt2032_compute_freq() 118 s=rfin/1000/1000+1090; in mt2032_compute_freq() 145 lo2num=((desired_lo2/1000)%(fref/1000))* 3780/(fref/1000); //scale to fit in 32bit arith in mt2032_compute_freq() 146 lo2freq=(lo2a+8*lo2n)*fref + lo2num*(fref/1000)/3780*1000; in mt2032_compute_freq() 168 if(rfin >400*1000*1000) in mt2032_compute_freq() [all …]
|
/Linux-v5.15/arch/arm/probes/ |
D | decode-thumb.c | 22 /* SRS 1110 1000 00x0 xxxx xxxx xxxx xxxx xxxx */ 23 /* RFE 1110 1000 00x1 xxxx xxxx xxxx xxxx xxxx */ 36 /* STMIA 1110 1000 10x0 xxxx xxxx xxxx xxxx xxxx */ 37 /* LDMIA 1110 1000 10x1 xxxx xxxx xxxx xxxx xxxx */ 48 /* STRD (immediate) 1110 1000 x110 xxxx xxxx xxxx xxxx xxxx */ 49 /* LDRD (immediate) 1110 1000 x111 xxxx xxxx xxxx xxxx xxxx */ 56 /* TBB 1110 1000 1101 xxxx xxxx xxxx 0000 xxxx */ 57 /* TBH 1110 1000 1101 xxxx xxxx xxxx 0001 xxxx */ 61 /* STREX 1110 1000 0100 xxxx xxxx xxxx xxxx xxxx */ 62 /* LDREX 1110 1000 0101 xxxx xxxx xxxx xxxx xxxx */ [all …]
|
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn302/ |
D | dcn302_hwseq.c | 62 1, 1000); in dcn302_dpp_pg_control() 70 1, 1000); in dcn302_dpp_pg_control() 78 1, 1000); in dcn302_dpp_pg_control() 86 1, 1000); in dcn302_dpp_pg_control() 94 1, 1000); in dcn302_dpp_pg_control() 119 1, 1000); in dcn302_hubp_pg_control() 127 1, 1000); in dcn302_hubp_pg_control() 135 1, 1000); in dcn302_hubp_pg_control() 143 1, 1000); in dcn302_hubp_pg_control() 151 1, 1000); in dcn302_hubp_pg_control() [all …]
|
/Linux-v5.15/drivers/misc/habanalabs/gaudi/ |
D | gaudi_hwmgr.c | 34 *max_clk = (value / 1000 / 1000); in gaudi_get_clk_rate() 45 *cur_clk = (value / 1000 / 1000); in gaudi_get_clk_rate() 64 return sprintf(buf, "%lu\n", (value / 1000 / 1000)); in clk_max_freq_mhz_show() 86 gaudi->max_freq_value = value * 1000 * 1000; in clk_max_freq_mhz_store() 105 return sprintf(buf, "%lu\n", (value / 1000 / 1000)); in clk_cur_freq_mhz_show()
|
/Linux-v5.15/drivers/cpufreq/ |
D | armada-37xx-cpufreq.c | 75 #define MIN_VOLT_MV 1000 111 /* {.cpu_freq_max = 1200*1000*1000, .divider = {1, 2, 4, 6} }, */ 112 {.cpu_freq_max = 1000*1000*1000, .divider = {1, 2, 4, 5} }, 113 {.cpu_freq_max = 800*1000*1000, .divider = {1, 2, 3, 4} }, 114 {.cpu_freq_max = 600*1000*1000, .divider = {2, 4, 5, 6} }, 219 * When base CPU frequency is 1000 or 1200 MHz then there is additional 244 * If L0 voltage is smaller than 1000mv, then all VDD sets in armada37xx_cpufreq_avs_configure() 254 * is 1000/1200 MHz to its typical initial values according to in armada37xx_cpufreq_avs_configure() 257 if (dvfs->cpu_freq_max >= 1000*1000*1000) { in armada37xx_cpufreq_avs_configure() 258 if (dvfs->cpu_freq_max >= 1200*1000*1000) in armada37xx_cpufreq_avs_configure() [all …]
|
D | s3c2416-cpufreq.c | 98 return clk_get_rate(s3c_freq->armclk) / 1000; in s3c2416_cpufreq_get_speed() 106 if (clk_get_rate(s3c_freq->armdiv) / 1000 != freq) { in s3c2416_cpufreq_set_armdiv() 107 ret = clk_set_rate(s3c_freq->armdiv, freq * 1000); in s3c2416_cpufreq_set_armdiv() 131 clk_get_rate(s3c_freq->hclk) / 1000); in s3c2416_cpufreq_enter_dvs() 191 clk_get_rate(s3c_freq->hclk) / 1000); in s3c2416_cpufreq_leave_dvs() 193 clk_get_rate(s3c_freq->hclk) / 1000); in s3c2416_cpufreq_leave_dvs() 196 clk_get_rate(s3c_freq->hclk) / 1000, ret); in s3c2416_cpufreq_leave_dvs() 202 clk_get_rate(s3c_freq->armdiv) / 1000); in s3c2416_cpufreq_leave_dvs() 242 ? clk_get_rate(s3c_freq->hclk) / 1000 in s3c2416_cpufreq_set_target() 298 s3c_freq->regulator_latency = 1 * 1000 * 1000; in s3c2416_cpufreq_cfg_regulator() [all …]
|
D | sh-cpufreq.c | 39 return (clk_get_rate(&per_cpu(sh_cpuclk, cpu)) + 500) / 1000; in sh_cpufreq_get() 58 freq = clk_round_rate(cpuclk, target->freq * 1000); in __sh_cpufreq_target() 60 if (freq < (policy->min * 1000) || freq > (policy->max * 1000)) in __sh_cpufreq_target() 63 dev_dbg(dev, "requested frequency %u Hz\n", target->freq * 1000); in __sh_cpufreq_target() 66 freqs.new = (freq + 500) / 1000; in __sh_cpufreq_target() 100 policy->min = (clk_round_rate(cpuclk, 1) + 500) / 1000; in sh_cpufreq_verify() 101 policy->max = (clk_round_rate(cpuclk, ~0UL) + 500) / 1000; in sh_cpufreq_verify() 130 (clk_round_rate(cpuclk, 1) + 500) / 1000; in sh_cpufreq_cpu_init() 132 (clk_round_rate(cpuclk, ~0UL) + 500) / 1000; in sh_cpufreq_cpu_init()
|
/Linux-v5.15/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | pll.c | 303 info->vco1.min_freq = nvbios_rd16(bios, data + 4) * 1000; in nvbios_pll_parse() 304 info->vco1.max_freq = nvbios_rd16(bios, data + 6) * 1000; in nvbios_pll_parse() 305 info->vco2.min_freq = nvbios_rd16(bios, data + 8) * 1000; in nvbios_pll_parse() 306 info->vco2.max_freq = nvbios_rd16(bios, data + 10) * 1000; in nvbios_pll_parse() 307 info->vco1.min_inputfreq = nvbios_rd16(bios, data + 12) * 1000; in nvbios_pll_parse() 308 info->vco2.min_inputfreq = nvbios_rd16(bios, data + 14) * 1000; in nvbios_pll_parse() 309 info->vco1.max_inputfreq = nvbios_rd16(bios, data + 16) * 1000; in nvbios_pll_parse() 310 info->vco2.max_inputfreq = nvbios_rd16(bios, data + 18) * 1000; in nvbios_pll_parse() 332 info->vco1.min_freq = nvbios_rd16(bios, data + 0) * 1000; in nvbios_pll_parse() 333 info->vco1.max_freq = nvbios_rd16(bios, data + 2) * 1000; in nvbios_pll_parse() [all …]
|
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/calcs/ |
D | dcn_calcs.c | 565 v->stutter_exit_watermark * 1000; 567 v->stutter_enter_plus_exit_watermark * 1000; 569 v->dram_clock_change_watermark * 1000; 570 context->bw_ctx.bw.dcn.watermarks.b.pte_meta_urgent_ns = v->ptemeta_urgent_watermark * 1000; 571 context->bw_ctx.bw.dcn.watermarks.b.urgent_ns = v->urgent_watermark * 1000; 579 v->stutter_exit_watermark * 1000; 581 v->stutter_enter_plus_exit_watermark * 1000; 583 v->dram_clock_change_watermark * 1000; 584 context->bw_ctx.bw.dcn.watermarks.c.pte_meta_urgent_ns = v->ptemeta_urgent_watermark * 1000; 585 context->bw_ctx.bw.dcn.watermarks.c.urgent_ns = v->urgent_watermark * 1000; [all …]
|
/Linux-v5.15/drivers/usb/misc/ |
D | ehset.c | 36 NULL, 0, 1000, GFP_KERNEL); in ehset_probe() 42 1000, GFP_KERNEL); in ehset_probe() 48 1000, GFP_KERNEL); in ehset_probe() 54 NULL, 0, 1000, GFP_KERNEL); in ehset_probe() 58 msleep(15 * 1000); in ehset_probe() 61 portnum, NULL, 0, 1000, GFP_KERNEL); in ehset_probe() 65 msleep(15 * 1000); in ehset_probe() 68 portnum, NULL, 0, 1000, GFP_KERNEL); in ehset_probe() 72 msleep(15 * 1000); in ehset_probe() 95 60 * 1000, GFP_KERNEL); in ehset_probe()
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | motorola-cpcap-mapphone.dtsi | 162 regulator-enable-ramp-delay = <1000>; 169 regulator-enable-ramp-delay = <1000>; 176 regulator-enable-ramp-delay = <1000>; 182 regulator-enable-ramp-delay = <1000>; 188 regulator-enable-ramp-delay = <1000>; 194 regulator-enable-ramp-delay = <1000>; 202 regulator-enable-ramp-delay = <1000>; 214 regulator-enable-ramp-delay = <1000>; 220 regulator-enable-ramp-delay = <1000>; 232 regulator-enable-ramp-delay = <1000>; [all …]
|
/Linux-v5.15/drivers/base/power/ |
D | qos-test.c | 19 ret = freq_qos_add_request(&qos, &req1, FREQ_QOS_MIN, 1000); in freq_qos_test_min() 28 KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MIN), 1000); in freq_qos_test_min() 56 /* Add max 1000 */ in freq_qos_test_maxdef() 57 ret = freq_qos_update_request(&req1, 1000); in freq_qos_test_maxdef() 59 KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MAX), 1000); in freq_qos_test_maxdef() 64 KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MAX), 1000); in freq_qos_test_maxdef() 66 /* Remove max 1000, new max 2000 */ in freq_qos_test_maxdef() 90 ret = freq_qos_add_request(&qos, &req, FREQ_QOS_MIN, 1000); in freq_qos_test_readd() 92 KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MIN), 1000); in freq_qos_test_readd()
|
/Linux-v5.15/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_param.c | 36 * @Valid Range: 0, 10, 100, 1000 40 * - 1000: only link at 1000 Mbps 71 * Speed (Mbps) N/A N/A 1000 N/A 100 100 10 10 181 { 0x20, AA "1000/FD" }, 182 { 0x21, AA "1000/FD, 10/HD" }, 183 { 0x22, AA "1000/FD, 10/FD" }, 184 { 0x23, AA "1000/FD, 10/FD, 10/HD" }, 185 { 0x24, AA "1000/FD, 100/HD" }, 186 { 0x25, AA "1000/FD, 100/HD, 10/HD" }, 187 { 0x26, AA "1000/FD, 100/HD, 10/FD" }, [all …]
|
/Linux-v5.15/include/linux/ |
D | units.h | 12 #define KILO 1000UL 17 #define MILLI 1000UL 23 #define HZ_PER_KHZ 1000UL 24 #define KHZ_PER_MHZ 1000UL 27 #define MILLIWATT_PER_WATT 1000UL 28 #define MICROWATT_PER_MILLIWATT 1000UL 43 #define MILLIDEGREE_PER_DEGREE 1000
|
/Linux-v5.15/kernel/time/ |
D | timeconst.bc | 61 s=fmuls(32,1000,hz) 63 print "#define HZ_TO_MSEC_MUL32\tU64_C(0x", fmul(s,1000,hz), ")\n" 64 print "#define HZ_TO_MSEC_ADJ32\tU64_C(0x", fadj(s,1000,hz), ")\n" 68 s=fmuls(32,hz,1000) 70 print "#define MSEC_TO_HZ_MUL32\tU64_C(0x", fmul(s,hz,1000), ")\n" 71 print "#define MSEC_TO_HZ_ADJ32\tU64_C(0x", fadj(s,hz,1000), ")\n" 76 cd=gcd(hz,1000) 77 print "#define HZ_TO_MSEC_NUM\t\t", 1000/cd, "\n" 80 print "#define MSEC_TO_HZ_DEN\t\t", 1000/cd, "\n"
|
/Linux-v5.15/drivers/net/mdio/ |
D | mdio-cavium.c | 33 int timeout = 1000; in cavium_mdiobus_c45_addr() 50 /* Wait 1000 clocks so we don't saturate the RSL bus in cavium_mdiobus_c45_addr() 53 __delay(1000); in cavium_mdiobus_c45_addr() 68 int timeout = 1000; in cavium_mdiobus_read() 89 /* Wait 1000 clocks so we don't saturate the RSL bus in cavium_mdiobus_read() 92 __delay(1000); in cavium_mdiobus_read() 109 int timeout = 1000; in cavium_mdiobus_write() 134 /* Wait 1000 clocks so we don't saturate the RSL bus in cavium_mdiobus_write() 137 __delay(1000); in cavium_mdiobus_write()
|
/Linux-v5.15/arch/mips/ath79/ |
D | clock.c | 159 ref_rate = (40 * 1000 * 1000); in ar933x_clocks_init() 161 ref_rate = (25 * 1000 * 1000); in ar933x_clocks_init() 247 ref_rate = 40 * 1000 * 1000; in ar934x_clocks_init() 249 ref_rate = 25 * 1000 * 1000; in ar934x_clocks_init() 345 ath79_set_clk(ATH79_CLK_MDIO, 100 * 1000 * 1000); in ar934x_clocks_init() 362 ref_rate = 40 * 1000 * 1000; in qca953x_clocks_init() 364 ref_rate = 25 * 1000 * 1000; in qca953x_clocks_init() 445 ref_rate = 40 * 1000 * 1000; in qca955x_clocks_init() 447 ref_rate = 25 * 1000 * 1000; in qca955x_clocks_init() 538 ref_rate = 40 * 1000 * 1000; in qca956x_clocks_init() [all …]
|