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:amd_clock
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ide/
H
A
D
amd74xx.c
32
static unsigned int
amd_clock
;
variable
87
T = 1000000000 /
amd_clock
;
in amd_set_drive()
97
if (speed == XFER_UDMA_5 &&
amd_clock
<= 33333) t.udma = 1;
in amd_set_drive()
98
if (speed == XFER_UDMA_6 &&
amd_clock
<= 33333) t.udma = 15;
in amd_set_drive()
269
amd_clock
= (ide_pci_clk ? ide_pci_clk : 33) * 1000;
in amd74xx_probe()
271
switch (
amd_clock
) {
in amd74xx_probe()
272
case 33000:
amd_clock
= 33333; break;
in amd74xx_probe()
273
case 37000:
amd_clock
= 37500; break;
in amd74xx_probe()
274
case 41000:
amd_clock
= 41666; break;
in amd74xx_probe()
277
if (
amd_clock
< 2000
in amd74xx_probe()
[all...]
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
pata_amd.c
54
const int
amd_clock
= 33333; /* KHz. */
in timing_setup()
local
57
T = 1000000000 /
amd_clock
;
in timing_setup()
77
if (speed == XFER_UDMA_5 &&
amd_clock
<= 33333) at.udma = 1;
in timing_setup()
78
if (speed == XFER_UDMA_6 &&
amd_clock
<= 33333) at.udma = 15;
in timing_setup()
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
pata_amd.c
54
const int
amd_clock
= 33333; /* KHz. */
in timing_setup()
local
57
T = 1000000000 /
amd_clock
;
in timing_setup()
77
if (speed == XFER_UDMA_5 &&
amd_clock
<= 33333) at.udma = 1;
in timing_setup()
78
if (speed == XFER_UDMA_6 &&
amd_clock
<= 33333) at.udma = 15;
in timing_setup()
Completed in 3 milliseconds