Searched refs:ar2315_pci_ctrl (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/arch/mips/pci/ |
| D | pci-ar2315.c | 159 struct ar2315_pci_ctrl { struct 170 static inline struct ar2315_pci_ctrl *ar2315_pci_bus_to_apc(struct pci_bus *bus) in ar2315_pci_bus_to_apc() argument 174 return container_of(hose, struct ar2315_pci_ctrl, pci_ctrl); in ar2315_pci_bus_to_apc() 177 static inline u32 ar2315_pci_reg_read(struct ar2315_pci_ctrl *apc, u32 reg) in ar2315_pci_reg_read() 182 static inline void ar2315_pci_reg_write(struct ar2315_pci_ctrl *apc, u32 reg, in ar2315_pci_reg_write() 188 static inline void ar2315_pci_reg_mask(struct ar2315_pci_ctrl *apc, u32 reg, in ar2315_pci_reg_mask() 198 static int ar2315_pci_cfg_access(struct ar2315_pci_ctrl *apc, unsigned devfn, in ar2315_pci_cfg_access() 253 static inline int ar2315_pci_local_cfg_rd(struct ar2315_pci_ctrl *apc, in ar2315_pci_local_cfg_rd() 260 static inline int ar2315_pci_local_cfg_wr(struct ar2315_pci_ctrl *apc, in ar2315_pci_local_cfg_wr() 270 struct ar2315_pci_ctrl *apc = ar2315_pci_bus_to_apc(bus); in ar2315_pci_cfg_read() [all …]
|