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:phbcmu
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/arcmsr/
H
A
D
arcmsr_hba.c
434
struct MessageUnit_C __iomem *
phbcmu
= pACB->pmuC;
in arcmsr_hbaC_wait_msgint_ready()
local
438
if (readl(&
phbcmu
->outbound_doorbell)
in arcmsr_hbaC_wait_msgint_ready()
441
&
phbcmu
->outbound_doorbell_clear); /*clear interrupt*/
in arcmsr_hbaC_wait_msgint_ready()
471
struct MessageUnit_E __iomem *
phbcmu
= pACB->pmuE;
in arcmsr_hbaE_wait_msgint_ready()
local
474
read_doorbell = readl(&
phbcmu
->iobound_doorbell);
in arcmsr_hbaE_wait_msgint_ready()
476
writel(0, &
phbcmu
->host_int_status); /*clear interrupt*/
in arcmsr_hbaE_wait_msgint_ready()
1887
struct MessageUnit_C __iomem *
phbcmu
= acb->pmuC;
in arcmsr_post_ccb()
local
1892
writel(upper_32_bits(ccb->cdb_phyaddr), &
phbcmu
->inbound_queueport_high);
in arcmsr_post_ccb()
1893
writel(ccb_post_stamp, &
phbcmu
->inbound_queueport_low);
in arcmsr_post_ccb()
2138
struct MessageUnit_C __iomem *
phbcmu
in arcmsr_get_iop_rqbuffer()
local
2510
struct MessageUnit_C __iomem *
phbcmu
;
arcmsr_hbaC_postqueue_isr()
local
2619
struct MessageUnit_F __iomem *
phbcmu
;
arcmsr_hbaF_postqueue_isr()
local
2761
struct MessageUnit_C __iomem *
phbcmu
= pACB->pmuC;
arcmsr_hbaC_handle_isr()
local
2837
struct MessageUnit_F __iomem *
phbcmu
= pACB->pmuF;
arcmsr_hbaF_handle_isr()
local
4250
struct MessageUnit_C __iomem *
phbcmu
= pACB->pmuC;
arcmsr_hbaC_start_bgrb()
local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/arcmsr/
H
A
D
arcmsr_hba.c
441
struct MessageUnit_C __iomem *
phbcmu
= pACB->pmuC;
in arcmsr_hbaC_wait_msgint_ready()
local
445
if (readl(&
phbcmu
->outbound_doorbell)
in arcmsr_hbaC_wait_msgint_ready()
448
&
phbcmu
->outbound_doorbell_clear); /*clear interrupt*/
in arcmsr_hbaC_wait_msgint_ready()
478
struct MessageUnit_E __iomem *
phbcmu
= pACB->pmuE;
in arcmsr_hbaE_wait_msgint_ready()
local
481
read_doorbell = readl(&
phbcmu
->iobound_doorbell);
in arcmsr_hbaE_wait_msgint_ready()
483
writel(0, &
phbcmu
->host_int_status); /*clear interrupt*/
in arcmsr_hbaE_wait_msgint_ready()
1879
struct MessageUnit_C __iomem *
phbcmu
= acb->pmuC;
in arcmsr_post_ccb()
local
1884
writel(upper_32_bits(ccb->cdb_phyaddr), &
phbcmu
->inbound_queueport_high);
in arcmsr_post_ccb()
1885
writel(ccb_post_stamp, &
phbcmu
->inbound_queueport_low);
in arcmsr_post_ccb()
2130
struct MessageUnit_C __iomem *
phbcmu
in arcmsr_get_iop_rqbuffer()
local
2505
struct MessageUnit_C __iomem *
phbcmu
;
arcmsr_hbaC_postqueue_isr()
local
2614
struct MessageUnit_F __iomem *
phbcmu
;
arcmsr_hbaF_postqueue_isr()
local
2756
struct MessageUnit_C __iomem *
phbcmu
= pACB->pmuC;
arcmsr_hbaC_handle_isr()
local
2832
struct MessageUnit_F __iomem *
phbcmu
= pACB->pmuF;
arcmsr_hbaF_handle_isr()
local
4255
struct MessageUnit_C __iomem *
phbcmu
= pACB->pmuC;
arcmsr_hbaC_start_bgrb()
local
[all...]
Completed in 9 milliseconds