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:lan_offset
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/phy/microchip/
H
A
D
lan966x_serdes.c
24
#define
lan_offset
(...) lan_offset_(__VA_ARGS__)
macro
27
lan_rmw_(val, mask, reg,
lan_offset
(off))
233
value = readl(macro->ctrl->regs +
lan_offset
(HSIO_SD_STAT(idx)));
in lan966x_sd6g40_reg_cfg()
248
value = readl(macro->ctrl->regs +
lan_offset
(HSIO_SD_STAT(idx)));
in lan966x_sd6g40_reg_cfg()
266
value = readl(macro->ctrl->regs +
lan_offset
(HSIO_SD_STAT(idx)));
in lan966x_sd6g40_reg_cfg()
276
value = readl(macro->ctrl->regs +
lan_offset
(HSIO_SD_STAT(idx)));
in lan966x_sd6g40_reg_cfg()
486
val = readl(macro->ctrl->regs +
lan_offset
(HSIO_HW_CFG));
in serdes_set_mode()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
H
A
D
e1000_mac.c
762
u16
lan_offset
;
in igb_set_default_fc()
local
774
lan_offset
= NVM_82580_LAN_FUNC_OFFSET(hw->bus.func);
in igb_set_default_fc()
776
lan_offset
= 0;
in igb_set_default_fc()
778
ret_val = hw->nvm.ops.read(hw, NVM_INIT_CONTROL2_REG +
lan_offset
,
in igb_set_default_fc()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
H
A
D
e1000_mac.c
793
u16
lan_offset
;
in igb_set_default_fc()
local
805
lan_offset
= NVM_82580_LAN_FUNC_OFFSET(hw->bus.func);
in igb_set_default_fc()
807
lan_offset
= 0;
in igb_set_default_fc()
809
ret_val = hw->nvm.ops.read(hw, NVM_INIT_CONTROL2_REG +
lan_offset
,
in igb_set_default_fc()
Completed in 5 milliseconds