OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dreq_mem_opt
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/fdt/
fdt_dma.h
68
struct fdtbus_dma_opt
dreq_mem_opt
; /* Memory options */
member in struct:fdtbus_dma_req
/src/sys/arch/arm/nvidia/
tegra_apbdma.c
321
if (req->
dreq_mem_opt
.opt_bus_width != 32)
329
if (req->
dreq_mem_opt
.opt_swap)
335
switch (req->
dreq_mem_opt
.opt_burst_len) {
356
if (req->
dreq_mem_opt
.opt_dblbuf) {
357
if (req->
dreq_mem_opt
.opt_wrap_len != 0)
367
switch (req->
dreq_mem_opt
.opt_wrap_len) {
/src/sys/arch/arm/sunxi/
sun4i_dma.c
198
mem_width = req->
dreq_mem_opt
.opt_bus_width >> 4;
200
mem_burst = req->
dreq_mem_opt
.opt_burst_len == 1 ? 0 :
201
(req->
dreq_mem_opt
.opt_burst_len >> 3) + 1;
238
mem_width = req->
dreq_mem_opt
.opt_bus_width >> 4;
240
mem_burst = req->
dreq_mem_opt
.opt_burst_len == 1 ? 0 :
241
(req->
dreq_mem_opt
.opt_burst_len >> 3) + 1;
sun6i_dma.c
318
IL2B(req->
dreq_mem_opt
.opt_bus_width/NBBY)) == 0)
324
IL2B(req->
dreq_mem_opt
.opt_burst_len)) == 0)
330
mem_width = DMA_CFG_DATA_WIDTH(req->
dreq_mem_opt
.opt_bus_width);
332
mem_burst = DMA_CFG_BST_LEN(req->
dreq_mem_opt
.opt_burst_len);
sunxi_codec.c
516
ch->ch_req.
dreq_mem_opt
.opt_bus_width = 16;
517
ch->ch_req.
dreq_mem_opt
.opt_burst_len = 4;
sunxi_i2s.c
624
ch->ch_req.
dreq_mem_opt
.opt_bus_width = 16;
625
ch->ch_req.
dreq_mem_opt
.opt_burst_len = 8;
Completed in 15 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025