Lines Matching defs:bcm4377_data
554 struct bcm4377_data { struct
555 struct pci_dev *pdev;
556 struct hci_dev *hdev;
558 void __iomem *bar0;
559 void __iomem *bar2;
561 u32 bootstage;
562 u32 rti_status;
564 const struct bcm4377_hw *hw;
566 const void *taurus_cal_blob;
567 int taurus_cal_size;
568 const void *taurus_beamforming_cal_blob;
569 int taurus_beamforming_cal_size;
571 char stepping[BCM4377_OTP_MAX_PARAM_LEN];
572 char vendor[BCM4377_OTP_MAX_PARAM_LEN];
573 const char *board_type;
575 struct completion event;
577 struct bcm4377_context *ctx;
578 dma_addr_t ctx_dma;
602 static void bcm4377_ring_doorbell(struct bcm4377_data *bcm4377, u8 doorbell, in bcm4377_ring_doorbell() argument