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:syscon1
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H
A
D
usb.c
291
u32
syscon1
= 0;
in omap1_usb0_init()
local
372
syscon1
= 2;
in omap1_usb0_init()
375
syscon1
= 1;
in omap1_usb0_init()
378
syscon1
= 3;
in omap1_usb0_init()
394
return
syscon1
<< 16;
in omap1_usb0_init()
399
u32
syscon1
= 0;
in omap1_usb1_init()
local
437
syscon1
= 2;
in omap1_usb1_init()
440
syscon1
= 1;
in omap1_usb1_init()
443
syscon1
= 3;
in omap1_usb1_init()
460
return
syscon1
<< 2
in omap1_usb1_init()
465
u32
syscon1
= 0;
omap1_usb2_init()
local
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H
A
D
usb.c
275
u32
syscon1
= 0;
in omap1_usb0_init()
local
346
syscon1
= 2;
in omap1_usb0_init()
349
syscon1
= 1;
in omap1_usb0_init()
352
syscon1
= 3;
in omap1_usb0_init()
368
return
syscon1
<< 16;
in omap1_usb0_init()
373
u32
syscon1
= 0;
in omap1_usb1_init()
local
411
syscon1
= 2;
in omap1_usb1_init()
414
syscon1
= 1;
in omap1_usb1_init()
417
syscon1
= 3;
in omap1_usb1_init()
434
return
syscon1
<< 2
in omap1_usb1_init()
439
u32
syscon1
= 0;
omap1_usb2_init()
local
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
omap_udc.c
1168
u16
syscon1
;
in omap_set_selfpowered()
local
1173
syscon1
= omap_readw(UDC_SYSCON1);
in omap_set_selfpowered()
1175
syscon1
|= UDC_SELF_PWR;
in omap_set_selfpowered()
1177
syscon1
&= ~UDC_SELF_PWR;
in omap_set_selfpowered()
1178
omap_writew(
syscon1
, UDC_SYSCON1);
in omap_set_selfpowered()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
omap_udc.c
1173
u16
syscon1
;
in omap_set_selfpowered()
local
1178
syscon1
= omap_readw(UDC_SYSCON1);
in omap_set_selfpowered()
1180
syscon1
|= UDC_SELF_PWR;
in omap_set_selfpowered()
1182
syscon1
&= ~UDC_SELF_PWR;
in omap_set_selfpowered()
1183
omap_writew(
syscon1
, UDC_SYSCON1);
in omap_set_selfpowered()
Completed in 7 milliseconds