Searched defs:intel_csr (Results 1 – 1 of 1) sorted by relevance
331 struct intel_csr { struct332 struct work_struct work;333 const char *fw_path;334 u32 required_version;335 u32 max_fw_size; /* bytes */336 u32 *dmc_payload;337 u32 dmc_fw_size; /* dwords */338 u32 version;339 u32 mmio_count;340 i915_reg_t mmioaddr[20];[all …]