Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:xtalfreq
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/bcma/
H
A
D
driver_chipcommon_pmu.c
80
static void bcma_pmu2_pll_init0(struct bcma_drv_cc *cc, u32
xtalfreq
)
in bcma_pmu2_pll_init0()
argument
89
switch (
xtalfreq
) {
in bcma_pmu2_pll_init0()
110
bcma_err(bus, "Unknown TGT frequency for
xtalfreq
%d\n",
in bcma_pmu2_pll_init0()
111
xtalfreq
);
in bcma_pmu2_pll_init0()
151
u32
xtalfreq
= bcma_pmu_xtalfreq(cc);
in bcma_pmu_pll_init()
local
155
if (
xtalfreq
== 0)
in bcma_pmu_pll_init()
156
xtalfreq
= 20000;
in bcma_pmu_pll_init()
157
bcma_pmu2_pll_init0(cc,
xtalfreq
);
in bcma_pmu_pll_init()
/kernel/linux/linux-6.6/drivers/bcma/
H
A
D
driver_chipcommon_pmu.c
80
static void bcma_pmu2_pll_init0(struct bcma_drv_cc *cc, u32
xtalfreq
)
in bcma_pmu2_pll_init0()
argument
89
switch (
xtalfreq
) {
in bcma_pmu2_pll_init0()
110
bcma_err(bus, "Unknown TGT frequency for
xtalfreq
%d\n",
in bcma_pmu2_pll_init0()
111
xtalfreq
);
in bcma_pmu2_pll_init0()
151
u32
xtalfreq
= bcma_pmu_xtalfreq(cc);
in bcma_pmu_pll_init()
local
155
if (
xtalfreq
== 0)
in bcma_pmu_pll_init()
156
xtalfreq
= 20000;
in bcma_pmu_pll_init()
157
bcma_pmu2_pll_init0(cc,
xtalfreq
);
in bcma_pmu_pll_init()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H
A
D
phy_lcn.c
1672
fpfd = rfpll_doubler ? (pi->
xtalfreq
<< 1) : (pi->
xtalfreq
);
in wlc_lcnphy_radio_2064_channel_tune_4313()
1673
if (pi->
xtalfreq
> 26000000)
in wlc_lcnphy_radio_2064_channel_tune_4313()
1675
if (pi->
xtalfreq
> 52000000)
in wlc_lcnphy_radio_2064_channel_tune_4313()
1686
qFcal = pi->
xtalfreq
* fcal_div / PLL_2064_MHZ;
in wlc_lcnphy_radio_2064_channel_tune_4313()
1690
d15 = (pi->
xtalfreq
* fcal_div * 4 / 5) / PLL_2064_MHZ - 1;
in wlc_lcnphy_radio_2064_channel_tune_4313()
4982
pi->
xtalfreq
= bcma_chipco_get_alp_clock(&pi->d11core->bus->drv_cc);
in wlc_phy_attach_lcnphy()
H
A
D
phy_int.h
638
u32
xtalfreq
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H
A
D
phy_lcn.c
1672
fpfd = rfpll_doubler ? (pi->
xtalfreq
<< 1) : (pi->
xtalfreq
);
in wlc_lcnphy_radio_2064_channel_tune_4313()
1673
if (pi->
xtalfreq
> 26000000)
in wlc_lcnphy_radio_2064_channel_tune_4313()
1675
if (pi->
xtalfreq
> 52000000)
in wlc_lcnphy_radio_2064_channel_tune_4313()
1686
qFcal = pi->
xtalfreq
* fcal_div / PLL_2064_MHZ;
in wlc_lcnphy_radio_2064_channel_tune_4313()
1690
d15 = (pi->
xtalfreq
* fcal_div * 4 / 5) / PLL_2064_MHZ - 1;
in wlc_lcnphy_radio_2064_channel_tune_4313()
4982
pi->
xtalfreq
= bcma_chipco_get_alp_clock(&pi->d11core->bus->drv_cc);
in wlc_phy_attach_lcnphy()
H
A
D
phy_int.h
638
u32
xtalfreq
;
member
Completed in 19 milliseconds