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:phymask
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/pm8001/
H
A
D
pm8001_init.c
817
* @
phymask
: The PHY mask
820
void pm8001_get_phy_mask(struct pm8001_hba_info *pm8001_ha, int *
phymask
)
in pm8001_get_phy_mask()
argument
825
*
phymask
= 0x0000;
in pm8001_get_phy_mask()
830
*
phymask
= 0xFFFF;
in pm8001_get_phy_mask()
834
*
phymask
= 0x00F0;
in pm8001_get_phy_mask()
838
*
phymask
= 0x0FF0;
in pm8001_get_phy_mask()
842
*
phymask
= 0xFF00;
in pm8001_get_phy_mask()
861
int
phymask
= 0;
in pm8001_set_phy_settings_ven_117c_12G()
local
869
pm8001_get_phy_mask(pm8001_ha, &
phymask
);
in pm8001_set_phy_settings_ven_117c_12G()
872
if (
phymask
in pm8001_set_phy_settings_ven_117c_12G()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/pm8001/
H
A
D
pm8001_init.c
850
* @
phymask
: The PHY mask
853
void pm8001_get_phy_mask(struct pm8001_hba_info *pm8001_ha, int *
phymask
)
in pm8001_get_phy_mask()
argument
858
*
phymask
= 0x0000;
in pm8001_get_phy_mask()
863
*
phymask
= 0xFFFF;
in pm8001_get_phy_mask()
867
*
phymask
= 0x00F0;
in pm8001_get_phy_mask()
871
*
phymask
= 0x0FF0;
in pm8001_get_phy_mask()
875
*
phymask
= 0xFF00;
in pm8001_get_phy_mask()
894
int
phymask
= 0;
in pm8001_set_phy_settings_ven_117c_12G()
local
902
pm8001_get_phy_mask(pm8001_ha, &
phymask
);
in pm8001_set_phy_settings_ven_117c_12G()
905
if (
phymask
in pm8001_set_phy_settings_ven_117c_12G()
[all...]
/kernel/linux/linux-6.6/drivers/staging/rtl8712/
H
A
D
rtl871x_mp_ioctl.h
165
unsigned int
phymask
;
member
/kernel/linux/linux-5.10/drivers/staging/rtl8712/
H
A
D
rtl871x_mp_ioctl.h
293
unsigned int
phymask
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H
A
D
pcnet32.c
300
u32
phymask
;
member
1467
if (lp->
phymask
& (1 << j)) {
in pcnet32_get_regs()
1938
/* lp->phycount and lp->
phymask
are set to 0 by memset above */
in pcnet32_probe1()
1954
lp->
phymask
|= (1 << i);
in pcnet32_probe1()
2217
if (lp->
phymask
& (1 << i)) {
in pcnet32_open()
2795
if (lp->
phymask
& (1 << i)) {
in pcnet32_check_otherphy()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/
H
A
D
pcnet32.c
300
u32
phymask
;
member
1471
if (lp->
phymask
& (1 << j)) {
in pcnet32_get_regs()
1948
/* lp->phycount and lp->
phymask
are set to 0 by memset above */
in pcnet32_probe1()
1964
lp->
phymask
|= (1 << i);
in pcnet32_probe1()
2227
if (lp->
phymask
& (1 << i)) {
in pcnet32_open()
2805
if (lp->
phymask
& (1 << i)) {
in pcnet32_check_otherphy()
Completed in 15 milliseconds