Searched defs:intel_csr (Results 1 – 1 of 1) sorted by relevance
322 struct intel_csr { struct323 struct work_struct work;324 const char *fw_path;325 u32 required_version;326 u32 max_fw_size; /* bytes */327 u32 *dmc_payload;328 u32 dmc_fw_size; /* dwords */329 u32 version;330 u32 mmio_count;331 i915_reg_t mmioaddr[20];[all …]