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:tmr_idx
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_ptp_hw.c
93
u8
tmr_idx
;
in ice_ptp_read_src_incval()
local
95
tmr_idx
= ice_get_ptp_src_clock_index(hw);
in ice_ptp_read_src_incval()
97
lo = rd32(hw, GLTSYN_INCVAL_L(
tmr_idx
));
in ice_ptp_read_src_incval()
98
hi = rd32(hw, GLTSYN_INCVAL_H(
tmr_idx
));
in ice_ptp_read_src_incval()
113
u8
tmr_idx
;
in ice_ptp_src_cmd()
local
115
tmr_idx
= ice_get_ptp_src_clock_index(hw);
in ice_ptp_src_cmd()
116
cmd_val =
tmr_idx
<< SEL_CPK_SRC;
in ice_ptp_src_cmd()
1245
u8
tmr_idx
;
in ice_ptp_write_port_cmd_e822()
local
1248
tmr_idx
= ice_get_ptp_src_clock_index(hw);
in ice_ptp_write_port_cmd_e822()
1249
cmd_val =
tmr_idx
<< SEL_PHY_SR
in ice_ptp_write_port_cmd_e822()
2208
u8
tmr_idx
;
ice_read_phy_and_phc_time_e822()
local
2384
u8
tmr_idx
;
ice_start_phy_timer_e822()
local
2725
u8
tmr_idx
;
ice_ptp_init_phy_e810()
local
2767
u8
tmr_idx
;
ice_ptp_prep_phy_time_e810()
local
2803
u8
tmr_idx
;
ice_ptp_prep_phy_adj_e810()
local
2840
u8
tmr_idx
;
ice_ptp_prep_phy_incval_e810()
local
3203
u8
tmr_idx
;
ice_ptp_init_time()
local
3241
u8
tmr_idx
;
ice_ptp_write_incval()
local
3296
u8
tmr_idx
;
ice_ptp_adj_clock()
local
[all...]
H
A
D
ice_ptp.c
349
u8
tmr_idx
;
in ice_get_ptp_clock_index()
local
357
tmr_idx
= hw->func_caps.ts_func_info.tmr_index_assoc;
in ice_get_ptp_clock_index()
358
if (!
tmr_idx
)
in ice_get_ptp_clock_index()
395
u8
tmr_idx
;
in ice_set_ptp_clock_index()
local
402
tmr_idx
= hw->func_caps.ts_func_info.tmr_index_assoc;
in ice_set_ptp_clock_index()
403
if (!
tmr_idx
)
in ice_set_ptp_clock_index()
435
u8
tmr_idx
;
in ice_clear_ptp_clock_index()
local
442
tmr_idx
= hw->func_caps.ts_func_info.tmr_index_assoc;
in ice_clear_ptp_clock_index()
443
if (!
tmr_idx
)
in ice_clear_ptp_clock_index()
466
u8
tmr_idx
;
in ice_ptp_read_src_clk_reg()
local
1477
u8 chan,
tmr_idx
;
ice_ptp_extts_event()
local
1516
u8
tmr_idx
;
ice_ptp_cfg_extts()
local
1579
u8
tmr_idx
;
ice_ptp_cfg_clkout()
local
2000
u32 hh_ts_lo, hh_ts_hi,
tmr_idx
;
ice_ptp_get_syncdevicetime()
local
[all...]
H
A
D
ice_main.c
3158
u8
tmr_idx
= hw->func_caps.ts_func_info.tmr_index_owned;
in ice_misc_intr()
local
3159
u32 gltsyn_stat = rd32(hw, GLTSYN_STAT(
tmr_idx
));
in ice_misc_intr()
Completed in 17 milliseconds