| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | #ifndef __ASM_S390_PCI_H
 | 
					
						
							|  |  |  | #define __ASM_S390_PCI_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-11-29 12:50:30 +01:00
										 |  |  | /* must be set before including asm-generic/pci.h */ | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | #define PCI_DMA_BUS_IS_PHYS (0)
 | 
					
						
							| 
									
										
										
										
											2012-11-29 12:50:30 +01:00
										 |  |  | /* must be set before including pci_clp.h */ | 
					
						
							|  |  |  | #define PCI_BAR_COUNT	6
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-08-29 19:40:01 +02:00
										 |  |  | #include <linux/pci.h>
 | 
					
						
							| 
									
										
										
										
											2012-11-29 12:50:30 +01:00
										 |  |  | #include <asm-generic/pci.h>
 | 
					
						
							|  |  |  | #include <asm-generic/pci-dma-compat.h>
 | 
					
						
							| 
									
										
										
										
											2012-11-29 12:55:21 +01:00
										 |  |  | #include <asm/pci_clp.h>
 | 
					
						
							| 
									
										
										
										
											2012-12-11 14:53:35 +01:00
										 |  |  | #include <asm/pci_debug.h>
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-11-29 12:50:30 +01:00
										 |  |  | #define PCIBIOS_MIN_IO		0x1000
 | 
					
						
							|  |  |  | #define PCIBIOS_MIN_MEM		0x10000000
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define pcibios_assign_all_busses()	(0)
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | void __iomem *pci_iomap(struct pci_dev *, int, unsigned long); | 
					
						
							|  |  |  | void pci_iounmap(struct pci_dev *, void __iomem *); | 
					
						
							|  |  |  | int pci_domain_nr(struct pci_bus *); | 
					
						
							|  |  |  | int pci_proc_domain(struct pci_bus *); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define ZPCI_BUS_NR			0	/* default bus number */
 | 
					
						
							|  |  |  | #define ZPCI_DEVFN			0	/* default device number */
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* PCI Function Controls */ | 
					
						
							|  |  |  | #define ZPCI_FC_FN_ENABLED		0x80
 | 
					
						
							|  |  |  | #define ZPCI_FC_ERROR			0x40
 | 
					
						
							|  |  |  | #define ZPCI_FC_BLOCKED			0x20
 | 
					
						
							|  |  |  | #define ZPCI_FC_DMA_ENABLED		0x10
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-12-11 14:53:35 +01:00
										 |  |  | struct zpci_fmb { | 
					
						
							|  |  |  | 	u32 format	:  8; | 
					
						
							|  |  |  | 	u32 dma_valid	:  1; | 
					
						
							|  |  |  | 	u32		: 23; | 
					
						
							|  |  |  | 	u32 samples; | 
					
						
							|  |  |  | 	u64 last_update; | 
					
						
							|  |  |  | 	/* hardware counters */ | 
					
						
							|  |  |  | 	u64 ld_ops; | 
					
						
							|  |  |  | 	u64 st_ops; | 
					
						
							|  |  |  | 	u64 stb_ops; | 
					
						
							|  |  |  | 	u64 rpcit_ops; | 
					
						
							|  |  |  | 	u64 dma_rbytes; | 
					
						
							|  |  |  | 	u64 dma_wbytes; | 
					
						
							|  |  |  | 	/* software counters */ | 
					
						
							|  |  |  | 	atomic64_t allocated_pages; | 
					
						
							|  |  |  | 	atomic64_t mapped_pages; | 
					
						
							|  |  |  | 	atomic64_t unmapped_pages; | 
					
						
							|  |  |  | } __packed __aligned(16); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-06-25 16:36:29 +02:00
										 |  |  | #define ZPCI_MSI_VEC_BITS	11
 | 
					
						
							|  |  |  | #define ZPCI_MSI_VEC_MAX	(1 << ZPCI_MSI_VEC_BITS)
 | 
					
						
							|  |  |  | #define ZPCI_MSI_VEC_MASK	(ZPCI_MSI_VEC_MAX - 1)
 | 
					
						
							| 
									
										
										
										
											2012-11-29 13:05:05 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-11-29 12:50:30 +01:00
										 |  |  | enum zpci_state { | 
					
						
							|  |  |  | 	ZPCI_FN_STATE_RESERVED, | 
					
						
							|  |  |  | 	ZPCI_FN_STATE_STANDBY, | 
					
						
							|  |  |  | 	ZPCI_FN_STATE_CONFIGURED, | 
					
						
							|  |  |  | 	ZPCI_FN_STATE_ONLINE, | 
					
						
							|  |  |  | 	NR_ZPCI_FN_STATES, | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | struct zpci_bar_struct { | 
					
						
							| 
									
										
										
										
											2013-11-12 19:33:06 +01:00
										 |  |  | 	struct resource *res;		/* bus resource */ | 
					
						
							| 
									
										
										
										
											2012-11-29 12:50:30 +01:00
										 |  |  | 	u32		val;		/* bar start & 3 flag bits */ | 
					
						
							|  |  |  | 	u16		map_idx;	/* index into bar mapping array */ | 
					
						
							| 
									
										
										
										
											2013-11-12 19:33:06 +01:00
										 |  |  | 	u8		size;		/* order 2 exponent */ | 
					
						
							| 
									
										
										
										
											2012-11-29 12:50:30 +01:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Private data per function */ | 
					
						
							|  |  |  | struct zpci_dev { | 
					
						
							|  |  |  | 	struct pci_dev	*pdev; | 
					
						
							|  |  |  | 	struct pci_bus	*bus; | 
					
						
							|  |  |  | 	struct list_head entry;		/* list of all zpci_devices, needed for hotplug, etc. */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	enum zpci_state state; | 
					
						
							|  |  |  | 	u32		fid;		/* function ID, used by sclp */ | 
					
						
							|  |  |  | 	u32		fh;		/* function handle, used by insn's */ | 
					
						
							| 
									
										
										
										
											2014-04-16 16:12:05 +02:00
										 |  |  | 	u16		vfn;		/* virtual function number */ | 
					
						
							| 
									
										
										
										
											2012-11-29 12:50:30 +01:00
										 |  |  | 	u16		pchid;		/* physical channel ID */ | 
					
						
							|  |  |  | 	u8		pfgid;		/* function group ID */ | 
					
						
							| 
									
										
										
										
											2014-04-16 16:12:05 +02:00
										 |  |  | 	u8		pft;		/* pci function type */ | 
					
						
							| 
									
										
										
										
											2012-11-29 12:50:30 +01:00
										 |  |  | 	u16		domain; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-04-16 16:12:05 +02:00
										 |  |  | 	u8 pfip[CLP_PFIP_NR_SEGMENTS];	/* pci function internal path */ | 
					
						
							|  |  |  | 	u32 uid;			/* user defined id */ | 
					
						
							|  |  |  | 	u8 util_str[CLP_UTIL_STR_LEN];	/* utility string */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-11-29 13:05:05 +01:00
										 |  |  | 	/* IRQ stuff */ | 
					
						
							|  |  |  | 	u64		msi_addr;	/* MSI address */ | 
					
						
							| 
									
										
										
										
											2013-06-25 16:36:29 +02:00
										 |  |  | 	struct airq_iv *aibv;		/* adapter interrupt bit vector */ | 
					
						
							| 
									
										
										
										
											2012-11-29 13:05:05 +01:00
										 |  |  | 	unsigned int	aisb;		/* number of the summary bit */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-11-29 14:33:30 +01:00
										 |  |  | 	/* DMA stuff */ | 
					
						
							|  |  |  | 	unsigned long	*dma_table; | 
					
						
							|  |  |  | 	spinlock_t	dma_table_lock; | 
					
						
							|  |  |  | 	int		tlb_refresh; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	spinlock_t	iommu_bitmap_lock; | 
					
						
							|  |  |  | 	unsigned long	*iommu_bitmap; | 
					
						
							|  |  |  | 	unsigned long	iommu_size; | 
					
						
							|  |  |  | 	unsigned long	iommu_pages; | 
					
						
							|  |  |  | 	unsigned int	next_bit; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-11-12 19:33:06 +01:00
										 |  |  | 	char res_name[16]; | 
					
						
							| 
									
										
										
										
											2012-11-29 12:50:30 +01:00
										 |  |  | 	struct zpci_bar_struct bars[PCI_BAR_COUNT]; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-11-29 14:33:30 +01:00
										 |  |  | 	u64		start_dma;	/* Start of available DMA addresses */ | 
					
						
							|  |  |  | 	u64		end_dma;	/* End of available DMA addresses */ | 
					
						
							|  |  |  | 	u64		dma_mask;	/* DMA address space mask */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-12-11 14:53:35 +01:00
										 |  |  | 	/* Function measurement block */ | 
					
						
							|  |  |  | 	struct zpci_fmb *fmb; | 
					
						
							|  |  |  | 	u16		fmb_update;	/* update interval */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-11-29 12:50:30 +01:00
										 |  |  | 	enum pci_bus_speed max_bus_speed; | 
					
						
							| 
									
										
										
										
											2012-12-11 14:53:35 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	struct dentry	*debugfs_dev; | 
					
						
							|  |  |  | 	struct dentry	*debugfs_perf; | 
					
						
							| 
									
										
										
										
											2012-11-29 12:50:30 +01:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static inline bool zdev_enabled(struct zpci_dev *zdev) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	return (zdev->fh & (1UL << 31)) ? true : false; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-04-16 16:11:00 +02:00
										 |  |  | extern const struct attribute_group *zpci_attr_groups[]; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-11-29 12:50:30 +01:00
										 |  |  | /* -----------------------------------------------------------------------------
 | 
					
						
							|  |  |  |   Prototypes | 
					
						
							|  |  |  | ----------------------------------------------------------------------------- */ | 
					
						
							|  |  |  | /* Base stuff */ | 
					
						
							|  |  |  | int zpci_create_device(struct zpci_dev *); | 
					
						
							|  |  |  | int zpci_enable_device(struct zpci_dev *); | 
					
						
							| 
									
										
										
										
											2013-04-16 14:12:17 +02:00
										 |  |  | int zpci_disable_device(struct zpci_dev *); | 
					
						
							| 
									
										
										
										
											2012-11-29 12:50:30 +01:00
										 |  |  | void zpci_stop_device(struct zpci_dev *); | 
					
						
							| 
									
										
										
										
											2012-11-29 14:33:30 +01:00
										 |  |  | int zpci_register_ioat(struct zpci_dev *, u8, u64, u64, u64); | 
					
						
							|  |  |  | int zpci_unregister_ioat(struct zpci_dev *, u8); | 
					
						
							| 
									
										
										
										
											2012-11-29 12:50:30 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-11-29 12:55:21 +01:00
										 |  |  | /* CLP */ | 
					
						
							| 
									
										
										
										
											2013-08-29 19:37:28 +02:00
										 |  |  | int clp_scan_pci_devices(void); | 
					
						
							|  |  |  | int clp_rescan_pci_devices(void); | 
					
						
							| 
									
										
										
										
											2013-08-29 19:40:01 +02:00
										 |  |  | int clp_rescan_pci_devices_simple(void); | 
					
						
							| 
									
										
										
										
											2012-11-29 12:55:21 +01:00
										 |  |  | int clp_add_pci_device(u32, u32, int); | 
					
						
							|  |  |  | int clp_enable_fh(struct zpci_dev *, u8); | 
					
						
							|  |  |  | int clp_disable_fh(struct zpci_dev *); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-01-15 19:04:39 +01:00
										 |  |  | #ifdef CONFIG_PCI
 | 
					
						
							| 
									
										
										
										
											2012-11-29 14:34:48 +01:00
										 |  |  | /* Error handling and recovery */ | 
					
						
							|  |  |  | void zpci_event_error(void *); | 
					
						
							|  |  |  | void zpci_event_availability(void *); | 
					
						
							| 
									
										
										
										
											2013-08-29 19:40:01 +02:00
										 |  |  | void zpci_rescan(void); | 
					
						
							| 
									
										
										
										
											2013-12-12 17:48:32 +01:00
										 |  |  | bool zpci_is_enabled(void); | 
					
						
							| 
									
										
										
										
											2013-01-15 19:04:39 +01:00
										 |  |  | #else /* CONFIG_PCI */
 | 
					
						
							|  |  |  | static inline void zpci_event_error(void *e) {} | 
					
						
							|  |  |  | static inline void zpci_event_availability(void *e) {} | 
					
						
							| 
									
										
										
										
											2013-08-29 19:40:01 +02:00
										 |  |  | static inline void zpci_rescan(void) {} | 
					
						
							| 
									
										
										
										
											2013-01-15 19:04:39 +01:00
										 |  |  | #endif /* CONFIG_PCI */
 | 
					
						
							| 
									
										
										
										
											2012-11-29 14:34:48 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-08-29 19:33:16 +02:00
										 |  |  | #ifdef CONFIG_HOTPLUG_PCI_S390
 | 
					
						
							|  |  |  | int zpci_init_slot(struct zpci_dev *); | 
					
						
							|  |  |  | void zpci_exit_slot(struct zpci_dev *); | 
					
						
							|  |  |  | #else /* CONFIG_HOTPLUG_PCI_S390 */
 | 
					
						
							|  |  |  | static inline int zpci_init_slot(struct zpci_dev *zdev) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	return 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | static inline void zpci_exit_slot(struct zpci_dev *zdev) {} | 
					
						
							|  |  |  | #endif /* CONFIG_HOTPLUG_PCI_S390 */
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-11-29 12:50:30 +01:00
										 |  |  | /* Helpers */ | 
					
						
							|  |  |  | struct zpci_dev *get_zdev(struct pci_dev *); | 
					
						
							|  |  |  | struct zpci_dev *get_zdev_by_fid(u32); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-11-29 14:33:30 +01:00
										 |  |  | /* DMA */ | 
					
						
							|  |  |  | int zpci_dma_init(void); | 
					
						
							|  |  |  | void zpci_dma_exit(void); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-12-11 14:53:35 +01:00
										 |  |  | /* FMB */ | 
					
						
							|  |  |  | int zpci_fmb_enable_device(struct zpci_dev *); | 
					
						
							|  |  |  | int zpci_fmb_disable_device(struct zpci_dev *); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Debug */ | 
					
						
							|  |  |  | int zpci_debug_init(void); | 
					
						
							|  |  |  | void zpci_debug_exit(void); | 
					
						
							|  |  |  | void zpci_debug_init_device(struct zpci_dev *); | 
					
						
							|  |  |  | void zpci_debug_exit_device(struct zpci_dev *); | 
					
						
							|  |  |  | void zpci_debug_info(struct zpci_dev *, struct seq_file *); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-11-29 12:50:30 +01:00
										 |  |  | #endif
 |