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:upper_16_bits
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H
A
D
alternative.h
22
#define PATCH_ID_CPUFEATURE_VALUE(p)
upper_16_bits
(p)
/kernel/linux/linux-6.6/include/linux/
H
A
D
kernel.h
85
*
upper_16_bits
- return bits 16-31 of a number
88
#define
upper_16_bits
(n) ((u16)((n) >> 16))
macro
/kernel/linux/linux-6.6/drivers/net/phy/
H
A
D
micrel.c
3835
upper_16_bits
(sec));
in lan8841_ptp_set_target()
3845
upper_16_bits
(nsec));
in lan8841_ptp_set_target()
3874
upper_16_bits
(sec));
in lan8841_ptp_set_reload()
3884
upper_16_bits
(nsec));
in lan8841_ptp_set_reload()
3911
phy_write_mmd(phydev, 2, LAN8841_PTP_LTC_SET_SEC_MID,
upper_16_bits
(ts->tv_sec));
in lan8841_ptp_settime64()
3914
phy_write_mmd(phydev, 2, LAN8841_PTP_LTC_SET_NS_HI,
upper_16_bits
(ts->tv_nsec) & 0x3fff);
in lan8841_ptp_settime64()
4098
rate = LAN8814_1PPM_FORMAT * (
upper_16_bits
(scaled_ppm));
in lan8841_ptp_adjfine()
4103
faster ? LAN8841_PTP_LTC_RATE_ADJ_HI_DIR | (
upper_16_bits
(rate) & 0x3fff)
in lan8841_ptp_adjfine()
4104
:
upper_16_bits
(rate) & 0x3fff);
in lan8841_ptp_adjfine()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_ptp_hw.c
511
msg->msg_addr_high =
upper_16_bits
(addr);
in ice_fill_quad_msg_e822()
2521
msg.msg_addr_high =
upper_16_bits
(addr);
in ice_read_phy_reg_e810()
2551
msg.msg_addr_high =
upper_16_bits
(addr);
in ice_write_phy_reg_e810()
Completed in 12 milliseconds