Searched refs:rsx (Results 1 – 1 of 1) sorted by relevance
266 int rsx; in dma_free_rs_table() local268 for (rsx = 0; rsx < ZPCI_TABLE_ENTRIES; rsx++) in dma_free_rs_table()269 if (reg_entry_isvalid(rso[rsx])) in dma_free_rs_table()270 dma_free_rt_table(rso[rsx]); in dma_free_rs_table()277 int rtx, rsx, rfx; in dma_cleanup_tables() local289 for (rsx = 0; rsx < ZPCI_TABLE_ENTRIES; rsx++) in dma_cleanup_tables()290 if (reg_entry_isvalid(domain->dma_table[rsx])) in dma_cleanup_tables()291 dma_free_rt_table(domain->dma_table[rsx]); in dma_cleanup_tables()322 unsigned int rsx = calc_rsx(dma_addr); in dma_walk_rs_table() local326 rsep = &rso[rsx]; in dma_walk_rs_table()[all …]