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_EN
(Results
1 - 23
of
23
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/sof/mediatek/mt8186/
H
A
D
mt8186-clk.c
87
UART_EN |
DMA_EN
| TIMER_EN | COREDBG_EN | CORE_CLK_EN);
in mt8186_adsp_clock_on()
H
A
D
mt8186.h
50
#define
DMA_EN
BIT(4)
macro
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/genet/
H
A
D
bcmgenet.c
2763
dma_enable = dma_ctrl &
DMA_EN
;
in bcmgenet_init_tx_queues()
2764
dma_ctrl &= ~
DMA_EN
;
in bcmgenet_init_tx_queues()
2805
dma_ctrl |=
DMA_EN
;
in bcmgenet_init_tx_queues()
2872
dma_enable = dma_ctrl &
DMA_EN
;
in bcmgenet_init_rx_queues()
2873
dma_ctrl &= ~
DMA_EN
;
in bcmgenet_init_rx_queues()
2909
dma_ctrl |=
DMA_EN
;
in bcmgenet_init_rx_queues()
2925
reg &= ~
DMA_EN
;
in bcmgenet_dma_teardown()
2947
reg &= ~
DMA_EN
;
in bcmgenet_dma_teardown()
3262
dma_ctrl = 1 << (DESC_INDEX + DMA_RING_BUF_EN_SHIFT) |
DMA_EN
;
in bcmgenet_dma_disable()
3269
dma_ctrl = 1 << (DESC_INDEX + DMA_RING_BUF_EN_SHIFT) |
DMA_EN
;
in bcmgenet_dma_disable()
[all...]
H
A
D
bcmgenet.h
422
#define
DMA_EN
(1 << 0)
macro
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/genet/
H
A
D
bcmgenet.c
2810
dma_enable = dma_ctrl &
DMA_EN
;
in bcmgenet_init_tx_queues()
2811
dma_ctrl &= ~
DMA_EN
;
in bcmgenet_init_tx_queues()
2852
dma_ctrl |=
DMA_EN
;
in bcmgenet_init_tx_queues()
2919
dma_enable = dma_ctrl &
DMA_EN
;
in bcmgenet_init_rx_queues()
2920
dma_ctrl &= ~
DMA_EN
;
in bcmgenet_init_rx_queues()
2956
dma_ctrl |=
DMA_EN
;
in bcmgenet_init_rx_queues()
2972
reg &= ~
DMA_EN
;
in bcmgenet_dma_teardown()
2994
reg &= ~
DMA_EN
;
in bcmgenet_dma_teardown()
3309
dma_ctrl = 1 << (DESC_INDEX + DMA_RING_BUF_EN_SHIFT) |
DMA_EN
;
in bcmgenet_dma_disable()
3316
dma_ctrl = 1 << (DESC_INDEX + DMA_RING_BUF_EN_SHIFT) |
DMA_EN
;
in bcmgenet_dma_disable()
[all...]
H
A
D
bcmgenet.h
368
#define
DMA_EN
(1 << 0)
macro
/kernel/linux/linux-5.10/include/linux/
H
A
D
rtsx_usb.h
580
#define
DMA_EN
0x01
macro
H
A
D
rtsx_pci.h
539
#define
DMA_EN
0x01
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
rtsx_usb.h
580
#define
DMA_EN
0x01
macro
H
A
D
rtsx_pci.h
540
#define
DMA_EN
0x01
macro
/kernel/linux/linux-5.10/drivers/staging/rts5208/
H
A
D
rtsx_card.c
836
DMA_DIR_FROM_CARD |
DMA_EN
| pack_size);
in trans_dma_enable()
840
DMA_DIR_TO_CARD |
DMA_EN
| pack_size);
in trans_dma_enable()
H
A
D
rtsx_card.h
339
#define
DMA_EN
0x01
macro
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H
A
D
rockchip-nand-controller.c
59
#define
DMA_EN
BIT(2)
macro
473
dma_reg = DMA_ST | ((!rw) << DMA_WR) |
DMA_EN
| (2 << DMA_AHB_SIZE) |
in rk_nfc_xfer_start()
/kernel/linux/linux-6.6/drivers/staging/rts5208/
H
A
D
rtsx_card.c
836
DMA_DIR_FROM_CARD |
DMA_EN
| pack_size);
in trans_dma_enable()
840
DMA_DIR_TO_CARD |
DMA_EN
| pack_size);
in trans_dma_enable()
H
A
D
rtsx_card.h
339
#define
DMA_EN
0x01
macro
/kernel/linux/linux-5.10/drivers/memstick/host/
H
A
D
rtsx_pci_ms.c
169
0x03 | DMA_PACK_SIZE_MASK, dma_dir |
DMA_EN
| DMA_512);
in ms_transfer_data()
H
A
D
rtsx_usb_ms.c
283
0x03 | DMA_PACK_SIZE_MASK, dma_dir |
DMA_EN
| DMA_512);
in ms_transfer_data()
/kernel/linux/linux-6.6/drivers/memstick/host/
H
A
D
rtsx_pci_ms.c
169
0x03 | DMA_PACK_SIZE_MASK, dma_dir |
DMA_EN
| DMA_512);
in ms_transfer_data()
H
A
D
rtsx_usb_ms.c
283
0x03 | DMA_PACK_SIZE_MASK, dma_dir |
DMA_EN
| DMA_512);
in ms_transfer_data()
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
rtsx_pci_sdmmc.c
462
DMA_DIR_FROM_CARD |
DMA_EN
| DMA_512);
in sd_read_long_data()
521
DMA_DIR_TO_CARD |
DMA_EN
| DMA_512);
in sd_write_long_data()
H
A
D
rtsx_usb_sdmmc.c
498
DMA_DIR_FROM_CARD |
DMA_EN
| DMA_512);
in sd_rw_multi()
503
DMA_DIR_TO_CARD |
DMA_EN
| DMA_512);
in sd_rw_multi()
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
rtsx_pci_sdmmc.c
465
DMA_DIR_FROM_CARD |
DMA_EN
| DMA_512);
in sd_read_long_data()
524
DMA_DIR_TO_CARD |
DMA_EN
| DMA_512);
in sd_write_long_data()
H
A
D
rtsx_usb_sdmmc.c
498
DMA_DIR_FROM_CARD |
DMA_EN
| DMA_512);
in sd_rw_multi()
503
DMA_DIR_TO_CARD |
DMA_EN
| DMA_512);
in sd_rw_multi()
Completed in 50 milliseconds