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:alu_table
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/dsa/microchip/
H
A
D
ksz9477.c
471
u32
alu_table
[4];
in ksz9477_fdb_add()
local
497
ksz9477_read_table(dev,
alu_table
);
in ksz9477_fdb_add()
500
alu_table
[0] = ALU_V_STATIC_VALID;
in ksz9477_fdb_add()
501
alu_table
[1] |= BIT(port);
in ksz9477_fdb_add()
503
alu_table
[1] |= ALU_V_USE_FID;
in ksz9477_fdb_add()
504
alu_table
[2] = (vid << ALU_V_FID_S);
in ksz9477_fdb_add()
505
alu_table
[2] |= ((addr[0] << 8) | addr[1]);
in ksz9477_fdb_add()
506
alu_table
[3] = ((addr[2] << 24) | (addr[3] << 16));
in ksz9477_fdb_add()
507
alu_table
[3] |= ((addr[4] << 8) | addr[5]);
in ksz9477_fdb_add()
509
ksz9477_write_table(dev,
alu_table
);
in ksz9477_fdb_add()
527
u32
alu_table
[4];
ksz9477_fdb_del()
local
590
ksz9477_convert_alu(struct alu_struct *alu, u32 *
alu_table
)
ksz9477_convert_alu()
argument
618
u32
alu_table
[4];
ksz9477_fdb_dump()
local
[all...]
/kernel/linux/linux-5.10/drivers/net/dsa/microchip/
H
A
D
ksz9477.c
592
u32
alu_table
[4];
in ksz9477_port_fdb_add()
local
618
ksz9477_read_table(dev,
alu_table
);
in ksz9477_port_fdb_add()
621
alu_table
[0] = ALU_V_STATIC_VALID;
in ksz9477_port_fdb_add()
622
alu_table
[1] |= BIT(port);
in ksz9477_port_fdb_add()
624
alu_table
[1] |= ALU_V_USE_FID;
in ksz9477_port_fdb_add()
625
alu_table
[2] = (vid << ALU_V_FID_S);
in ksz9477_port_fdb_add()
626
alu_table
[2] |= ((addr[0] << 8) | addr[1]);
in ksz9477_port_fdb_add()
627
alu_table
[3] = ((addr[2] << 24) | (addr[3] << 16));
in ksz9477_port_fdb_add()
628
alu_table
[3] |= ((addr[4] << 8) | addr[5]);
in ksz9477_port_fdb_add()
630
ksz9477_write_table(dev,
alu_table
);
in ksz9477_port_fdb_add()
649
u32
alu_table
[4];
ksz9477_port_fdb_del()
local
712
ksz9477_convert_alu(struct alu_struct *alu, u32 *
alu_table
)
ksz9477_convert_alu()
argument
741
u32
alu_table
[4];
ksz9477_port_fdb_dump()
local
[all...]
Completed in 3 milliseconds