OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opt_burst_len
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/fdt/
fdt_dma.h
49
int
opt_burst_len
; /* Burst length */
member in struct:fdtbus_dma_opt
/src/sys/arch/arm/sunxi/
sun4i_dma.c
200
mem_burst = req->dreq_mem_opt.
opt_burst_len
== 1 ? 0 :
201
(req->dreq_mem_opt.
opt_burst_len
>> 3) + 1;
202
dev_burst = req->dreq_dev_opt.
opt_burst_len
== 1 ? 0 :
203
(req->dreq_dev_opt.
opt_burst_len
>> 3) + 1;
240
mem_burst = req->dreq_mem_opt.
opt_burst_len
== 1 ? 0 :
241
(req->dreq_mem_opt.
opt_burst_len
>> 3) + 1;
242
dev_burst = req->dreq_dev_opt.
opt_burst_len
== 1 ? 0 :
243
(req->dreq_dev_opt.
opt_burst_len
>> 3) + 1;
sun6i_dma.c
324
IL2B(req->dreq_mem_opt.
opt_burst_len
)) == 0)
327
IL2B(req->dreq_dev_opt.
opt_burst_len
)) == 0)
332
mem_burst = DMA_CFG_BST_LEN(req->dreq_mem_opt.
opt_burst_len
);
333
dev_burst = DMA_CFG_BST_LEN(req->dreq_dev_opt.
opt_burst_len
);
sunxi_codec.c
517
ch->ch_req.dreq_mem_opt.
opt_burst_len
= 4;
519
ch->ch_req.dreq_dev_opt.
opt_burst_len
= 4;
sunxi_i2s.c
625
ch->ch_req.dreq_mem_opt.
opt_burst_len
= 8;
627
ch->ch_req.dreq_dev_opt.
opt_burst_len
= 8;
/src/sys/arch/arm/nvidia/
tegra_apbdma.c
335
switch (req->dreq_mem_opt.
opt_burst_len
) {
Completed in 30 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025