Searched refs:ar71xx_pci_controller (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/mips/pci/
H A Dpci-ar71xx.c51 struct ar71xx_pci_controller { struct
101 static inline struct ar71xx_pci_controller * pci_bus_to_ar71xx_controller()
107 return container_of(hose, struct ar71xx_pci_controller, pci_ctrl); pci_bus_to_ar71xx_controller()
110 static int ar71xx_pci_check_error(struct ar71xx_pci_controller *apc, int quiet) ar71xx_pci_check_error()
147 static inline void ar71xx_pci_local_write(struct ar71xx_pci_controller *apc, ar71xx_pci_local_write()
166 struct ar71xx_pci_controller *apc = pci_bus_to_ar71xx_controller(bus); ar71xx_pci_set_cfgaddr()
182 struct ar71xx_pci_controller *apc = pci_bus_to_ar71xx_controller(bus); ar71xx_pci_read_config()
206 struct ar71xx_pci_controller *apc = pci_bus_to_ar71xx_controller(bus); ar71xx_pci_write_config()
231 struct ar71xx_pci_controller *apc; ar71xx_pci_irq_handler()
258 struct ar71xx_pci_controller *apc; ar71xx_pci_irq_unmask()
275 struct ar71xx_pci_controller *apc; ar71xx_pci_irq_mask()
297 static void ar71xx_pci_irq_init(struct ar71xx_pci_controller *apc) ar71xx_pci_irq_init()
333 struct ar71xx_pci_controller *apc; ar71xx_pci_probe()
337 apc = devm_kzalloc(&pdev->dev, sizeof(struct ar71xx_pci_controller), ar71xx_pci_probe()

Completed in 39 milliseconds