OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_txdx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/xscale/
pxa2x0_mci.h
56
struct dmac_xfer *
sc_txdx
;
member in struct:pxamci_softc
pxa2x0_mci.c
275
sc->
sc_txdx
= pxa2x0_dmac_allocate_xfer();
276
if (sc->
sc_txdx
== NULL) {
281
sc->
sc_txdx
->dx_cookie = sc;
282
sc->
sc_txdx
->dx_priority = DMAC_PRIORITY_NORMAL;
283
sc->
sc_txdx
->dx_dev_width = DMAC_DEV_WIDTH_1;
284
sc->
sc_txdx
->dx_burst_size = DMAC_BURST_SIZE_32;
285
sc->
sc_txdx
->dx_done = pxamci_dmac_ointr;
286
sc->
sc_txdx
->dx_peripheral = DMAC_PERIPH_MMCTX;
287
sc->
sc_txdx
->dx_flow = DMAC_FLOW_CTRL_DEST;
288
sc->
sc_txdx
->dx_loop_notify = DMAC_DONT_LOOP
[
all
...]
Completed in 14 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025