| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/ |
| juno-clocks.dtsi | 14 clock-frequency = <7372800>; 21 clock-frequency = <48000000>; 28 clock-frequency = <50000000>; 35 clock-frequency = <100000000>; 42 clock-frequency = <400000000>;
|
| /src/sys/arch/cobalt/stand/boot/ |
| com.c | 80 long frequency = COM_FREQ * 10; local 84 x = divrnd((frequency / 16), speed); 87 err = divrnd(((quad_t)frequency) * 1000 / 16, speed * x) - 1000;
|
| /src/sys/dev/ |
| spkrio.h | 18 int frequency; /* in hertz */ member in struct:__anon3669
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/broadcom/ |
| bcm23550-sparrow.dts | 67 max-frequency = <48000000>; 73 max-frequency = <48000000>; 78 max-frequency = <48000000>;
|
| /src/sys/dev/pci/bktr/ |
| bktr_tuner.c | 294 * entry 1: IF frequency 304 * int 1: frequency of base channel, 306 * int 2: offset frequency between channels, 728 * IF is the Intermediate Frequency (the offset from the base 733 * Strangely enough, there is an IF (intermediate frequency) for 743 * Now we need to set the PLL on the tuner to the required frequency. 772 * set the frequency of the tuner 773 * If 'type' is TV_FREQUENCY, the frequency is freq MHz*16 774 * If 'type' is FM_RADIO_FREQUENCY, the frequency is freq MHz * 100 779 tv_freq(bktr_ptr_t bktr, int frequency, int type 990 int frequency; local [all...] |
| bktr_tuner.h | 67 /* experimental code for Automatic Frequency Control */ 85 * tv_freq sets the tuner to a specific frequency for TV or for FM Radio 91 int tv_freq(bktr_ptr_t bktr, int frequency, int type); 95 int do_afc(bktr_ptr_t bktr, int addr, int frequency);
|
| /src/external/bsd/ipf/dist/l4check/ |
| l4check.conf | 10 connect frequency 20
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/stingray/ |
| bcm958742k.dts | 67 spi-max-frequency = <20000000>; 82 spi-max-frequency = <20000000>;
|
| /src/external/bsd/wpa/dist/wpa_supplicant/examples/p2p/ |
| p2p_group_add.py | 17 print(" [-f <frequency>] [-o <group_object_path>] \ ") 22 print(" -f = frequency") 51 global frequency 64 def __init__(self,interface_name,wpas_dbus_interface,persistent,frequency, 70 self.frequency = frequency 126 if (self.frequency != None): 127 if (int(self.frequency) > 0): 128 self.P2PDictionary.update({'frequency':int(self.frequency)}) 160 frequency = None variable [all...] |
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/amazon/ |
| alpine.dtsi | 50 clock-frequency = <1700000000>; 57 clock-frequency = <1700000000>; 64 clock-frequency = <1700000000>; 71 clock-frequency = <1700000000>; 90 clock-frequency = <50000000>; 132 clock-frequency = <375000000>; 141 clock-frequency = <375000000>;
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nxp/imx/ |
| imx6qdl-tx6-lcd.dtsi | 114 clock-frequency = <25200000>; 130 clock-frequency = <25200000>; 146 clock-frequency = <6413760>; 162 clock-frequency = <9009000>; 178 clock-frequency = <33264000>; 194 clock-frequency = <33264000>; 210 clock-frequency = <6596040>; 226 clock-frequency = <33264000>;
|
| imx6qdl-tx6-lvds.dtsi | 131 clock-frequency = <65000000>; 145 clock-frequency = <25200000>; 161 clock-frequency = <71000000>; 177 clock-frequency = <33264000>; 193 clock-frequency = <25200000>; 224 clock-frequency = <65000000>; 238 clock-frequency = <25200000>; 254 clock-frequency = <71000000>;
|
| /src/sys/dev/i2c/ |
| tvpll.c | 48 uint32_t frequency; member in struct:tvpll 94 if(p->frequency != 0 && 95 (p->frequency < pll->min || p->frequency > pll->max)) 99 if (p->frequency > pll->entries[i].limit) 108 d = (p->frequency + pll->iffreq) / pll->entries[i].stepsize; 148 tvpll->frequency = fr;
|
| xc5kvar.h | 52 uint32_t frequency; member in struct:xc5k_params
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/arm/ |
| mps2.dtsi | 54 clock-frequency = <50000000>; 60 clock-frequency = <24576000>; 66 clock-frequency = <25000000>; 72 clock-frequency = <5000000>; 78 clock-frequency = <75000000>;
|
| /src/sys/arch/mmeye/stand/boot/ |
| com.c | 119 long frequency = COM_FREQ * 10; local 123 x = divrnd((frequency / 16), speed); 126 err = divrnd(((quad_t)frequency) * 1000 / 16, speed * x) - 1000;
|
| /src/sys/arch/riscv/dts/ |
| jh7100.dtsi | 88 max-frequency = <10000000>; 93 max-frequency = <50000000>;
|
| /src/external/bsd/wpa/dist/src/common/ |
| ocv.c | 60 if (ieee80211_chaninfo_to_channel(ci->frequency, ci->chanwidth, 130 /* Primary frequency used to send frames to STA must match the STA's */ 131 if ((int) ci->frequency != oci.freq) { 134 ci->frequency, oci.freq); 149 * band. In the 5 GHz band it's verified through the primary frequency. 153 if (tx_chanwidth == 40 && ci->frequency < 2500 && 163 * the same segments as the receiver by comparing frequency segment 1. 168 "frequency segment 1 mismatch in received OCI (we use %d but receiver is using %d)",
|
| /src/distrib/utils/embedded/conf/ |
| armv7.conf | 91 # If arm_freq is specified in config.txt, set CPU frequency 96 if /sbin/sysctl -q machdep.cpu.frequency.max; then 97 cpufreq_max=\$(/sbin/sysctl -n machdep.cpu.frequency.max) 98 cpufreq_cur=\$(/sbin/sysctl -n machdep.cpu.frequency.current) 100 /sbin/sysctl -w machdep.cpu.frequency.target=\$cpufreq_max
|
| rpi.conf | 31 # If arm_freq is specified in config.txt, set CPU frequency 36 if /sbin/sysctl -q machdep.cpu.frequency.max; then 37 cpufreq_max=\$(/sbin/sysctl -n machdep.cpu.frequency.max) 38 cpufreq_cur=\$(/sbin/sysctl -n machdep.cpu.frequency.current) 40 /sbin/sysctl -w machdep.cpu.frequency.target=\$cpufreq_max
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/st/ |
| stm32f429-disco.dts | 104 clock-frequency = <8000000>; 114 clock-frequency = <100000>; 184 spi-max-frequency = <10000000>; 198 spi-max-frequency = <10000000>;
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/mediatek/ |
| mt7986a-bananapi-bpi-r3-nand.dtso | 21 spi-max-frequency = <10000000>;
|
| mt7986a-bananapi-bpi-r3-nor.dtso | 21 spi-max-frequency = <10000000>;
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amazon/ |
| alpine-v2.dtsi | 90 clock-frequency = <1000000>; 164 clock-frequency = <500000000>; 174 clock-frequency = <500000000>; 184 clock-frequency = <500000000>; 194 clock-frequency = <500000000>;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
| amdgpu_ppatomfwctrl.c | 498 uint32_t *frequency) 517 *frequency = le32_to_cpu(output->atom_smu_outputclkfreq.smu_clock_freq_hz) / 10000; 526 uint32_t frequency = 0; local 539 if (!pp_atomfwctrl_get_clk_information_by_clkid(hwmgr, SMU11_SYSPLL0_SOCCLK_ID, SMU11_SYSPLL0_ID, &frequency)) 540 boot_values->ulSocClk = frequency; 542 if (!pp_atomfwctrl_get_clk_information_by_clkid(hwmgr, SMU11_SYSPLL0_DCEFCLK_ID, SMU11_SYSPLL0_ID, &frequency)) 543 boot_values->ulDCEFClk = frequency; 545 if (!pp_atomfwctrl_get_clk_information_by_clkid(hwmgr, SMU11_SYSPLL0_ECLK_ID, SMU11_SYSPLL0_ID, &frequency)) 546 boot_values->ulEClk = frequency; 548 if (!pp_atomfwctrl_get_clk_information_by_clkid(hwmgr, SMU11_SYSPLL0_VCLK_ID, SMU11_SYSPLL0_ID, &frequency)) 562 uint32_t frequency = 0; local [all...] |