Searched refs:bcmdmac_write (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/sys/dev/fdt/ |
| D | bcm2835_dmac.c | 115 bcmdmac_write(struct bcmdmac_softc *sc, bus_size_t offset, uint32_t value) in bcmdmac_write() function 194 bcmdmac_write(sc, DMAC_CS(index), val); in bcmdmac_attach() 207 bcmdmac_write(sc, DMAC_CS(ch->ch_index), cs); in bcmdmac_intr() 213 bcmdmac_write(sc, DMAC_DEBUG(ch->ch_index), ce); in bcmdmac_intr() 279 bcmdmac_write(sc, DMAC_CS(ch->ch_index), val); in bcmdmac_free() 294 bcmdmac_write(sc, DMAC_CONBLK_AD(ch->ch_index), addr); in bcmdmac_set_conblk_addr() 308 bcmdmac_write(sc, DMAC_CS(ch->ch_index), val); in bcmdmac_transfer() 322 bcmdmac_write(sc, DMAC_CS(ch->ch_index), val); in bcmdmac_halt() 327 bcmdmac_write(sc, DMAC_NEXTCONBK(ch->ch_index), 0); in bcmdmac_halt() 331 bcmdmac_write(sc, DMAC_CS(ch->ch_index), val); in bcmdmac_halt()
|