Lines Matching defs:bcm4377_data
565 struct bcm4377_data { struct
566 struct pci_dev *pdev;
567 struct hci_dev *hdev;
569 void __iomem *bar0;
570 void __iomem *bar2;
572 u32 bootstage;
573 u32 rti_status;
575 const struct bcm4377_hw *hw;
577 const void *taurus_cal_blob;
578 int taurus_cal_size;
579 const void *taurus_beamforming_cal_blob;
580 int taurus_beamforming_cal_size;
582 char stepping[BCM4377_OTP_MAX_PARAM_LEN];
583 char vendor[BCM4377_OTP_MAX_PARAM_LEN];
584 const char *board_type;
586 struct completion event;
588 struct bcm4377_context *ctx;
589 dma_addr_t ctx_dma;
613 static void bcm4377_ring_doorbell(struct bcm4377_data *bcm4377, u8 doorbell, in bcm4377_ring_doorbell() argument