OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bcm_dmac_channel
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/arm/broadcom/
bcm2835_dmac.h
107
struct
bcm_dmac_channel
;
109
struct
bcm_dmac_channel
*bcm_dmac_alloc(enum bcm_dmac_type, int,
111
void bcm_dmac_free(struct
bcm_dmac_channel
*);
112
void bcm_dmac_set_conblk_addr(struct
bcm_dmac_channel
*, bus_addr_t);
113
int bcm_dmac_transfer(struct
bcm_dmac_channel
*);
114
void bcm_dmac_halt(struct
bcm_dmac_channel
*);
bcm2835_dmac.c
55
struct
bcm_dmac_channel
{
struct
77
struct
bcm_dmac_channel
*sc_channels;
118
struct
bcm_dmac_channel
*ch;
176
struct
bcm_dmac_channel
*ch = priv;
195
struct
bcm_dmac_channel
*
200
struct
bcm_dmac_channel
*ch = NULL;
256
bcm_dmac_free(struct
bcm_dmac_channel
*ch)
278
bcm_dmac_set_conblk_addr(struct
bcm_dmac_channel
*ch, bus_addr_t addr)
286
bcm_dmac_transfer(struct
bcm_dmac_channel
*ch)
302
bcm_dmac_halt(struct
bcm_dmac_channel
*ch
[
all
...]
bcm2835_emmc.c
76
struct
bcm_dmac_channel
*sc_dmac;
bcm2835_sdhost.c
157
struct
bcm_dmac_channel
*sc_dmac;
Completed in 91 milliseconds
Indexes created Tue Oct 21 19:09:51 GMT 2025