OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dreq_dev_opt
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/dev/fdt/
fdt_dma.h
73
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) {
/src/sys/arch/arm/ti/
ti_sdhc.c
557
req.
dreq_dev_opt
.opt_bus_width = uimin(cmd->c_datalen, 64);
558
req.
dreq_dev_opt
.opt_burst_len = uimin(cmd->c_datalen, blksize);
am18xx_sdmmc.c
801
sc->sc_dma_req.
dreq_dev_opt
.opt_bus_width = 4;
802
sc->sc_dma_req.
dreq_dev_opt
.opt_burst_len = 64;
ti_edma.c
387
acnt = req->
dreq_dev_opt
.opt_bus_width;
389
KASSERT(req->
dreq_dev_opt
.opt_burst_len % acnt == 0);
390
bcnt = req->
dreq_dev_opt
.opt_burst_len / acnt;
Completed in 82 milliseconds
Indexes created Sun Aug 30 00:27:18 UTC 2026