OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_cmd_index
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/arm/imx/
imx23_digfilt.c
135
uint8_t
sc_cmd_index
;
member in struct:digfilt_softc
396
sc->
sc_cmd_index
= 0;
441
dma_cmd[sc->
sc_cmd_index
].buffer =
446
sizeof(struct apbdma_command) * sc->
sc_cmd_index
, sizeof(struct apbdma_command), BUS_DMASYNC_PREWRITE);
448
sc->
sc_cmd_index
++;
449
if (sc->
sc_cmd_index
> DIGFILT_DMA_CHAIN_LENGTH - 1)
450
sc->
sc_cmd_index
= 0;
462
sc->
sc_cmd_index
= 0;
Completed in 11 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025