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:len_val
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/xen/xen-pciback/
H
A
D
conf_space_header.c
22
u32
len_val
;
member
205
*value = bar->which ? bar->
len_val
: bar->val;
in bar_read()
225
bar->
len_val
= -resource_size(&res[pos - 1]) >> 32;
in bar_init()
237
bar->
len_val
= -resource_size(&res[pos]) |
in bar_init()
/kernel/linux/linux-6.6/drivers/xen/xen-pciback/
H
A
D
conf_space_header.c
22
u32
len_val
;
member
205
*value = bar->which ? bar->
len_val
: bar->val;
in bar_read()
229
bar->
len_val
= -resource_size(&res[pos - 1]) >> 16 >> 16;
in bar_init()
241
bar->
len_val
= -resource_size(&res[pos]) |
in bar_init()
/kernel/linux/linux-5.10/drivers/tty/serial/
H
A
D
sirfsoc_uart.c
709
u32 data_bit_len, stop_bit_len,
len_val
;
in sirfsoc_uart_set_termios()
local
813
len_val
= ((1 << SIRFSOC_USP_MODE2_RXD_DELAY_OFFSET) |
in sirfsoc_uart_set_termios()
815
len_val
|= ((clk_div_reg & SIRFSOC_USP_MODE2_CLK_DIVISOR_MASK)
in sirfsoc_uart_set_termios()
817
wr_regl(port, ureg->sirfsoc_mode2,
len_val
);
in sirfsoc_uart_set_termios()
832
len_val
= (data_bit_len - 1) << SIRFSOC_USP_TX_DATA_LEN_OFFSET;
in sirfsoc_uart_set_termios()
833
len_val
|= (data_bit_len + 1 + stop_bit_len - 1) <<
in sirfsoc_uart_set_termios()
835
len_val
|= ((data_bit_len - 1) <<
in sirfsoc_uart_set_termios()
837
len_val
|= (((clk_div_reg & 0xc00) >> 10) <<
in sirfsoc_uart_set_termios()
839
wr_regl(port, ureg->sirfsoc_tx_frame_ctrl,
len_val
);
in sirfsoc_uart_set_termios()
841
len_val
in sirfsoc_uart_set_termios()
[all...]
Completed in 3 milliseconds