/linux-6.12.1/arch/m68k/include/uapi/asm/ |
D | bootinfo-hp300.h | 25 #define HP_320 0 /* 16MHz 68020+HP MMU+16K external cache */ 26 #define HP_330 1 /* 16MHz 68020+68851 MMU */ 27 #define HP_340 2 /* 16MHz 68030 */ 28 #define HP_345 3 /* 50MHz 68030+32K external cache */ 29 #define HP_350 4 /* 25MHz 68020+HP MMU+32K external cache */ 30 #define HP_360 5 /* 25MHz 68030 */ 31 #define HP_370 6 /* 33MHz 68030+64K external cache */ 32 #define HP_375 7 /* 50MHz 68030+32K external cache */ 33 #define HP_380 8 /* 25MHz 68040 */ 34 #define HP_385 9 /* 33MHz 68040 */ [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/clock/ |
D | armada3700-periph-clock.txt | 36 0 gbe-50 50 MHz parent clock for Gigabit Ethernet 38 2 gbe-125 125 MHz parent clock for Gigabit Ethernet 39 3 gbe1-50 50 MHz clock for Gigabit Ethernet port 1 40 4 gbe0-50 50 MHz clock for Gigabit Ethernet port 0 41 5 gbe1-125 125 MHz clock for Gigabit Ethernet port 1 42 6 gbe0-125 125 MHz clock for Gigabit Ethernet port 0
|
D | starfive,jh7100-clkgen.yaml | 22 - description: Main clock source (25 MHz) 23 - description: Application-specific clock source (12-27 MHz) 24 - description: RMII reference clock (50 MHz) 25 - description: RGMII RX clock (125 MHz)
|
/linux-6.12.1/Documentation/scsi/ |
D | aic7xxx.rst | 26 aic7770 10 EISA/VL 10MHz 16Bit 4 1 27 aic7850 10 PCI/32 10MHz 8Bit 3 28 aic7855 10 PCI/32 10MHz 8Bit 3 29 aic7856 10 PCI/32 10MHz 8Bit 3 30 aic7859 10 PCI/32 20MHz 8Bit 3 31 aic7860 10 PCI/32 20MHz 8Bit 3 32 aic7870 10 PCI/32 10MHz 16Bit 16 33 aic7880 10 PCI/32 20MHz 16Bit 16 34 aic7890 20 PCI/32 40MHz 16Bit 16 3 4 5 6 7 8 35 aic7891 20 PCI/64 40MHz 16Bit 16 3 4 5 6 7 8 [all …]
|
/linux-6.12.1/net/wireless/tests/ |
D | chan.c | 44 .desc = "identical 20 MHz", 53 .desc = "identical 40 MHz", 62 .desc = "identical 80 MHz", 71 .desc = "identical 160 MHz", 80 .desc = "identical 320 MHz", 89 .desc = "20 MHz in 320 MHz\n", 103 .desc = "different 20 MHz", 116 .desc = "different primary 320 MHz", 125 .center_freq1 = 6475 - 50, 130 .desc = "matching primary 160 MHz", [all …]
|
/linux-6.12.1/drivers/phy/intel/ |
D | phy-intel-keembay-emmc.c | 59 unsigned int mhz; in keembay_emmc_phy_power() local 84 mhz = DIV_ROUND_CLOSEST(clk_get_rate(priv->emmcclk), 1000000); in keembay_emmc_phy_power() 85 if (mhz <= 200 && mhz >= 170) in keembay_emmc_phy_power() 87 else if (mhz <= 170 && mhz >= 140) in keembay_emmc_phy_power() 89 else if (mhz <= 140 && mhz >= 110) in keembay_emmc_phy_power() 91 else if (mhz <= 110 && mhz >= 80) in keembay_emmc_phy_power() 93 else if (mhz <= 80 && mhz >= 50) in keembay_emmc_phy_power() 99 if (mhz > 175) in keembay_emmc_phy_power() 100 dev_warn(&phy->dev, "Unsupported rate: %d MHz\n", mhz); in keembay_emmc_phy_power() 125 0, 50); in keembay_emmc_phy_power() [all …]
|
/linux-6.12.1/arch/arm/mach-omap2/ |
D | opp2xxx.h | 123 /* 2420-PRCM III 532MHz core */ 124 #define RIII_CLKSEL_L3 (4 << 0) /* 133MHz */ 125 #define RIII_CLKSEL_L4 (2 << 5) /* 66.5MHz */ 126 #define RIII_CLKSEL_USB (4 << 25) /* 33.25MHz */ 131 #define RIII_CLKSEL_MPU (2 << 0) /* 266MHz */ 133 #define RIII_CLKSEL_DSP (3 << 0) /* c5x - 177.3MHz */ 134 #define RIII_CLKSEL_DSP_IF (2 << 5) /* c5x - 88.67MHz */ 136 #define RIII_CLKSEL_IVA (6 << 8) /* iva1 - 88.67MHz */ 141 #define RIII_CLKSEL_GFX (2 << 0) /* 66.5MHz */ 144 /* 2420-PRCM II 600MHz core */ [all …]
|
/linux-6.12.1/drivers/clk/uniphier/ |
D | clk-uniphier-sys.c | 28 UNIPHIER_CLK_FACTOR("nand-50m", -1, "spll", 1, 32), \ 29 UNIPHIER_CLK_GATE("nand", (idx), "nand-50m", 0x2104, 2) 32 UNIPHIER_CLK_FACTOR("nand-50m", -1, "spll", 1, 48), \ 33 UNIPHIER_CLK_GATE("nand", (idx), "nand-50m", 0x2104, 2) 36 UNIPHIER_CLK_FACTOR("nand-50m", -1, "spll", 1, 40), \ 37 UNIPHIER_CLK_GATE("nand", (idx), "nand-50m", 0x210c, 0) 87 UNIPHIER_CLK_FACTOR("spll", -1, "ref", 65, 1), /* 1597.44 MHz */ 88 UNIPHIER_CLK_FACTOR("upll", -1, "ref", 6000, 512), /* 288 MHz */ 89 UNIPHIER_CLK_FACTOR("a2pll", -1, "ref", 24, 1), /* 589.824 MHz */ 90 UNIPHIER_CLK_FACTOR("vpll27a", -1, "ref", 5625, 512), /* 270 MHz */ [all …]
|
/linux-6.12.1/Documentation/fb/ |
D | viafb.modes | 10 # 640x480, 60 Hz, Non-Interlaced (25.175 MHz dotclock) 29 # D: 25.175 MHz, H: 31.469 kHz, V: 59.94 Hz 32 # D: 24.823 MHz, H: 39.780 kHz, V: 60.00 Hz 35 # 640x480, 75 Hz, Non-Interlaced (31.50 MHz dotclock) 53 # D: 31.50 MHz, H: 37.500 kHz, V: 75.00 Hz 56 # 640x480, 85 Hz, Non-Interlaced (36.000 MHz dotclock) 74 # D: 36.000 MHz, H: 43.269 kHz, V: 85.00 Hz 77 # 640x480, 100 Hz, Non-Interlaced (43.163 MHz dotclock) 95 # D: 43.163 MHz, H: 50.900 kHz, V: 100.00 Hz 98 # 640x480, 120 Hz, Non-Interlaced (52.406 MHz dotclock) [all …]
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | rfi.c | 11 * DDR needs frequency in units of 16.666MHz, so provide FW with the 15 /* frequency 2667MHz */ 16 {cpu_to_le16(160), {50, 58, 60, 62, 64, 52, 54, 56}, 20 /* frequency 2933MHz */ 27 /* frequency 3200MHz */ 32 /* frequency 3733MHz */ 37 /* frequency 4000MHz */ 42 /* frequency 4267MHz */ 47 /* frequency 4400MHz */ 52 /* frequency 5200MHz */ [all …]
|
/linux-6.12.1/drivers/ata/ |
D | pata_ftide010.c | 79 /* 0 = 50 MHz, 1 = 66 MHz */ 94 * reference clock which is 30 nanoseconds per unit at 66MHz and 20 95 * nanoseconds per unit at 50 MHz. The PIO timings assume 33MHz speed for 103 * word DMA, Mode 0, 1, and 2 at 50 MHz. Range 0..15. 105 * multi word DMA, Mode 0, 1 and 2 at 50 MHz. Range 0..15. 107 * word DMA, Mode 0, 1 and 2 at 66 MHz. Range 0..15. 109 * multi word DMA, Mode 0, 1 and 2 at 66 MHz. Range 0..15. 111 * DMA, Mode 0, 1, 2, 3, 4 and 5 at 50 MHz. Range 0..7. 113 * multi word DMA, Mode 0, 1, 2, 3, 4 and 5 at 50 MHz, Range 0..7. 115 * word DMA, Mode 0, 1, 2, 3, 4, 5 and 6 at 66 MHz. Range 0..7. [all …]
|
D | pata_hpt37x.c | 595 * @freq: Reported frequency in MHz 597 * Turn the timing data into a clock slot (0 for 33, 1 for 40, 2 for 50 598 * and 3 for 66Mhz) 604 return 0; /* 33Mhz slot */ in hpt37x_clock_slot() 606 return 1; /* 40Mhz slot */ in hpt37x_clock_slot() 608 return 2; /* 50Mhz slot */ in hpt37x_clock_slot() 609 return 3; /* 60Mhz slot */ in hpt37x_clock_slot() 627 udelay(50); in hpt37x_calibrate_dpll() 688 freq = (fcnt * base) / 192; /* in MHz */ in hpt37x_pci_clock() 696 return 50; in hpt37x_pci_clock() [all …]
|
/linux-6.12.1/drivers/video/fbdev/ |
D | macmodes.c | 36 /* 512x384, 60Hz, Non-Interlaced (15.67 MHz dot clock) */ 40 /* 640x480, 60 Hz, Non-Interlaced (25.175 MHz dotclock) */ 44 /* 640x480, 67Hz, Non-Interlaced (30.0 MHz dotclock) */ 48 /* 640x870, 75Hz (portrait), Non-Interlaced (57.28 MHz dot clock) */ 52 /* 800x600, 56 Hz, Non-Interlaced (36.00 MHz dotclock) */ 56 /* 800x600, 60 Hz, Non-Interlaced (40.00 MHz dotclock) */ 60 /* 800x600, 72 Hz, Non-Interlaced (50.00 MHz dotclock) */ 64 /* 800x600, 75 Hz, Non-Interlaced (49.50 MHz dotclock) */ 68 /* 832x624, 75Hz, Non-Interlaced (57.6 MHz dotclock) */ 72 /* 1024x768, 60 Hz, Non-Interlaced (65.00 MHz dotclock) */ [all …]
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/tests/ |
D | links.c | 98 .signal = -50, 123 ….desc = "UHB, BSS Load IE (40 percent), active link, chan_load_by_us=50 (invalid) percent. No punc… 130 .chan_load_by_us = 50, 133 { .desc = "HB, 80 MHz, no channel load factor, punctured percentage 0", 142 { .desc = "HB, 160 MHz, no channel load factor, punctured percentage 25", 151 { .desc = "UHB, 320 MHz, no channel load factor, punctured percentage 12.5 (2/16)", 160 { .desc = "HB, 160 MHz, channel load 20, channel load by us 10, punctured percentage 25", 281 .desc = "RSSI: LB, 20 MHz, low", 289 .desc = "RSSI: UHB, 20 MHz, high", 298 .desc = "RSSI: UHB, 40 MHz, low", [all …]
|
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_vram_freq.c | 48 /* data_out - Fused P0 for domain ID in units of 50 MHz */ in max_freq_show() 49 val *= 50; in max_freq_show() 70 /* data_out - Fused Pn for domain ID in units of 50 MHz */ in min_freq_show() 71 val *= 50; in min_freq_show()
|
/linux-6.12.1/arch/arm/mach-pxa/ |
D | sleep.S | 62 @ set SDCLKx divide-by-2 bits (this is part of a workaround for Errata 50) 67 @ with core operating above 91 MHz 68 @ (see Errata 50, ...processor does not exit from sleep...) 104 @ about suspending with PXBus operating above 133MHz 124 orrne r7, r7, #1 @@ 99.53MHz 151 @ need 6 13-MHz cycles before changing PWRMODE 152 @ just set frequency to 91-MHz... 6*91/13 = 42
|
/linux-6.12.1/drivers/cpufreq/ |
D | s5pv210-cpufreq.c | 87 /* APLL M,P,S values for 1G/800Mhz */ 91 /* Use 800MHz when entering sleep mode */ 275 * expected clock is 83Mhz : 7.8usec/(1/83Mhz) = 0x287 in s5pv210_target() 294 * SCLKA2M(200/1=200)->(200/4=50)Mhz in s5pv210_target() 308 * 2. Change SCLKA2M(200Mhz)to SCLKMPLL in MFC_MUX, G3D MUX in s5pv210_target() 309 * (200/4=50)->(667/4=166)Mhz in s5pv210_target() 322 * 3. DMC1 refresh count for 133Mhz if (index == L4) is in s5pv210_target() 324 * code. 0x287@83Mhz in s5pv210_target() 375 /* 5. Set Lock time = 30us*24Mhz = 0x2cf */ in s5pv210_target() 393 * 7. Change source clock from SCLKMPLL(667Mhz) in s5pv210_target() [all …]
|
D | pxa2xx-cpufreq.c | 42 MODULE_PARM_DESC(pxa27x_maxfreq, "Set the pxa27x maxfreq in MHz" 62 { 99500, -1, -1}, /* 99, 99, 50, 50 */ 74 { 99500, -1, -1}, /* 99, 99, 50, 50 */ 75 {199100, -1, -1}, /* 99, 199, 50, 99 */ 76 {298500, -1, -1}, /* 99, 287, 50, 99 */ 198 pr_debug("Changing CPU frequency from %d Mhz to %d Mhz\n", in pxa_set_target()
|
/linux-6.12.1/Documentation/admin-guide/media/ |
D | vivid.rst | 344 supports frames per second settings of 10, 15, 25, 30, 50 and 60 fps. Which ones 367 visible. For 50 Hz standards the top field is the oldest and the bottom field 372 contain the top field for 50 Hz standards and the bottom field for 60 Hz 387 The TV 'tuner' supports a frequency range of 44-958 MHz. Channels are available 388 every 6 MHz, starting from 49.25 MHz. For each channel the generated image 389 will be in color for the +/- 0.25 MHz around it, and in grayscale for 390 +/- 1 MHz around the channel. Beyond that it is just noise. The VIDIOC_G_TUNER 391 ioctl will return 100% signal strength for +/- 0.25 MHz and 50% for +/- 1 MHz. 395 The audio subchannels that are returned are MONO for the +/- 1 MHz range around 396 a valid channel frequency. When the frequency is within +/- 0.25 MHz of the [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/net/ |
D | micrel.txt | 23 - micrel,rmii-reference-clock-select-25-mhz: RMII Reference Clock Select 24 bit selects 25 MHz mode 26 Setting the RMII Reference Clock Select bit enables 25 MHz rather 27 than 50 MHz clock mode.
|
/linux-6.12.1/drivers/media/pci/mantis/ |
D | mantis_vp3030.c | 31 .name = "ENV57H12D5 (ET-50DT)", 33 .frequency_min = 47 * MHz, 34 .frequency_max = 862 * MHz, 36 .ref_multiplier = 6, /* 1/6 MHz */ 37 .ref_divider = 100000, /* 1/6 MHz */
|
/linux-6.12.1/drivers/media/tuners/ |
D | tea5767.c | 78 /* Japan freq (76-108 MHz. If disabled, 87.5-108 MHz */ 81 /* Unselected means 32.768 KHz freq as reference. Otherwise Xtal at 13 MHz */ 98 /* By activating, it will use Xtal at 13 MHz as reference for divider */ 101 /* By activating, deemphasis=50, or else, deemphasis of 50us */ 196 tuner_dbg("radio freq = %d.%03d MHz\n", frq/16000,(frq/16)%1000); in set_radio_freq() 242 tuner_dbg("radio HIGH LO inject xtal @ 13 MHz\n"); in set_radio_freq() 247 tuner_dbg("radio LOW LO inject xtal @ 13 MHz\n"); in set_radio_freq() 252 tuner_dbg("radio LOW LO inject xtal @ 32,768 MHz\n"); in set_radio_freq() 259 tuner_dbg("radio HIGH LO inject xtal @ 32,768 MHz\n"); in set_radio_freq() 354 div = (87500 * 4 + 700 + 225 + 25) / 50; /* Set frequency to 87.5 MHz */ in tea5767_standby()
|
/linux-6.12.1/drivers/clk/ |
D | kunit_clk_parent_data_test.dtso | 8 fixed_50: kunit-clock-50MHz { 15 fixed_parent: kunit-clock-1MHz {
|
/linux-6.12.1/Documentation/devicetree/bindings/mfd/ |
D | st,stmpe.yaml | 79 0 = 1.625 MHz 80 1 = 3.25 MHz 81 2, 3 = 6.5 MHz 156 1 = 50 us 162 7 = 50 ms 175 6 = 50 ms 190 1 = 50 mA (typical 80 mA max)
|
/linux-6.12.1/drivers/gpu/drm/tests/ |
D | drm_modes_test.c | 58 * pixel clock of 13.5 MHz, a pixel takes around 74ns, so we in drm_test_modes_analog_tv_ntsc_480i() 97 KUNIT_EXPECT_EQ(test, drm_mode_vrefresh(mode), 50); in drm_test_modes_analog_tv_pal_576i() 105 * clock of 13.5 MHz, a pixel takes around 74ns, so we need to in drm_test_modes_analog_tv_pal_576i() 144 KUNIT_EXPECT_EQ(test, drm_mode_vrefresh(mode), 50); in drm_test_modes_analog_tv_mono_576i() 152 * clock of 13.5 MHz, a pixel takes around 74ns, so we need to in drm_test_modes_analog_tv_mono_576i()
|