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:id_msb
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/phy/
H
A
D
cortina.c
49
int id_lsb = 0,
id_msb
= 0;
in cortina_probe()
local
58
id_msb
= cortina_read_reg(phydev, VILLA_GLOBAL_CHIP_ID_MSB);
in cortina_probe()
59
if (
id_msb
< 0)
in cortina_probe()
62
phy_id |=
id_msb
;
in cortina_probe()
/kernel/linux/linux-6.6/drivers/net/phy/
H
A
D
cortina.c
49
int id_lsb = 0,
id_msb
= 0;
in cortina_probe()
local
58
id_msb
= cortina_read_reg(phydev, VILLA_GLOBAL_CHIP_ID_MSB);
in cortina_probe()
59
if (
id_msb
< 0)
in cortina_probe()
62
phy_id |=
id_msb
;
in cortina_probe()
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/
H
A
D
sfdp.h
99
u8
id_msb
;
member
H
A
D
sfdp.c
13
#define SFDP_PARAM_HEADER_ID(p) (((p)->
id_msb
<< 8) | (p)->id_lsb)
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/
H
A
D
sfdp.h
133
u8
id_msb
;
member
H
A
D
sfdp.c
14
#define SFDP_PARAM_HEADER_ID(p) (((p)->
id_msb
<< 8) | (p)->id_lsb)
Completed in 8 milliseconds