Lines Matching defs:btintel_pcie_data
362 struct btintel_pcie_data { struct
363 struct pci_dev *pdev;
364 struct hci_dev *hdev;
366 unsigned long flags;
368 spinlock_t irq_lock;
370 spinlock_t hci_rx_lock;
372 void __iomem *base_addr;
374 struct msix_entry msix_entries[BTINTEL_PCIE_MSIX_VEC_MAX];
375 bool msix_enabled;
376 u32 alloc_vecs;
377 u32 def_irq;
379 u32 fh_init_mask;
380 u32 hw_init_mask;
382 u32 boot_stage_cache;
383 u32 img_resp_cache;
385 u32 cnvi;
386 u32 cnvr;
410 static inline u32 btintel_pcie_rd_reg32(struct btintel_pcie_data *data, in btintel_pcie_rd_reg32() argument