Lines Matching refs:bcma_drv_pci
110 u32 bcma_pcie_read(struct bcma_drv_pci *pc, u32 address);
111 void bcma_core_pci_early_init(struct bcma_drv_pci *pc);
112 void bcma_core_pci_init(struct bcma_drv_pci *pc);
113 void bcma_core_pci_up(struct bcma_drv_pci *pc);
114 void bcma_core_pci_down(struct bcma_drv_pci *pc);
116 static inline void bcma_core_pci_early_init(struct bcma_drv_pci *pc) in bcma_core_pci_early_init()
120 static inline void bcma_core_pci_init(struct bcma_drv_pci *pc) in bcma_core_pci_init()
142 bool bcma_core_pci_is_in_hostmode(struct bcma_drv_pci *pc);
143 void bcma_core_pci_hostmode_init(struct bcma_drv_pci *pc);
145 static inline bool bcma_core_pci_is_in_hostmode(struct bcma_drv_pci *pc) in bcma_core_pci_is_in_hostmode()
149 static inline void bcma_core_pci_hostmode_init(struct bcma_drv_pci *pc) in bcma_core_pci_hostmode_init()