Searched refs:atge_l1_cmb (Results 1 – 2 of 2) sorted by relevance
199 l1->atge_l1_cmb = dma; in atge_l1_alloc_dma()260 if (l1 && l1->atge_l1_cmb != NULL) { in atge_l1_free_dma()261 atge_free_a_dma_blk(l1->atge_l1_cmb); in atge_l1_free_dma()262 l1->atge_l1_cmb = NULL; in atge_l1_free_dma()369 dma = l1->atge_l1_cmb; in atge_l1_init_cmb()418 ATGE_ADDR_LO(l1->atge_l1_cmb->cookie.dmac_laddress)); in atge_l1_program_dma()818 DMA_SYNC(l1->atge_l1_cmb, 0, L1_CMB_BLOCK_SZ, in atge_l1_interrupt()821 cmb = (l1_cmb_t *)l1->atge_l1_cmb->addr; in atge_l1_interrupt()823 ATGE_GET32(l1->atge_l1_cmb, &cmb->intr_status); in atge_l1_interrupt()825 (ATGE_GET32(l1->atge_l1_cmb, &cmb->rx_prod_cons) & in atge_l1_interrupt()[all …]
230 atge_dma_t *atge_l1_cmb; member