Lines Matching defs:btintel_pcie_data
445 struct btintel_pcie_data { struct
446 struct pci_dev *pdev;
447 struct hci_dev *hdev;
449 unsigned long flags;
451 spinlock_t irq_lock;
453 spinlock_t hci_rx_lock;
455 void __iomem *base_addr;
457 struct msix_entry msix_entries[BTINTEL_PCIE_MSIX_VEC_MAX];
458 bool msix_enabled;
459 u32 alloc_vecs;
460 u32 def_irq;
462 u32 fh_init_mask;
463 u32 hw_init_mask;
465 u32 boot_stage_cache;
466 u32 img_resp_cache;
468 u32 cnvi;
469 u32 cnvr;
471 bool gp0_received;
495 static inline u32 btintel_pcie_rd_reg32(struct btintel_pcie_data *data, in btintel_pcie_rd_reg32() argument