Lines Matching refs:mmio_count
211 u32 mmio_count; member
237 u32 mmio_count; member
445 for (i = 0; i < dmc->dmc_info[id].mmio_count; i++) { in intel_dmc_load_program()
547 const u32 *mmioaddr, u32 mmio_count, in dmc_mmio_addr_sanity_check() argument
576 for (i = 0; i < mmio_count; i++) { in dmc_mmio_addr_sanity_check()
592 u32 mmio_count, mmio_count_max, start_mmioaddr; in parse_dmc_fw_header() local
615 mmio_count = v3->mmio_count; in parse_dmc_fw_header()
630 mmio_count = v1->mmio_count; in parse_dmc_fw_header()
648 if (mmio_count > mmio_count_max) { in parse_dmc_fw_header()
649 drm_err(&i915->drm, "DMC firmware has wrong mmio count %u\n", mmio_count); in parse_dmc_fw_header()
653 if (!dmc_mmio_addr_sanity_check(dmc, mmioaddr, mmio_count, in parse_dmc_fw_header()
659 for (i = 0; i < mmio_count; i++) { in parse_dmc_fw_header()
663 dmc_info->mmio_count = mmio_count; in parse_dmc_fw_header()