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:dma_ch_mask
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/tw686x/
H
A
D
tw686x-audio.c
345
u32
dma_ch_mask
;
in tw686x_audio_free()
local
350
dma_ch_mask
= reg_read(dev, DMA_CHANNEL_ENABLE);
in tw686x_audio_free()
352
reg_write(dev, DMA_CHANNEL_ENABLE,
dma_ch_mask
& ~0xff00);
in tw686x_audio_free()
/kernel/linux/linux-6.6/drivers/media/pci/tw686x/
H
A
D
tw686x-audio.c
346
u32
dma_ch_mask
;
in tw686x_audio_free()
local
351
dma_ch_mask
= reg_read(dev, DMA_CHANNEL_ENABLE);
in tw686x_audio_free()
353
reg_write(dev, DMA_CHANNEL_ENABLE,
dma_ch_mask
& ~0xff00);
in tw686x_audio_free()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H
A
D
mac.c
1039
u32
dma_ch_mask
= chip->
dma_ch_mask
;
in hfc_init()
local
1061
if (
dma_ch_mask
& BIT(ch))
in hfc_init()
1078
if (
dma_ch_mask
& BIT(ch))
in hfc_init()
H
A
D
rtw8852a.c
2174
.
dma_ch_mask
= 0,
H
A
D
rtw8851b.c
2436
.
dma_ch_mask
= BIT(RTW89_DMA_ACH4) | BIT(RTW89_DMA_ACH5) |
H
A
D
rtw8852c.c
2906
.
dma_ch_mask
= 0,
H
A
D
rtw8852b.c
2607
.
dma_ch_mask
= BIT(RTW89_DMA_ACH4) | BIT(RTW89_DMA_ACH5) |
H
A
D
core.h
3538
u32
dma_ch_mask
;
member
Completed in 39 milliseconds