OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dreq_dev_opt
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/fdt/
fdt_dma.h
69
struct fdtbus_dma_opt
dreq_dev_opt
; /* Device options */
member in struct:fdtbus_dma_req
/src/sys/arch/arm/sunxi/
sun4i_dma.c
199
dev_width = req->
dreq_dev_opt
.opt_bus_width >> 4;
202
dev_burst = req->
dreq_dev_opt
.opt_burst_len == 1 ? 0 :
203
(req->
dreq_dev_opt
.opt_burst_len >> 3) + 1;
239
dev_width = req->
dreq_dev_opt
.opt_bus_width >> 4;
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
321
IL2B(req->
dreq_dev_opt
.opt_bus_width/NBBY)) == 0)
327
IL2B(req->
dreq_dev_opt
.opt_burst_len)) == 0)
331
dev_width = DMA_CFG_DATA_WIDTH(req->
dreq_dev_opt
.opt_bus_width);
333
dev_burst = DMA_CFG_BST_LEN(req->
dreq_dev_opt
.opt_burst_len);
sunxi_codec.c
518
ch->ch_req.
dreq_dev_opt
.opt_bus_width = 16;
519
ch->ch_req.
dreq_dev_opt
.opt_burst_len = 4;
sunxi_i2s.c
626
ch->ch_req.
dreq_dev_opt
.opt_bus_width = 16;
627
ch->ch_req.
dreq_dev_opt
.opt_burst_len = 8;
/src/sys/arch/arm/nvidia/
tegra_apbdma.c
407
switch (req->
dreq_dev_opt
.opt_bus_width) {
427
if (req->
dreq_dev_opt
.opt_swap)
433
switch (req->
dreq_dev_opt
.opt_wrap_len) {
Completed in 40 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025