Searched refs:DMC_PROGRAM (Results 1 – 2 of 2) sorted by relevance
607 DMC_PROGRAM(dmc->dmc_info[dmc_id].start_mmioaddr, i), in dmc_load_program()626 found = intel_de_read(display, DMC_PROGRAM(dmc->dmc_info[dmc_id].start_mmioaddr, 0)); in assert_dmc_loaded()1590 intel_de_read(display, DMC_PROGRAM(dmc->dmc_info[DMC_FW_MAIN].start_mmioaddr, 0))); in intel_dmc_debugfs_status_show()
277 #define DMC_PROGRAM(addr, i) _MMIO((addr) + (i) * 4) macro