Lines Matching defs:ebus
69 struct cheerio_dma_reg *dmac; /* ebus dmac registers */
138 struct ecpp_ebus ebus;
480 #define SET_DMAC_CSR(pp, val) ddi_put32(pp->uh.ebus.d_handle, \
481 ((uint32_t *)&pp->uh.ebus.dmac->csr), \
483 #define GET_DMAC_CSR(pp) ddi_get32(pp->uh.ebus.d_handle, \
484 (uint32_t *)&(pp->uh.ebus.dmac->csr))
486 #define SET_DMAC_ACR(pp, val) ddi_put32(pp->uh.ebus.d_handle, \
487 ((uint32_t *)&pp->uh.ebus.dmac->acr), \
490 #define GET_DMAC_ACR(pp) ddi_get32(pp->uh.ebus.d_handle, \
491 (uint32_t *)&pp->uh.ebus.dmac->acr)
493 #define SET_DMAC_BCR(pp, val) ddi_put32(pp->uh.ebus.d_handle, \
494 ((uint32_t *)&pp->uh.ebus.dmac->bcr), \
497 #define GET_DMAC_BCR(pp) ddi_get32(pp->uh.ebus.d_handle, \
498 ((uint32_t *)&pp->uh.ebus.dmac->bcr))