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:bus_time
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/firewire/
H
A
D
ohci.c
187
u32
bus_time
;
member
1788
* This function has to be called at least every 64 seconds. The
bus_time
1799
ohci->
bus_time
= (lower_32_bits(ktime_get_seconds()) & ~0x7f) |
in update_bus_time()
1804
if ((ohci->
bus_time
& 0x40) != (cycle_time_seconds & 0x40))
in update_bus_time()
1805
ohci->
bus_time
+= 0x40;
in update_bus_time()
1807
return ohci->
bus_time
| cycle_time_seconds;
in update_bus_time()
2747
ohci->
bus_time
= (update_bus_time(ohci) & 0x40) |
in ohci_write_csr()
/kernel/linux/linux-6.6/drivers/firewire/
H
A
D
ohci.c
187
u32
bus_time
;
member
1799
* This function has to be called at least every 64 seconds. The
bus_time
1810
ohci->
bus_time
= (lower_32_bits(ktime_get_seconds()) & ~0x7f) |
in update_bus_time()
1815
if ((ohci->
bus_time
& 0x40) != (cycle_time_seconds & 0x40))
in update_bus_time()
1816
ohci->
bus_time
+= 0x40;
in update_bus_time()
1818
return ohci->
bus_time
| cycle_time_seconds;
in update_bus_time()
2759
ohci->
bus_time
= (update_bus_time(ohci) & 0x40) |
in ohci_write_csr()
Completed in 10 milliseconds