Lines Matching defs:btintel_pcie_data
347 struct btintel_pcie_data { struct
348 struct pci_dev *pdev;
349 struct hci_dev *hdev;
351 unsigned long flags;
353 spinlock_t irq_lock;
355 spinlock_t hci_rx_lock;
357 void __iomem *base_addr;
359 struct msix_entry msix_entries[BTINTEL_PCIE_MSIX_VEC_MAX];
360 bool msix_enabled;
361 u32 alloc_vecs;
362 u32 def_irq;
364 u32 fh_init_mask;
365 u32 hw_init_mask;
367 u32 boot_stage_cache;
368 u32 img_resp_cache;
370 u32 cnvi;
394 static inline u32 btintel_pcie_rd_reg32(struct btintel_pcie_data *data, in btintel_pcie_rd_reg32() argument