Lines Matching refs:ar71xx_pci_controller
48 struct ar71xx_pci_controller { struct
98 static inline struct ar71xx_pci_controller *
104 return container_of(hose, struct ar71xx_pci_controller, pci_ctrl); in pci_bus_to_ar71xx_controller()
107 static int ar71xx_pci_check_error(struct ar71xx_pci_controller *apc, int quiet) in ar71xx_pci_check_error()
144 static inline void ar71xx_pci_local_write(struct ar71xx_pci_controller *apc, in ar71xx_pci_local_write()
163 struct ar71xx_pci_controller *apc = pci_bus_to_ar71xx_controller(bus); in ar71xx_pci_set_cfgaddr()
179 struct ar71xx_pci_controller *apc = pci_bus_to_ar71xx_controller(bus); in ar71xx_pci_read_config()
203 struct ar71xx_pci_controller *apc = pci_bus_to_ar71xx_controller(bus); in ar71xx_pci_write_config()
228 struct ar71xx_pci_controller *apc; in ar71xx_pci_irq_handler()
255 struct ar71xx_pci_controller *apc; in ar71xx_pci_irq_unmask()
272 struct ar71xx_pci_controller *apc; in ar71xx_pci_irq_mask()
294 static void ar71xx_pci_irq_init(struct ar71xx_pci_controller *apc) in ar71xx_pci_irq_init()
330 struct ar71xx_pci_controller *apc; in ar71xx_pci_probe()
334 apc = devm_kzalloc(&pdev->dev, sizeof(struct ar71xx_pci_controller), in ar71xx_pci_probe()