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:hw_counter
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/rtc/
H
A
D
rtc-ab3100.c
51
u64
hw_counter
= rtc_tm_to_time64(tm) * AB3100_RTC_CLOCK_RATE * 2;
in ab3100_rtc_set_time()
local
55
buf[0] = (
hw_counter
) & 0xFF;
in ab3100_rtc_set_time()
56
buf[1] = (
hw_counter
>> 8) & 0xFF;
in ab3100_rtc_set_time()
57
buf[2] = (
hw_counter
>> 16) & 0xFF;
in ab3100_rtc_set_time()
58
buf[3] = (
hw_counter
>> 24) & 0xFF;
in ab3100_rtc_set_time()
59
buf[4] = (
hw_counter
>> 32) & 0xFF;
in ab3100_rtc_set_time()
60
buf[5] = (
hw_counter
>> 40) & 0xFF;
in ab3100_rtc_set_time()
91
u64
hw_counter
;
in ab3100_rtc_read_time()
local
101
hw_counter
= ((u64) buf[5] << 40) | ((u64) buf[4] << 32) |
in ab3100_rtc_read_time()
104
time =
hw_counter
/ (u6
in ab3100_rtc_read_time()
115
u64
hw_counter
;
ab3100_rtc_read_alarm()
local
150
u64
hw_counter
;
ab3100_rtc_set_alarm()
local
[all...]
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
H
A
D
das16m1.c
381
u16
hw_counter
;
in das16m1_handler()
local
384
hw_counter
= comedi_8254_read(devpriv->counter, 1);
in das16m1_handler()
390
hw_counter
== devpriv->initial_hw_count) {
in das16m1_handler()
403
num_samples = -
hw_counter
- devpriv->adc_count;
in das16m1_handler()
/kernel/linux/linux-6.6/drivers/comedi/drivers/
H
A
D
das16m1.c
380
u16
hw_counter
;
in das16m1_handler()
local
383
hw_counter
= comedi_8254_read(devpriv->counter, 1);
in das16m1_handler()
389
hw_counter
== devpriv->initial_hw_count) {
in das16m1_handler()
402
num_samples = -
hw_counter
- devpriv->adc_count;
in das16m1_handler()
/kernel/linux/linux-5.10/drivers/perf/
H
A
D
arm-cci.c
878
struct hw_perf_event *
hw_counter
= &event->hw;
in pmu_read_counter()
local
879
int idx =
hw_counter
->idx;
in pmu_read_counter()
/kernel/linux/linux-6.6/drivers/perf/
H
A
D
arm-cci.c
875
struct hw_perf_event *
hw_counter
= &event->hw;
in pmu_read_counter()
local
876
int idx =
hw_counter
->idx;
in pmu_read_counter()
/kernel/linux/linux-5.10/include/linux/mlx5/
H
A
D
mlx5_ifc.h
1729
u8
hw_counter
[0x20];
member
/kernel/linux/linux-6.6/include/linux/mlx5/
H
A
D
mlx5_ifc.h
2085
u8
hw_counter
[0x20];
member
Completed in 68 milliseconds