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:ch_event
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/xscale/
H
A
D
ixp46x_ts.h
16
u32
ch_event
; /* 0x44 Time Synchronization Channel Event */
member
H
A
D
ixp4xx_eth.c
297
val = __raw_readl(®s->channel[ch].
ch_event
);
in ixp_rx_timestamp()
321
__raw_writel(RX_SNAPSHOT_LOCKED, ®s->channel[ch].
ch_event
);
in ixp_rx_timestamp()
347
val = __raw_readl(®s->channel[ch].
ch_event
);
in ixp_tx_timestamp()
367
__raw_writel(TX_SNAPSHOT_LOCKED, ®s->channel[ch].
ch_event
);
in ixp_tx_timestamp()
409
®s->channel[ch].
ch_event
);
in hwtstamp_set()
/kernel/linux/linux-6.6/drivers/net/ethernet/xscale/
H
A
D
ixp46x_ts.h
16
u32
ch_event
; /* 0x44 Time Synchronization Channel Event */
member
H
A
D
ixp4xx_eth.c
316
val = __raw_readl(®s->channel[ch].
ch_event
);
in ixp_rx_timestamp()
340
__raw_writel(RX_SNAPSHOT_LOCKED, ®s->channel[ch].
ch_event
);
in ixp_rx_timestamp()
366
val = __raw_readl(®s->channel[ch].
ch_event
);
in ixp_tx_timestamp()
386
__raw_writel(TX_SNAPSHOT_LOCKED, ®s->channel[ch].
ch_event
);
in ixp_tx_timestamp()
430
®s->channel[ch].
ch_event
);
in hwtstamp_set()
/kernel/linux/linux-6.6/drivers/ptp/
H
A
D
ptp_pch.c
63
u32
ch_event
;
member
183
val = ioread32(&chip->regs->
ch_event
);
in pch_ch_event_read()
193
iowrite32(val, (&chip->regs->
ch_event
));
in pch_ch_event_write()
/kernel/linux/linux-5.10/drivers/ptp/
H
A
D
ptp_pch.c
60
u32
ch_event
;
member
206
val = ioread32(&chip->regs->
ch_event
);
in pch_ch_event_read()
216
iowrite32(val, (&chip->regs->
ch_event
));
in pch_ch_event_write()
Completed in 8 milliseconds