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:DT_MASK
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_def.h
4083
#define
DT_MASK
(ha) ((ha)->isp_type & (DT_ISP_LAST - 1))
macro
4084
#define IS_QLA2100(ha) (
DT_MASK
(ha) & DT_ISP2100)
4085
#define IS_QLA2200(ha) (
DT_MASK
(ha) & DT_ISP2200)
4086
#define IS_QLA2300(ha) (
DT_MASK
(ha) & DT_ISP2300)
4087
#define IS_QLA2312(ha) (
DT_MASK
(ha) & DT_ISP2312)
4088
#define IS_QLA2322(ha) (
DT_MASK
(ha) & DT_ISP2322)
4089
#define IS_QLA6312(ha) (
DT_MASK
(ha) & DT_ISP6312)
4090
#define IS_QLA6322(ha) (
DT_MASK
(ha) & DT_ISP6322)
4091
#define IS_QLA2422(ha) (
DT_MASK
(ha) & DT_ISP2422)
4092
#define IS_QLA2432(ha) (
DT_MASK
(h
[all...]
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_def.h
4298
#define
DT_MASK
(ha) ((ha)->isp_type & (DT_ISP_LAST - 1))
macro
4299
#define IS_QLA2100(ha) (
DT_MASK
(ha) & DT_ISP2100)
4300
#define IS_QLA2200(ha) (
DT_MASK
(ha) & DT_ISP2200)
4301
#define IS_QLA2300(ha) (
DT_MASK
(ha) & DT_ISP2300)
4302
#define IS_QLA2312(ha) (
DT_MASK
(ha) & DT_ISP2312)
4303
#define IS_QLA2322(ha) (
DT_MASK
(ha) & DT_ISP2322)
4304
#define IS_QLA6312(ha) (
DT_MASK
(ha) & DT_ISP6312)
4305
#define IS_QLA6322(ha) (
DT_MASK
(ha) & DT_ISP6322)
4306
#define IS_QLA2422(ha) (
DT_MASK
(ha) & DT_ISP2422)
4307
#define IS_QLA2432(ha) (
DT_MASK
(h
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
icl_dsi_regs.h
280
#define
DT_MASK
(0x3f << 0)
macro
H
A
D
icl_dsi.c
197
tmp &= ~(PARAM_WC_MASK | VC_MASK |
DT_MASK
);
in dsi_send_pkt_hdr()
199
tmp |= ((packet->header[0] &
DT_MASK
) << DT_SHIFT);
in dsi_send_pkt_hdr()
/kernel/linux/linux-6.6/drivers/net/ethernet/renesas/
H
A
D
rswitch.c
226
if ((desc->desc.die_dt &
DT_MASK
) != DT_FEMPTY)
in rswitch_is_queue_rxed()
713
while ((desc->desc.die_dt &
DT_MASK
) != DT_FEMPTY) {
in rswitch_rx()
776
if (free_txed_only && (desc->desc.die_dt &
DT_MASK
) != DT_FEMPTY)
in rswitch_tx_free()
924
while ((desc->desc.die_dt &
DT_MASK
) != DT_FEMPTY_ND) {
in rswitch_ts()
H
A
D
rswitch.h
862
DT_MASK
= 0xf0,
enumerator
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
icl_dsi.c
176
tmp &= ~(PARAM_WC_MASK | VC_MASK |
DT_MASK
);
in dsi_send_pkt_hdr()
178
tmp |= ((pkt.header[0] &
DT_MASK
) << DT_SHIFT);
in dsi_send_pkt_hdr()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_reg.h
11809
#define
DT_MASK
(0x3f << 0)
macro
Completed in 95 milliseconds