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:run_regs
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-gadget.h
1351
* @
run_regs
: Runtime registers.
1402
struct cdnsp_run_regs __iomem *
run_regs
;
member
H
A
D
cdnsp-gadget.c
923
return readl(&pdev->
run_regs
->microframe_index) >> 3;
in cdnsp_get_frame()
1795
pdev->
run_regs
= pdev->regs +
in cdnsp_gen_setup()
H
A
D
cdnsp-mem.c
1277
pdev->ir_set = &pdev->
run_regs
->ir_set[0];
in cdnsp_mem_init()
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-ring.c
3833
current_frame_id = readl(&xhci->
run_regs
->microframe_index);
in xhci_get_isoc_frame_id()
3842
__func__, index, readl(&xhci->
run_regs
->microframe_index),
in xhci_get_isoc_frame_id()
4136
start_frame = readl(&xhci->
run_regs
->microframe_index);
in xhci_queue_isoc_tx_prepare()
H
A
D
xhci.c
275
ARRAY_SIZE(xhci->
run_regs
->ir_set));
in xhci_zero_64b_regs()
280
ir = &xhci->
run_regs
->ir_set[i];
in xhci_zero_64b_regs()
5206
return readl(&xhci->
run_regs
->microframe_index) >> 3;
in xhci_get_frame()
5287
xhci->
run_regs
= hcd->regs +
in xhci_gen_setup()
H
A
D
xhci.h
1754
struct xhci_run_regs __iomem *
run_regs
;
member
H
A
D
xhci-mem.c
2559
xhci->ir_set = &xhci->
run_regs
->ir_set[0];
in xhci_mem_init()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-ring.c
3983
current_frame_id = readl(&xhci->
run_regs
->microframe_index);
in xhci_get_isoc_frame_id()
3992
__func__, index, readl(&xhci->
run_regs
->microframe_index),
in xhci_get_isoc_frame_id()
4285
start_frame = readl(&xhci->
run_regs
->microframe_index);
in xhci_queue_isoc_tx_prepare()
H
A
D
xhci.c
277
ARRAY_SIZE(xhci->
run_regs
->ir_set));
in xhci_zero_64b_regs()
282
ir = &xhci->
run_regs
->ir_set[i];
in xhci_zero_64b_regs()
5078
return readl(&xhci->
run_regs
->microframe_index) >> 3;
in xhci_get_frame()
5163
xhci->
run_regs
= hcd->regs +
in xhci_gen_setup()
H
A
D
xhci.h
1767
struct xhci_run_regs __iomem *
run_regs
;
member
H
A
D
xhci-mem.c
2279
ir->ir_set = &xhci->
run_regs
->ir_set[intr_num];
in xhci_add_interrupter()
Completed in 46 milliseconds