OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:edma_channel
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/arm/ti/
ti_edma.h
158
struct
edma_channel
;
160
struct
edma_channel
*edma_channel_alloc(enum edma_type, unsigned int,
162
void edma_channel_free(struct
edma_channel
*);
163
uint16_t edma_param_alloc(struct
edma_channel
*);
164
void edma_param_free(struct
edma_channel
*, uint16_t);
165
void edma_set_param(struct
edma_channel
*, uint16_t, struct edma_param *);
166
int edma_transfer_enable(struct
edma_channel
*, uint16_t);
167
int edma_transfer_start(struct
edma_channel
*);
168
void edma_halt(struct
edma_channel
*);
169
uint8_t edma_channel_index(struct
edma_channel
*);
[
all
...]
ti_edma.c
58
struct
edma_channel
{
struct
72
struct
edma_channel
sc_dma[NUM_DMA_CHANNELS];
145
struct
edma_channel
*ch = &sc->sc_dma[idx];
285
struct
edma_channel
*
291
struct
edma_channel
*ch = NULL;
337
edma_channel_free(struct
edma_channel
*ch)
362
edma_param_alloc(struct
edma_channel
*ch)
389
edma_param_free(struct
edma_channel
*ch, uint16_t param_entry)
407
edma_set_param(struct
edma_channel
*ch, uint16_t param_entry,
427
edma_transfer_enable(struct
edma_channel
*ch, uint16_t param_entry
[
all
...]
ti_sdhc.c
125
struct
edma_channel
*sc_edma_tx;
126
struct
edma_channel
*sc_edma_rx;
580
struct
edma_channel
*edma;
Completed in 27 milliseconds
Indexes created Sun Oct 19 22:09:57 GMT 2025