Searched refs:start_factor (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/bcmwifi/src/
H A Dbcmwifi_channels.c869 * The base frequency is specified as (start_factor * 500 kHz).
875 * -1 is returned if the start_factor is WF_CHAN_FACTOR_2_4_G and the
882 wf_mhz2channel(uint freq, uint start_factor) argument
889 if (start_factor == 0) {
891 start_factor = WF_CHAN_FACTOR_2_4_G;
893 start_factor = WF_CHAN_FACTOR_5_G;
896 if (freq == 2484 && start_factor == WF_CHAN_FACTOR_2_4_G)
899 base = start_factor / 2;
913 if (start_factor == WF_CHAN_FACTOR_2_4_G && (ch < 1 || ch > 13))
924 * The base frequency is specified as (start_factor * 50
936 wf_channel2mhz(uint ch, uint start_factor) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbcmwifi.c1036 * The base frequency is specified as (start_factor * 500 kHz).
1042 * -1 is returned if the start_factor is WF_CHAN_FACTOR_2_4_G and the
1049 wf_mhz2channel(uint freq, uint start_factor) argument
1056 if (start_factor == 0) {
1058 start_factor = WF_CHAN_FACTOR_2_4_G;
1060 start_factor = WF_CHAN_FACTOR_5_G;
1063 if (freq == 2484 && start_factor == WF_CHAN_FACTOR_2_4_G)
1066 base = start_factor / 2;
1080 if (start_factor == WF_CHAN_FACTOR_2_4_G && (ch < 1 || ch > 13))
1091 * The base frequency is specified as (start_factor * 50
1103 wf_channel2mhz(uint ch, uint start_factor) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmwifi.h420 * The base frequency is specified as (start_factor * 500 kHz).
426 * -1 is returned if the start_factor is WF_CHAN_FACTOR_2_4_G and the
433 * @param start_factor base frequency in 500 kHz units, e.g. 10000 for 5 GHz
440 extern int wf_mhz2channel(uint freq, uint start_factor);
449 * The base frequency is specified as (start_factor * 500 kHz).
452 * The channel range of [1, 14] is only checked for a start_factor of
461 * @param start_factor base frequency in 500 kHz units, e.g. 10000 for 5 GHz
468 extern int wf_channel2mhz(uint channel, uint start_factor);
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/bcmwifi/include/
H A Dbcmwifi_channels.h399 * The base frequency is specified as (start_factor * 500 kHz).
405 * -1 is returned if the start_factor is WF_CHAN_FACTOR_2_4_G and the
412 * @param start_factor base frequency in 500 kHz units, e.g. 10000 for 5 GHz
419 extern int wf_mhz2channel(uint freq, uint start_factor);
428 * The base frequency is specified as (start_factor * 500 kHz).
431 * The channel range of [1, 14] is only checked for a start_factor of
440 * @param start_factor base frequency in 500 kHz units, e.g. 10000 for 5 GHz
447 extern int wf_channel2mhz(uint channel, uint start_factor);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/mtrr/
H A Dcleanup.c271 char start_factor = 'K', size_factor = 'K'; local
274 start_base = to_size_factor(range_startk, &start_factor);
279 reg, start_base, start_factor,
530 char start_factor = 'K', size_factor = 'K'; local
543 start_base = to_size_factor(start_base, &start_factor),
547 i, start_base, start_factor,

Completed in 65 milliseconds