Home
last modified time | relevance | path

Searched refs:bcm_dmac_channel (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/arch/arm/broadcom/
Dbcm2835_dmac.h107 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 *);
Dbcm2835_dmac.c55 struct bcm_dmac_channel { struct
77 struct bcm_dmac_channel *sc_channels; argument
118 struct bcm_dmac_channel *ch; in bcm_dmac_attach()
176 struct bcm_dmac_channel *ch = priv; in bcm_dmac_intr()
195 struct bcm_dmac_channel *
200 struct bcm_dmac_channel *ch = NULL; in bcm_dmac_alloc()
256 bcm_dmac_free(struct bcm_dmac_channel *ch) in bcm_dmac_free()
278 bcm_dmac_set_conblk_addr(struct bcm_dmac_channel *ch, bus_addr_t addr) in bcm_dmac_set_conblk_addr()
286 bcm_dmac_transfer(struct bcm_dmac_channel *ch) in bcm_dmac_transfer()
302 bcm_dmac_halt(struct bcm_dmac_channel *ch) in bcm_dmac_halt()
Dbcm2835_emmc.c76 struct bcm_dmac_channel *sc_dmac;
Dbcm2835_sdhost.c157 struct bcm_dmac_channel *sc_dmac;