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:temp_pmt_ctl
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/usb/
H
A
D
lan78xx.c
3790
u32
temp_pmt_ctl
;
in lan78xx_set_suspend()
local
3808
temp_pmt_ctl
= 0;
in lan78xx_set_suspend()
3809
lan78xx_read_reg(dev, PMT_CTL, &
temp_pmt_ctl
);
in lan78xx_set_suspend()
3810
temp_pmt_ctl
&= ~PMT_CTL_RES_CLR_WKP_EN_;
in lan78xx_set_suspend()
3811
temp_pmt_ctl
|= PMT_CTL_RES_CLR_WKP_STS_;
in lan78xx_set_suspend()
3818
temp_pmt_ctl
|= PMT_CTL_PHY_WAKE_EN_;
in lan78xx_set_suspend()
3820
temp_pmt_ctl
|= PMT_CTL_WOL_EN_;
in lan78xx_set_suspend()
3821
temp_pmt_ctl
&= ~PMT_CTL_SUS_MODE_MASK_;
in lan78xx_set_suspend()
3822
temp_pmt_ctl
|= PMT_CTL_SUS_MODE_0_;
in lan78xx_set_suspend()
3827
temp_pmt_ctl
|
in lan78xx_set_suspend()
[all...]
/kernel/linux/linux-6.6/drivers/net/usb/
H
A
D
lan78xx.c
4586
u32
temp_pmt_ctl
;
in lan78xx_set_suspend()
local
4612
temp_pmt_ctl
= 0;
in lan78xx_set_suspend()
4614
ret = lan78xx_read_reg(dev, PMT_CTL, &
temp_pmt_ctl
);
in lan78xx_set_suspend()
4618
temp_pmt_ctl
&= ~PMT_CTL_RES_CLR_WKP_EN_;
in lan78xx_set_suspend()
4619
temp_pmt_ctl
|= PMT_CTL_RES_CLR_WKP_STS_;
in lan78xx_set_suspend()
4629
temp_pmt_ctl
|= PMT_CTL_PHY_WAKE_EN_;
in lan78xx_set_suspend()
4631
temp_pmt_ctl
|= PMT_CTL_WOL_EN_;
in lan78xx_set_suspend()
4632
temp_pmt_ctl
&= ~PMT_CTL_SUS_MODE_MASK_;
in lan78xx_set_suspend()
4633
temp_pmt_ctl
|= PMT_CTL_SUS_MODE_0_;
in lan78xx_set_suspend()
4638
temp_pmt_ctl
|
in lan78xx_set_suspend()
[all...]
Completed in 11 milliseconds