Lines Matching defs:btintel_pcie_data
466 struct btintel_pcie_data { struct
467 struct pci_dev *pdev;
468 struct hci_dev *hdev;
470 unsigned long flags;
472 spinlock_t irq_lock;
474 spinlock_t hci_rx_lock;
476 void __iomem *base_addr;
478 struct msix_entry msix_entries[BTINTEL_PCIE_MSIX_VEC_MAX];
479 bool msix_enabled;
480 u32 alloc_vecs;
481 u32 def_irq;
483 u32 fh_init_mask;
484 u32 hw_init_mask;
486 u32 boot_stage_cache;
487 u32 img_resp_cache;
489 u32 cnvi;
490 u32 cnvr;
492 bool gp0_received;
516 static inline u32 btintel_pcie_rd_reg32(struct btintel_pcie_data *data, in btintel_pcie_rd_reg32() argument