Lines Matching refs:bcma_drv_pci
124 u32 bcma_pcie_read(struct bcma_drv_pci *pc, u32 address);
125 void bcma_core_pci_early_init(struct bcma_drv_pci *pc);
126 void bcma_core_pci_init(struct bcma_drv_pci *pc);
127 void bcma_core_pci_up(struct bcma_drv_pci *pc);
128 void bcma_core_pci_down(struct bcma_drv_pci *pc);
130 static inline void bcma_core_pci_early_init(struct bcma_drv_pci *pc) in bcma_core_pci_early_init()
134 static inline void bcma_core_pci_init(struct bcma_drv_pci *pc) in bcma_core_pci_init()
156 bool bcma_core_pci_is_in_hostmode(struct bcma_drv_pci *pc);
157 void bcma_core_pci_hostmode_init(struct bcma_drv_pci *pc);
159 static inline bool bcma_core_pci_is_in_hostmode(struct bcma_drv_pci *pc) in bcma_core_pci_is_in_hostmode()
163 static inline void bcma_core_pci_hostmode_init(struct bcma_drv_pci *pc) in bcma_core_pci_hostmode_init()