Lines Matching defs:bcm4377_data
555 struct bcm4377_data { struct
556 struct pci_dev *pdev;
557 struct hci_dev *hdev;
559 void __iomem *bar0;
560 void __iomem *bar2;
562 u32 bootstage;
563 u32 rti_status;
565 const struct bcm4377_hw *hw;
567 const void *taurus_cal_blob;
568 int taurus_cal_size;
569 const void *taurus_beamforming_cal_blob;
570 int taurus_beamforming_cal_size;
572 char stepping[BCM4377_OTP_MAX_PARAM_LEN];
573 char vendor[BCM4377_OTP_MAX_PARAM_LEN];
574 const char *board_type;
576 struct completion event;
578 struct bcm4377_context *ctx;
579 dma_addr_t ctx_dma;
603 static void bcm4377_ring_doorbell(struct bcm4377_data *bcm4377, u8 doorbell, in bcm4377_ring_doorbell() argument