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:func_class
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/parisc/
H
A
D
lba_pci.c
1476
u32
func_class
;
in lba_driver_probe()
local
1487
func_class
= READ_REG32(addr + LBA_FCLASS);
in lba_driver_probe()
1490
func_class
&= 0xf;
in lba_driver_probe()
1491
switch (
func_class
) {
in lba_driver_probe()
1502
version,
func_class
& 0xf, (long)dev->hpa.start);
in lba_driver_probe()
1504
if (
func_class
< 2) {
in lba_driver_probe()
1513
if (
func_class
> 4) {
in lba_driver_probe()
1524
func_class
&= 0xff;
in lba_driver_probe()
1525
major =
func_class
>> 4, minor =
func_class
in lba_driver_probe()
[all...]
H
A
D
sba_iommu.c
1886
u32
func_class
;
in sba_driver_callback()
local
1897
func_class
= READ_REG(sba_addr + SBA_FCLASS);
in sba_driver_callback()
1912
ike_rev[8] = '0' + (char) (
func_class
& 0xff);
in sba_driver_callback()
1916
pluto_rev[6] = '0' + (char) ((
func_class
& 0xf0) >> 4);
in sba_driver_callback()
1917
pluto_rev[8] = '0' + (char) (
func_class
& 0x0f);
in sba_driver_callback()
1921
reo_rev[8] = '0' + (char) (
func_class
& 0xff);
in sba_driver_callback()
1948
sba_dev->hw_rev =
func_class
;
in sba_driver_callback()
/kernel/linux/linux-6.6/drivers/parisc/
H
A
D
lba_pci.c
1472
u32
func_class
;
in lba_driver_probe()
local
1483
func_class
= READ_REG32(addr + LBA_FCLASS);
in lba_driver_probe()
1486
func_class
&= 0xf;
in lba_driver_probe()
1487
switch (
func_class
) {
in lba_driver_probe()
1498
version,
func_class
& 0xf, (long)dev->hpa.start);
in lba_driver_probe()
1500
if (
func_class
< 2) {
in lba_driver_probe()
1509
if (
func_class
> 4) {
in lba_driver_probe()
1520
func_class
&= 0xff;
in lba_driver_probe()
1521
major =
func_class
>> 4, minor =
func_class
in lba_driver_probe()
[all...]
H
A
D
sba_iommu.c
1896
u32
func_class
;
in sba_driver_callback()
local
1905
func_class
= READ_REG(sba_addr + SBA_FCLASS);
in sba_driver_callback()
1920
ike_rev[8] = '0' + (char) (
func_class
& 0xff);
in sba_driver_callback()
1924
pluto_rev[6] = '0' + (char) ((
func_class
& 0xf0) >> 4);
in sba_driver_callback()
1925
pluto_rev[8] = '0' + (char) (
func_class
& 0x0f);
in sba_driver_callback()
1929
reo_rev[8] = '0' + (char) (
func_class
& 0xff);
in sba_driver_callback()
1956
sba_dev->hw_rev =
func_class
;
in sba_driver_callback()
Completed in 9 milliseconds