Searched refs:IDMAC_CHA_PRI (Results 1 – 3 of 3) sorted by relevance
138 #define IDMAC_CHA_PRI (0xAC + IPU_BASE) macro572 u32 reg = readl(IDMAC_CHA_PRI); in ipu_channel_set_priority()579 writel(reg, IDMAC_CHA_PRI); in ipu_channel_set_priority()
523 __raw_writel(0x18800000L, IDMAC_CHA_PRI(0)); in ipu_probe()542 __raw_readl(IDMAC_CHA_PRI(0))); in ipu_dump_registers()544 __raw_readl(IDMAC_CHA_PRI(32))); in ipu_dump_registers()1041 if (idma_is_set(IDMAC_CHA_PRI, dma_chan)) in ipu_init_channel_buffer()
328 #define IDMAC_CHA_PRI(ch) (&IDMAC_REG->ch_pri[ch / 32]) macro
Completed in 9 milliseconds