Lines Matching refs:bcma_drv_pci
111 u32 bcma_pcie_read(struct bcma_drv_pci *pc, u32 address);
112 void bcma_core_pci_early_init(struct bcma_drv_pci *pc);
113 void bcma_core_pci_init(struct bcma_drv_pci *pc);
114 void bcma_core_pci_up(struct bcma_drv_pci *pc);
115 void bcma_core_pci_down(struct bcma_drv_pci *pc);
117 static inline void bcma_core_pci_early_init(struct bcma_drv_pci *pc) in bcma_core_pci_early_init()
121 static inline void bcma_core_pci_init(struct bcma_drv_pci *pc) in bcma_core_pci_init()
143 bool bcma_core_pci_is_in_hostmode(struct bcma_drv_pci *pc);
144 void bcma_core_pci_hostmode_init(struct bcma_drv_pci *pc);
146 static inline bool bcma_core_pci_is_in_hostmode(struct bcma_drv_pci *pc) in bcma_core_pci_is_in_hostmode()
150 static inline void bcma_core_pci_hostmode_init(struct bcma_drv_pci *pc) in bcma_core_pci_hostmode_init()