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 - 3
of
3
) 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;
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;
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 43 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025