OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:apbdma_softc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/imx/
imx23_apbdmavar.h
111
typedef struct
apbdma_softc
{
struct
129
void apbdma_chan_init(struct
apbdma_softc
*, unsigned int);
130
void apbdma_chan_set_chain(struct
apbdma_softc
*, unsigned int, bus_dmamap_t);
131
void apbdma_run(struct
apbdma_softc
*, unsigned int);
132
void apbdma_ack_intr(struct
apbdma_softc
*, unsigned int);
133
void apbdma_ack_error_intr(struct
apbdma_softc
*, unsigned int);
134
unsigned int apbdma_intr_status(struct
apbdma_softc
*, unsigned int);
135
void apbdma_chan_reset(struct
apbdma_softc
*, unsigned int);
136
void apbdma_wait(struct
apbdma_softc
*, unsigned int);
imx23_apbdma.c
53
sizeof(struct
apbdma_softc
),
62
static void apbdma_reset(struct
apbdma_softc
*);
63
static void apbdma_init(struct
apbdma_softc
*);
90
struct
apbdma_softc
*sc = device_private(self);
152
apbdma_reset(struct
apbdma_softc
*sc)
197
apbdma_init(struct
apbdma_softc
*sc)
264
apbdma_chan_init(struct
apbdma_softc
*sc, unsigned int channel)
282
apbdma_chan_set_chain(struct
apbdma_softc
*sc, unsigned int channel,
304
apbdma_run(struct
apbdma_softc
*sc, unsigned int channel)
328
apbdma_ack_intr(struct
apbdma_softc
*sc, unsigned int channel
[
all
...]
Completed in 14 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025