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:PORT_MASK
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/serio/
H
A
D
olpc_apsp.c
44
#define
PORT_MASK
0xff00
macro
129
writel(
PORT_MASK
, priv->base + SECURE_PROCESSOR_COMMAND);
in olpc_apsp_rx()
/kernel/linux/linux-6.6/drivers/input/serio/
H
A
D
olpc_apsp.c
44
#define
PORT_MASK
0xff00
macro
129
writel(
PORT_MASK
, priv->base + SECURE_PROCESSOR_COMMAND);
in olpc_apsp_rx()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
H
A
D
common.h
80
#define
PORT_MASK
((1 << MAX_NPORTS) - 1)
macro
H
A
D
cxgb2.c
246
int other_ports = adapter->open_device_map &
PORT_MASK
;
in cxgb_open()
278
!(adapter->open_device_map &
PORT_MASK
)) {
in cxgb_close()
913
if (adapter->open_device_map &
PORT_MASK
)
in mac_stats_task()
H
A
D
sge.c
1995
if (adapter->open_device_map &
PORT_MASK
) {
in espibug_workaround_t204()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H
A
D
common.h
71
#define
PORT_MASK
((1 << MAX_NPORTS) - 1)
macro
H
A
D
cxgb2.c
247
int other_ports = adapter->open_device_map &
PORT_MASK
;
in cxgb_open()
279
!(adapter->open_device_map &
PORT_MASK
)) {
in cxgb_close()
922
if (adapter->open_device_map &
PORT_MASK
)
in mac_stats_task()
H
A
D
sge.c
2025
if (adapter->open_device_map &
PORT_MASK
) {
in espibug_workaround_t204()
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/
H
A
D
sislite.h
549
#define
PORT_MASK
(_n) ((1 << (_n)) - 1)
macro
H
A
D
main.c
1815
writeq_be(
PORT_MASK
(cfg->num_fc_ports),
in init_global()
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/
H
A
D
sislite.h
549
#define
PORT_MASK
(_n) ((1 << (_n)) - 1)
macro
H
A
D
main.c
1792
writeq_be(
PORT_MASK
(cfg->num_fc_ports),
in init_global()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
cxgb3_main.c
77
#define
PORT_MASK
((1 << MAX_NPORTS) - 1)
macro
1353
int adap_up = adapter->open_device_map &
PORT_MASK
;
in offload_open()
1423
int other_ports = adapter->open_device_map &
PORT_MASK
;
in cxgb_open()
1473
if (!(adapter->open_device_map &
PORT_MASK
))
in __cxgb_close()
2792
if (adapter->open_device_map &
PORT_MASK
)
in t3_adap_check_task()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
cxgb3_main.c
77
#define
PORT_MASK
((1 << MAX_NPORTS) - 1)
macro
1352
int adap_up = adapter->open_device_map &
PORT_MASK
;
in offload_open()
1422
int other_ports = adapter->open_device_map &
PORT_MASK
;
in cxgb_open()
1472
if (!(adapter->open_device_map &
PORT_MASK
))
in __cxgb_close()
2790
if (adapter->open_device_map &
PORT_MASK
)
in t3_adap_check_task()
/kernel/linux/linux-5.10/drivers/net/ethernet/micrel/
H
A
D
ksz884x.c
1067
#define
PORT_MASK
7
macro
2656
sw->port_cfg[port].member =
PORT_MASK
;
in sw_init_vlan()
2678
data |= (member &
PORT_MASK
);
in sw_cfg_port_base_vlan()
4252
sw_cfg_port_base_vlan(hw, port,
PORT_MASK
);
in sw_enable()
/kernel/linux/linux-6.6/drivers/net/ethernet/micrel/
H
A
D
ksz884x.c
999
#define
PORT_MASK
7
macro
2361
sw->port_cfg[port].member =
PORT_MASK
;
in sw_init_vlan()
2383
data |= (member &
PORT_MASK
);
in sw_cfg_port_base_vlan()
3879
sw_cfg_port_base_vlan(hw, port,
PORT_MASK
);
in sw_enable()
Completed in 49 milliseconds