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:get_bit
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/
H
A
D
clk-ast2600.c
228
static u32
get_bit
(u8 idx)
in get_bit()
function
252
u32 clk =
get_bit
(gate->clock_idx);
in aspeed_g6_clk_is_enabled()
253
u32 rst =
get_bit
(gate->reset_idx);
in aspeed_g6_clk_is_enabled()
281
u32 clk =
get_bit
(gate->clock_idx);
in aspeed_g6_clk_enable()
282
u32 rst =
get_bit
(gate->reset_idx);
in aspeed_g6_clk_enable()
323
u32 clk =
get_bit
(gate->clock_idx);
in aspeed_g6_clk_disable()
347
u32 rst =
get_bit
(id);
in aspeed_g6_reset_deassert()
358
u32 rst =
get_bit
(id);
in aspeed_g6_reset_assert()
370
u32 rst =
get_bit
(id);
in aspeed_g6_reset_status()
/kernel/linux/linux-6.6/drivers/clk/
H
A
D
clk-ast2600.c
266
static u32
get_bit
(u8 idx)
in get_bit()
function
290
u32 clk =
get_bit
(gate->clock_idx);
in aspeed_g6_clk_is_enabled()
291
u32 rst =
get_bit
(gate->reset_idx);
in aspeed_g6_clk_is_enabled()
319
u32 clk =
get_bit
(gate->clock_idx);
in aspeed_g6_clk_enable()
320
u32 rst =
get_bit
(gate->reset_idx);
in aspeed_g6_clk_enable()
361
u32 clk =
get_bit
(gate->clock_idx);
in aspeed_g6_clk_disable()
385
u32 rst =
get_bit
(id);
in aspeed_g6_reset_deassert()
396
u32 rst =
get_bit
(id);
in aspeed_g6_reset_assert()
408
u32 rst =
get_bit
(id);
in aspeed_g6_reset_status()
/kernel/linux/linux-5.10/net/netfilter/
H
A
D
nf_conntrack_h323_asn1.c
104
static unsigned int
get_bit
(struct bitstr *bs);
178
static unsigned int
get_bit
(struct bitstr *bs)
in get_bit()
function
366
if ((f->attr & EXT) &&
get_bit
(bs)) {
in decode_enum()
531
ext = (f->attr & EXT) ?
get_bit
(bs) : 0;
in decode_seq()
756
if ((f->attr & EXT) &&
get_bit
(bs)) {
in decode_choice()
/kernel/linux/linux-6.6/net/netfilter/
H
A
D
nf_conntrack_h323_asn1.c
104
static unsigned int
get_bit
(struct bitstr *bs);
178
static unsigned int
get_bit
(struct bitstr *bs)
in get_bit()
function
366
if ((f->attr & EXT) &&
get_bit
(bs)) {
in decode_enum()
531
ext = (f->attr & EXT) ?
get_bit
(bs) : 0;
in decode_seq()
760
if ((f->attr & EXT) &&
get_bit
(bs)) {
in decode_choice()
/kernel/liteos_a/fs/vfs/operation/
H
A
D
vfs_force_umount.c
404
if (!
get_bit
(i)) {
in FileDisableAndClean()
/kernel/linux/linux-5.10/drivers/video/fbdev/via/
H
A
D
hw.c
974
u16
get_bit
;
in viafb_load_reg()
local
987
get_bit
= (timing_value & (BIT0 << bit_num));
in viafb_load_reg()
989
data | ((
get_bit
>> shift_next_reg) << start_index);
in viafb_load_reg()
/kernel/linux/linux-6.6/drivers/video/fbdev/via/
H
A
D
hw.c
974
u16
get_bit
;
in viafb_load_reg()
local
987
get_bit
= (timing_value & (BIT0 << bit_num));
in viafb_load_reg()
989
data | ((
get_bit
>> shift_next_reg) << start_index);
in viafb_load_reg()
Completed in 11 milliseconds