Lines Matching refs:ixp4xx_pci
103 struct ixp4xx_pci { struct
124 static inline u32 ixp4xx_readl(struct ixp4xx_pci *p, u32 reg) in ixp4xx_readl() argument
129 static inline void ixp4xx_writel(struct ixp4xx_pci *p, u32 reg, u32 val) in ixp4xx_writel()
134 static int ixp4xx_pci_check_master_abort(struct ixp4xx_pci *p) in ixp4xx_pci_check_master_abort()
148 static int ixp4xx_pci_read_indirect(struct ixp4xx_pci *p, u32 addr, u32 cmd, u32 *data) in ixp4xx_pci_read_indirect()
173 static int ixp4xx_pci_write_indirect(struct ixp4xx_pci *p, u32 addr, u32 cmd, u32 data) in ixp4xx_pci_write_indirect()
217 static int ixp4xx_crp_read_config(struct ixp4xx_pci *p, int where, int size, in ixp4xx_crp_read_config()
255 static int ixp4xx_crp_write_config(struct ixp4xx_pci *p, int where, int size, in ixp4xx_crp_write_config()
296 struct ixp4xx_pci *p = bus->sysdata; in ixp4xx_pci_read_config()
343 struct ixp4xx_pci *p = bus->sysdata; in ixp4xx_pci_write_config()
381 static int ixp4xx_pci_parse_map_ranges(struct ixp4xx_pci *p) in ixp4xx_pci_parse_map_ranges()
439 static int ixp4xx_pci_parse_map_dma_ranges(struct ixp4xx_pci *p) in ixp4xx_pci_parse_map_dma_ranges()
474 static struct ixp4xx_pci *ixp4xx_pci_abort_singleton;
479 struct ixp4xx_pci *p = ixp4xx_pci_abort_singleton; in ixp4xx_pci_abort_handler()
517 struct ixp4xx_pci *p; in ixp4xx_pci_probe()