Lines Matching defs:intel_csr
322 struct intel_csr { struct
323 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];
332 u32 mmiodata[20];
333 u32 dc_state;
334 u32 allowed_dc_mask;
335 intel_wakeref_t wakeref;