Searched defs:intel_csr (Results 1 – 1 of 1) sorted by relevance
337 struct intel_csr { struct338 struct work_struct work;339 const char *fw_path;340 u32 required_version;341 u32 max_fw_size; /* bytes */342 u32 *dmc_payload;343 u32 dmc_fw_size; /* dwords */344 u32 version;345 u32 mmio_count;346 i915_reg_t mmioaddr[20];[all …]