Searched refs:mhz (Results 1 - 40 of 40) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Drammap.h14 u32 nvbios_rammapEm(struct nvkm_bios *, u16 mhz,
/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/
H A Dinitvals_phy.h37 RF_REG_PAIR(0, 13, 0x00), /* 40mhz xtal */
38 /* RF_REG_PAIR(0, 13, 0x13), */ /* 20mhz xtal */
/linux-4.4.14/drivers/net/wireless/prism54/
H A Doid_mgt.c312 freq->mhz[i] = le16_to_cpu(freq->mhz[i]); mgt_le_to_cpu()
381 freq->mhz[i] = cpu_to_le16(freq->mhz[i]); mgt_cpu_to_le()
837 "mhz[%u]=%u\n", i, freq->mhz[i]); mgt_response_to_str()
H A Disl_oid.h88 u16 mhz[0]; member in struct:obj_frequencies
H A Disl_ioctl.c497 range->freq[i].m = freq->mhz[i]; prism54_get_range()
499 range->freq[i].i = channel_of_freq(freq->mhz[i]); prism54_get_range()
/linux-4.4.14/drivers/scsi/
H A Dwd33c93.h158 /* pass input-clock explicitly. accepted mhz values are 8-10,12-20 */
159 #define WD33C93_FS_MHZ(mhz) (mhz)
H A Desp_scsi.h238 #define ESP_NEG_DEFP(mhz, cfact) \
239 ((ESP_BUS_TIMEOUT * ((mhz) / 1000)) / (8192 * (cfact)))
H A Dwd33c93.c1870 calc_sx_table(unsigned int mhz, struct sx_period sx_table[9]) calc_sx_table() argument
1873 if (mhz < 11) calc_sx_table()
1875 else if (mhz < 16) calc_sx_table()
1880 d = (100000 * d) / 2 / mhz; /* 100 x DTCC / nanosec */ calc_sx_table()
1897 set_clk_freq(int freq, int *mhz) set_clk_freq() argument
1917 *mhz = freq; set_clk_freq()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Drammap.c133 nvbios_rammapEm(struct nvkm_bios *bios, u16 mhz, nvbios_rammapEm() argument
139 if (mhz >= info->rammap_min && mhz <= info->rammap_max) nvbios_rammapEm()
/linux-4.4.14/arch/powerpc/kernel/
H A Dtau_6xx.c179 * call is implemented, just assume a 500 mhz clock. It doesn't really tau_timeout()
183 * use a extra long time.. (60 us @ 500 mhz) tau_timeout()
/linux-4.4.14/drivers/media/tuners/
H A Dr820t.c966 filt_gain = 0x10; /* +3db, 6mhz on */ r820t_set_tv_standard()
969 hp_cor = 0x6a; /* 1.7m disable, +2cap, 1.25mhz */ r820t_set_tv_standard()
978 filt_gain = 0x10; /* +3db, 6mhz on */ r820t_set_tv_standard()
981 hp_cor = 0x0b; /* 1.7m disable, +0cap, 1.0mhz */ r820t_set_tv_standard()
990 filt_gain = 0x10; /* +3db, 6mhz on */ r820t_set_tv_standard()
993 hp_cor = 0x6a; /* 1.7m disable, +0cap, 1.0mhz */ r820t_set_tv_standard()
1003 filt_gain = 0x10; /* +3db, 6mhz on */ r820t_set_tv_standard()
1006 hp_cor = 0x6b; /* 1.7m disable, +2cap, 1.0mhz */ r820t_set_tv_standard()
1023 filt_gain = 0x10; /* +3db, 6mhz on */ r820t_set_tv_standard()
1026 hp_cor = 0x2b; /* 1.7m disable, +1cap, 1.0mhz */ r820t_set_tv_standard()
1036 filt_gain = 0x10; /* +3db, 6mhz on */ r820t_set_tv_standard()
1039 hp_cor = 0x2a; /* 1.7m disable, +1cap, 1.25mhz */ r820t_set_tv_standard()
1048 filt_gain = 0x10; /* +3db, 6mhz on */ r820t_set_tv_standard()
1051 hp_cor = 0x0b; /* 1.7m disable, +0cap, 1.0mhz */ r820t_set_tv_standard()
/linux-4.4.14/drivers/cpufreq/
H A Dpowernv-cpufreq.c112 pstate_freqs = of_get_property(power_mgt, "ibm,pstate-frequencies-mhz", init_powernv_pstates()
115 pr_warn("ibm,pstate-frequencies-mhz not found\n"); init_powernv_pstates()
121 "ibm,pstate-frequencies-mhz does not match\n"); init_powernv_pstates()
H A Dspeedstep-centrino.c83 #define OP(mhz, mv) \
85 .frequency = (mhz) * 1000, \
86 .driver_data = (((mhz)/100) << 8) | ((mv - 700) / 16) \
/linux-4.4.14/drivers/media/usb/gspca/
H A Dmars.c277 * 0x30 for 24mhz , 0x28 for 12mhz */ sd_start()
/linux-4.4.14/include/video/
H A Dtgafb.h216 u32 pll_freq; /* pixclock in mhz */
/linux-4.4.14/tools/power/cpupower/utils/
H A Dcpufreq-set.c52 {"mhz", 3},
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramgk104.c958 u32 mhz = khz / 1000; gk104_ram_calc_data() local
961 if (mhz >= cfg->bios.rammap_min && gk104_ram_calc_data()
962 mhz <= cfg->bios.rammap_max) { gk104_ram_calc_data()
969 nvkm_error(subdev, "ramcfg data for %dMHz not found\n", mhz); gk104_ram_calc_data()
1153 u32 mhz = freq / 1000; gk104_ram_prog_0() local
1157 if (mhz >= cfg->bios.rammap_min && gk104_ram_prog_0()
1158 mhz <= cfg->bios.rammap_max) gk104_ram_prog_0()
/linux-4.4.14/drivers/i2c/busses/
H A Di2c-bcm-kona.c744 pr_err("Valid speeds are 100khz, 400khz, 1mhz, and 3.4mhz\n"); bcm_kona_i2c_assign_bus_speed()
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dradeon_legacy_tv.c46 /* tv pll setting for 27 mhz ref clk */
55 /* tv pll setting for 14 mhz ref clk */
/linux-4.4.14/drivers/media/dvb-frontends/
H A Dstv6110.c186 if ((bandwidth / 2) > 36000000) /*BW/2 max=31+5=36 mhz for r8=31*/ stv6110_set_bandwidth()
H A Dstb6100.c279 if (bandwidth >= 36000000) /* F[4:0] BW/2 max =31+5=36 mhz for F=31 */ stb6100_set_bandwidth()
/linux-4.4.14/arch/arm/mach-omap2/
H A Dpdata-quirks.c510 { "openpandora,omap3-pandora-600mhz", omap3_pandora_legacy_init, },
/linux-4.4.14/drivers/staging/comedi/drivers/
H A Ddmm32at.c344 /* based on 10mhz clock */ dmm32at_setaitimer()
/linux-4.4.14/drivers/media/pci/tw68/
H A Dtw68-core.c105 tw_writeb(TW68_INFORM, 0x40); /* 208 mux0, 27mhz xtal */ tw68_hw_init1()
/linux-4.4.14/drivers/gpu/drm/gma500/
H A Dcdv_intel_display.c636 /* low-end sku, 96/100 mhz */ cdv_intel_crtc_mode_set()
639 /* high-end sku, 27/100 mhz */ cdv_intel_crtc_mode_set()
/linux-4.4.14/drivers/staging/rtl8723au/hal/
H A Drtl8723a_phycfg.c880 /* Added it for 20/40 mhz switch time evaluation by guangan 070531 */ _PHY_SetBWMode23a92C()
/linux-4.4.14/drivers/net/phy/
H A Dmicrel.c611 "micrel,rmii-reference-clock-select-25-mhz"); kszphy_probe()
/linux-4.4.14/arch/arm/boot/dts/
H A DMakefile445 omap3-pandora-600mhz.dtb \
/linux-4.4.14/arch/sparc/kernel/
H A Dpci_sun4v.c521 prop = of_find_property(dp, "66mhz-capable", NULL); pci_sun4v_scan_bus()
H A Dpci_schizo.c1071 (of_find_property(pbm->op->dev.of_node, "66mhz-capable", NULL) schizo_scan_bus()
/linux-4.4.14/drivers/net/wireless/ti/wl18xx/
H A Dmain.c1622 * thought this was a 20mhz AP, we have to reconnect wl18xx_sta_rc_update()
1791 /* HT cap appropriate for MIMO rates in 20mhz channel */
/linux-4.4.14/sound/synth/emux/
H A Dsoundfont.c833 freq_to_note(int mhz) freq_to_note() argument
835 return snd_sf_linear_to_log(mhz, OFFSET_ABSCENT, ABSCENT_RATIO); freq_to_note()
/linux-4.4.14/arch/x86/kernel/
H A Dtsc.c175 * We can use khz divisor instead of mhz to keep a better precision.
/linux-4.4.14/drivers/net/wireless/ipw2x00/
H A Dipw2200.h1165 __le16 rt_channel; /* channel in mhz */
H A Dipw2200.c135 /* Ugly macro to convert literal channel numbers into their mhz equivalents
/linux-4.4.14/drivers/net/ethernet/marvell/
H A Dskge.c2515 /* optimization to reduce window on 32bit/33mhz */ skge_qset()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
H A Dwmi.h1712 __le32 mhz; member in struct:wmi_channel
H A Dwmi.c1569 ch->mhz = __cpu_to_le32(arg->freq); ath10k_wmi_put_wmi_channel()
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c3200 "Set htcap: band:%d ht_enable:%d 40mhz:%d sgi_20mhz:%d sgi_40mhz:%d 40mhz_intolerant:%d ampdu_len_exp:%d\n", ath6kl_wmi_set_htcap_cmd()
/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_display.c430 /* LVDS 100mhz refclk limits. */

Completed in 1704 milliseconds