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:enabled_phys
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/
H
A
D
aic94xx_scb.c
112
u8 enabled_mask = asd_ha->hw_prof.
enabled_phys
;
in ord_phy()
644
asd_ha->hw_prof.
enabled_phys
&= ~(1 << phy_id);
in control_phy_tasklet_complete()
653
asd_ha->hw_prof.
enabled_phys
|= (1 << phy_id);
in control_phy_tasklet_complete()
660
asd_ha->hw_prof.
enabled_phys
|= (1 << phy_id);
in control_phy_tasklet_complete()
670
asd_ha->hw_prof.
enabled_phys
|= (1 << phy_id);
in control_phy_tasklet_complete()
675
asd_ha->hw_prof.
enabled_phys
|= (1 << phy_id);
in control_phy_tasklet_complete()
H
A
D
aic94xx_hwi.h
93
u8
enabled_phys
; /* mask of enabled phys */
member
227
#define PHY_ENABLED(_HA, _I) ((_HA)->hw_prof.
enabled_phys
& (1<<(_I)))
H
A
D
aic94xx_seq.c
385
if (!asd_ha->hw_prof.
enabled_phys
) {
in asd_seq_download_seqs()
403
asd_ha->hw_prof.
enabled_phys
);
in asd_seq_download_seqs()
407
u8 lseq_mask = asd_ha->hw_prof.
enabled_phys
;
in asd_seq_download_seqs()
846
lseq_mask = asd_ha->hw_prof.
enabled_phys
;
in asd_init_lseq_scratch()
1180
lseq_mask = asd_ha->hw_prof.
enabled_phys
;
in asd_seq_setup_seqs()
1336
lseq_mask = asd_ha->hw_prof.
enabled_phys
;
in asd_start_seqs()
H
A
D
aic94xx_sds.c
791
asd_ha->hw_prof.
enabled_phys
= 0;
in asd_ms_get_phy_params()
800
asd_ha->hw_prof.
enabled_phys
&= ~(1 << i);
in asd_ms_get_phy_params()
805
asd_ha->hw_prof.
enabled_phys
|= (1 << i);
in asd_ms_get_phy_params()
818
ASD_DPRINTK("ms:
enabled_phys
:0x%x\n", asd_ha->hw_prof.
enabled_phys
);
in asd_ms_get_phy_params()
929
asd_ha->hw_prof.
enabled_phys
&= ~(1 << i);
in asd_process_ctrla_phy_settings()
H
A
D
aic94xx_init.c
216
asd_ha->hw_prof.
enabled_phys
= 0xFF;
in asd_common_setup()
880
u8 phy_mask = asd_ha->hw_prof.
enabled_phys
;
in asd_turn_off_leds()
923
err = asd_enable_phys(asd_ha, asd_ha->hw_prof.
enabled_phys
);
in asd_scan_start()
H
A
D
aic94xx_hwi.c
115
u8 phy_mask = asd_ha->hw_prof.
enabled_phys
;
in asd_init_phys()
/kernel/linux/linux-6.6/drivers/scsi/aic94xx/
H
A
D
aic94xx_scb.c
114
u8 enabled_mask = asd_ha->hw_prof.
enabled_phys
;
in ord_phy()
648
asd_ha->hw_prof.
enabled_phys
&= ~(1 << phy_id);
in control_phy_tasklet_complete()
657
asd_ha->hw_prof.
enabled_phys
|= (1 << phy_id);
in control_phy_tasklet_complete()
664
asd_ha->hw_prof.
enabled_phys
|= (1 << phy_id);
in control_phy_tasklet_complete()
674
asd_ha->hw_prof.
enabled_phys
|= (1 << phy_id);
in control_phy_tasklet_complete()
679
asd_ha->hw_prof.
enabled_phys
|= (1 << phy_id);
in control_phy_tasklet_complete()
H
A
D
aic94xx_hwi.h
93
u8
enabled_phys
; /* mask of enabled phys */
member
227
#define PHY_ENABLED(_HA, _I) ((_HA)->hw_prof.
enabled_phys
& (1<<(_I)))
H
A
D
aic94xx_seq.c
385
if (!asd_ha->hw_prof.
enabled_phys
) {
in asd_seq_download_seqs()
403
asd_ha->hw_prof.
enabled_phys
);
in asd_seq_download_seqs()
407
u8 lseq_mask = asd_ha->hw_prof.
enabled_phys
;
in asd_seq_download_seqs()
846
lseq_mask = asd_ha->hw_prof.
enabled_phys
;
in asd_init_lseq_scratch()
1180
lseq_mask = asd_ha->hw_prof.
enabled_phys
;
in asd_seq_setup_seqs()
1336
lseq_mask = asd_ha->hw_prof.
enabled_phys
;
in asd_start_seqs()
H
A
D
aic94xx_sds.c
795
asd_ha->hw_prof.
enabled_phys
= 0;
in asd_ms_get_phy_params()
804
asd_ha->hw_prof.
enabled_phys
&= ~(1 << i);
in asd_ms_get_phy_params()
809
asd_ha->hw_prof.
enabled_phys
|= (1 << i);
in asd_ms_get_phy_params()
822
ASD_DPRINTK("ms:
enabled_phys
:0x%x\n", asd_ha->hw_prof.
enabled_phys
);
in asd_ms_get_phy_params()
933
asd_ha->hw_prof.
enabled_phys
&= ~(1 << i);
in asd_process_ctrla_phy_settings()
H
A
D
aic94xx_init.c
216
asd_ha->hw_prof.
enabled_phys
= 0xFF;
in asd_common_setup()
879
u8 phy_mask = asd_ha->hw_prof.
enabled_phys
;
in asd_turn_off_leds()
922
err = asd_enable_phys(asd_ha, asd_ha->hw_prof.
enabled_phys
);
in asd_scan_start()
H
A
D
aic94xx_hwi.c
113
u8 phy_mask = asd_ha->hw_prof.
enabled_phys
;
in asd_init_phys()
Completed in 18 milliseconds