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:sfp_base
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/soc/fsl/
H
A
D
guts.c
121
void __iomem *
sfp_base
;
in fsl_guts_get_soc_uid()
local
128
sfp_base
= of_iomap(np, 0);
in fsl_guts_get_soc_uid()
129
if (!
sfp_base
) {
in fsl_guts_get_soc_uid()
134
uid = ioread32(
sfp_base
+ offset);
in fsl_guts_get_soc_uid()
136
uid |= ioread32(
sfp_base
+ offset + 4);
in fsl_guts_get_soc_uid()
138
iounmap(
sfp_base
);
in fsl_guts_get_soc_uid()
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
H
A
D
xgbe-phy-v2.c
361
enum xgbe_sfp_base
sfp_base
;
member
749
switch (phy_data->
sfp_base
) {
in xgbe_phy_sfp_phy_settings()
761
if (phy_data->
sfp_base
== XGBE_SFP_BASE_1000_T) {
in xgbe_phy_sfp_phy_settings()
781
switch (phy_data->
sfp_base
) {
in xgbe_phy_sfp_phy_settings()
810
switch (phy_data->
sfp_base
) {
in xgbe_phy_sfp_phy_settings()
827
u8 *
sfp_base
, min;
in xgbe_phy_sfp_bit_rate()
local
829
sfp_base
= sfp_eeprom->base;
in xgbe_phy_sfp_bit_rate()
842
return
sfp_base
[XGBE_SFP_BASE_BR] >= min;
in xgbe_phy_sfp_bit_rate()
1070
if (phy_data->
sfp_base
!= XGBE_SFP_BASE_1000_T)
in xgbe_phy_sfp_external_phy()
1129
u8 *
sfp_base
;
in xgbe_phy_sfp_parse_eeprom()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/
H
A
D
xgbe-phy-v2.c
362
enum xgbe_sfp_base
sfp_base
;
member
814
switch (phy_data->
sfp_base
) {
in xgbe_phy_sfp_phy_settings()
826
if (phy_data->
sfp_base
== XGBE_SFP_BASE_1000_T) {
in xgbe_phy_sfp_phy_settings()
848
switch (phy_data->
sfp_base
) {
in xgbe_phy_sfp_phy_settings()
877
switch (phy_data->
sfp_base
) {
in xgbe_phy_sfp_phy_settings()
894
u8 *
sfp_base
, min;
in xgbe_phy_sfp_bit_rate()
local
896
sfp_base
= sfp_eeprom->base;
in xgbe_phy_sfp_bit_rate()
909
return
sfp_base
[XGBE_SFP_BASE_BR] >= min;
in xgbe_phy_sfp_bit_rate()
1137
if (phy_data->
sfp_base
!= XGBE_SFP_BASE_1000_T)
in xgbe_phy_sfp_external_phy()
1196
u8 *
sfp_base
;
in xgbe_phy_sfp_parse_eeprom()
local
[all...]
Completed in 7 milliseconds