Home | History | Annotate | Line # | Download | only in dev
schizoreg.h revision 1.8
      1  1.8       mrg /*	$NetBSD: schizoreg.h,v 1.8 2011/03/20 20:43:34 mrg Exp $	*/
      2  1.1       mrg /*	$OpenBSD: schizoreg.h,v 1.20 2008/07/12 13:08:04 kettenis Exp $	*/
      3  1.1       mrg 
      4  1.1       mrg /*
      5  1.1       mrg  * Copyright (c) 2002 Jason L. Wright (jason (at) thought.net)
      6  1.7       mrg  * Copyright (c) 2010 Matthew R. Green
      7  1.1       mrg  * All rights reserved.
      8  1.1       mrg  *
      9  1.1       mrg  * Redistribution and use in source and binary forms, with or without
     10  1.1       mrg  * modification, are permitted provided that the following conditions
     11  1.1       mrg  * are met:
     12  1.1       mrg  * 1. Redistributions of source code must retain the above copyright
     13  1.1       mrg  *    notice, this list of conditions and the following disclaimer.
     14  1.1       mrg  * 2. Redistributions in binary form must reproduce the above copyright
     15  1.1       mrg  *    notice, this list of conditions and the following disclaimer in the
     16  1.1       mrg  *    documentation and/or other materials provided with the distribution.
     17  1.1       mrg  *
     18  1.1       mrg  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
     19  1.1       mrg  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
     20  1.1       mrg  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
     21  1.1       mrg  * DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
     22  1.1       mrg  * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
     23  1.1       mrg  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
     24  1.1       mrg  * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
     25  1.1       mrg  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
     26  1.1       mrg  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
     27  1.1       mrg  * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
     28  1.1       mrg  * POSSIBILITY OF SUCH DAMAGE.
     29  1.1       mrg  */
     30  1.4       mrg 
     31  1.1       mrg struct schizo_pbm_regs {
     32  1.1       mrg 	volatile u_int64_t	_unused1[64];		/* 0x0000 - 0x01ff */
     33  1.8       mrg 	struct iommureg2	iommu;			/* 0x0200 - 0x03ff */
     34  1.1       mrg 	volatile u_int64_t	_unused2[384];
     35  1.1       mrg 	volatile u_int64_t	imap[64];
     36  1.1       mrg 	volatile u_int64_t	_unused3[64];
     37  1.1       mrg 	volatile u_int64_t	iclr[64];
     38  1.1       mrg 	volatile u_int64_t	_unused4[320];
     39  1.1       mrg 	volatile u_int64_t	ctrl;
     40  1.1       mrg 	volatile u_int64_t	__unused0;
     41  1.1       mrg 	volatile u_int64_t	afsr;
     42  1.1       mrg 	volatile u_int64_t	afar;
     43  1.1       mrg 	volatile u_int64_t	_unused5[252];
     44  1.1       mrg 	struct iommu_strbuf	strbuf;
     45  1.1       mrg 	volatile u_int64_t	strbuf_ctxflush;
     46  1.1       mrg 	volatile u_int64_t	_unused6[4012];
     47  1.1       mrg 	volatile u_int64_t	iommu_tag;
     48  1.1       mrg 	volatile u_int64_t	_unused7[15];
     49  1.1       mrg 	volatile u_int64_t	iommu_data;
     50  1.1       mrg 	volatile u_int64_t	_unused8[63];
     51  1.1       mrg 	volatile u_int64_t	istat[2];
     52  1.1       mrg 	volatile u_int64_t	_unused9[2814];
     53  1.1       mrg 	volatile u_int64_t	strbuf_ctxmatch;
     54  1.1       mrg 	volatile u_int64_t	_unused10[122879];
     55  1.1       mrg };
     56  1.1       mrg 
     57  1.1       mrg struct schizo_regs {
     58  1.1       mrg 	volatile u_int64_t	_unused0[8];
     59  1.1       mrg 	volatile u_int64_t	pcia_mem_match;
     60  1.1       mrg 	volatile u_int64_t	pcia_mem_mask;
     61  1.1       mrg 	volatile u_int64_t	pcia_io_match;
     62  1.1       mrg 	volatile u_int64_t	pcia_io_mask;
     63  1.1       mrg 	volatile u_int64_t	pcib_mem_match;
     64  1.1       mrg 	volatile u_int64_t	pcib_mem_mask;
     65  1.1       mrg 	volatile u_int64_t	pcib_io_match;
     66  1.1       mrg 	volatile u_int64_t	pcib_io_mask;
     67  1.1       mrg 	volatile u_int64_t	_unused1[8176];
     68  1.1       mrg 
     69  1.1       mrg 	volatile u_int64_t	control_status;
     70  1.1       mrg 	volatile u_int64_t	error_control;
     71  1.1       mrg 	volatile u_int64_t	interrupt_control;
     72  1.1       mrg 	volatile u_int64_t	safari_errlog;
     73  1.1       mrg 	volatile u_int64_t	eccctrl;
     74  1.1       mrg 	volatile u_int64_t	_unused3[1];
     75  1.1       mrg 	volatile u_int64_t	ue_afsr;
     76  1.1       mrg 	volatile u_int64_t	ue_afar;
     77  1.1       mrg 	volatile u_int64_t	ce_afsr;
     78  1.1       mrg 	volatile u_int64_t	ce_afar;
     79  1.1       mrg 
     80  1.1       mrg 	volatile u_int64_t	_unused4[253942];
     81  1.1       mrg 	struct schizo_pbm_regs pbm_a;
     82  1.1       mrg 	struct schizo_pbm_regs pbm_b;
     83  1.1       mrg };
     84  1.1       mrg 
     85  1.5       mrg #define	SCZ_PCIA_MEM_MATCH		0x00040
     86  1.5       mrg #define	SCZ_PCIA_MEM_MASK		0x00048
     87  1.5       mrg #define	SCZ_PCIA_IO_MATCH		0x00050
     88  1.5       mrg #define	SCZ_PCIA_IO_MASK		0x00058
     89  1.5       mrg #define	SCZ_PCIB_MEM_MATCH		0x00060
     90  1.5       mrg #define	SCZ_PCIB_MEM_MASK		0x00068
     91  1.5       mrg #define	SCZ_PCIB_IO_MATCH		0x00070
     92  1.5       mrg #define	SCZ_PCIB_IO_MASK		0x00078
     93  1.5       mrg 
     94  1.3       mrg #define	SCZ_CONTROL_STATUS		0x10000
     95  1.5       mrg # define SCZ_CONTROL_STATUS_AID_MASK	0x1f00000
     96  1.5       mrg # define SCZ_CONTROL_STATUS_AID_SHIFT	20
     97  1.3       mrg #define	SCZ_SAFARI_INTCTRL		0x10010
     98  1.3       mrg #define	SCZ_SAFARI_ERRLOG		0x10018
     99  1.3       mrg #define	SCZ_ECCCTRL			0x10020
    100  1.3       mrg #define	SCZ_UE_AFSR			0x10030
    101  1.3       mrg #define	SCZ_UE_AFAR			0x10038
    102  1.3       mrg #define	SCZ_CE_AFSR			0x10040
    103  1.3       mrg #define	SCZ_CE_AFAR			0x10048
    104  1.1       mrg 
    105  1.1       mrg /* These are relative to the PBM */
    106  1.1       mrg #define	SCZ_PCI_IOMMU_CTRL		0x00200
    107  1.1       mrg #define	SCZ_PCI_IOMMU_TSBBASE		0x00208
    108  1.1       mrg #define	SCZ_PCI_IOMMU_FLUSH		0x00210
    109  1.1       mrg #define	SCZ_PCI_IOMMU_CTXFLUSH		0x00218
    110  1.1       mrg #define	TOM_PCI_IOMMU_TFAR		0x00220
    111  1.1       mrg #define	SCZ_PCI_IMAP_BASE		0x01000
    112  1.1       mrg #define	SCZ_PCI_ICLR_BASE		0x01400
    113  1.1       mrg #define	SCZ_PCI_INTR_RETRY		0x01a00	/* interrupt retry */
    114  1.1       mrg #define	SCZ_PCI_DMA_FLUSH		0x01a08	/* pci consistent dma flush */
    115  1.1       mrg #define	SCZ_PCI_CTRL			0x02000
    116  1.1       mrg #define	SCZ_PCI_AFSR			0x02010
    117  1.1       mrg #define	SCZ_PCI_AFAR			0x02018
    118  1.1       mrg #define	SCZ_PCI_DIAG			0x02020
    119  1.1       mrg #define	SCZ_PCI_ESTAR			0x02028
    120  1.7       mrg #define	SCZ_PCI_IOCACHE_CSR		0x02248
    121  1.7       mrg #define	SCZ_PCI_IOCACHE_TAG_DIAG_BASE	0x02250
    122  1.7       mrg #define	SCZ_PCI_IOCACHE_TAG_DATA_BASE	0x02290
    123  1.1       mrg #define	SCZ_PCI_STRBUF_CTRL		0x02800
    124  1.1       mrg #define	SCZ_PCI_STRBUF_FLUSH		0x02808
    125  1.1       mrg #define	SCZ_PCI_STRBUF_FSYNC		0x02810
    126  1.1       mrg #define	SCZ_PCI_STRBUF_CTXFLUSH		0x02818
    127  1.1       mrg #define	SCZ_PCI_IOMMU_TAG		0x0a580
    128  1.1       mrg #define	SCZ_PCI_IOMMU_DATA		0x0a600
    129  1.1       mrg #define	SCZ_PCI_STRBUF_CTXMATCH		0x10000
    130  1.1       mrg 
    131  1.1       mrg #define	SCZ_ECCCTRL_EE_INTEN		0x8000000000000000UL
    132  1.1       mrg #define	SCZ_ECCCTRL_UE_INTEN		0x4000000000000000UL
    133  1.1       mrg #define	SCZ_ECCCTRL_CE_INTEN		0x2000000000000000UL
    134  1.1       mrg 
    135  1.1       mrg #define	SCZ_UEAFSR_PPIO			0x8000000000000000UL
    136  1.1       mrg #define	SCZ_UEAFSR_PDRD			0x4000000000000000UL
    137  1.1       mrg #define	SCZ_UEAFSR_PDWR			0x2000000000000000UL
    138  1.1       mrg #define	SCZ_UEAFSR_SPIO			0x1000000000000000UL
    139  1.1       mrg #define	SCZ_UEAFSR_SDMA			0x0800000000000000UL
    140  1.1       mrg #define	SCZ_UEAFSR_ERRPNDG		0x0300000000000000UL
    141  1.1       mrg #define	SCZ_UEAFSR_BMSK			0x000003ff00000000UL
    142  1.1       mrg #define	SCZ_UEAFSR_QOFF			0x00000000c0000000UL
    143  1.1       mrg #define	SCZ_UEAFSR_AID			0x000000001f000000UL
    144  1.1       mrg #define	SCZ_UEAFSR_PARTIAL		0x0000000000800000UL
    145  1.1       mrg #define	SCZ_UEAFSR_OWNEDIN		0x0000000000400000UL
    146  1.1       mrg #define	SCZ_UEAFSR_MTAGSYND		0x00000000000f0000UL
    147  1.1       mrg #define	SCZ_UEAFSR_MTAG			0x000000000000e000UL
    148  1.1       mrg #define	SCZ_UEAFSR_ECCSYND		0x00000000000001ffUL
    149  1.1       mrg 
    150  1.1       mrg #define	SCZ_UEAFAR_PIO			0x0000080000000000UL	/* 0=pio, 1=memory */
    151  1.1       mrg #define	SCZ_UEAFAR_PIO_TYPE		0x0000078000000000UL	/* pio type: */
    152  1.1       mrg #define	SCZ_UEAFAR_PIO_UPA		0x0000078000000000UL	/*  upa */
    153  1.1       mrg #define	SZC_UEAFAR_PIO_SAFARI		0x0000060000000000UL	/*  safari/upa64s */
    154  1.1       mrg #define	SCZ_UEAFAR_PIO_NLAS		0x0000058000000000UL	/*  newlink alt space */
    155  1.1       mrg #define	SCZ_UEAFAR_PIO_NLS		0x0000050000000000UL	/*  newlink space */
    156  1.1       mrg #define	SCZ_UEAFAR_PIO_NLI		0x0000040000000000UL	/*  newlink interface */
    157  1.1       mrg #define	SCZ_UEAFAR_PIO_PCIAM		0x0000030000000000UL	/*  pcia: memory */
    158  1.1       mrg #define	SCZ_UEAFAR_PIO_PCIAI		0x0000020000000000UL	/*  pcia: interface */
    159  1.1       mrg #define	SZC_UEAFAR_PIO_PCIBC		0x0000018000000000UL	/*  pcia: config / i/o */
    160  1.1       mrg #define	SZC_UEAFAR_PIO_PCIBM		0x0000010000000000UL	/*  pcib: memory */
    161  1.1       mrg #define	SZC_UEAFAR_PIO_PCIBI		0x0000000000000000UL	/*  pcib: interface */
    162  1.1       mrg #define	SCZ_UEAFAR_PIO_PCIAC		0x0000038000000000UL	/*  pcib: config / i/o */
    163  1.1       mrg #define	SCZ_UEAFAR_MEMADDR		0x000007fffffffff0UL	/* memory address */
    164  1.1       mrg 
    165  1.1       mrg #define	SCZ_CEAFSR_PPIO			0x8000000000000000UL
    166  1.1       mrg #define	SCZ_CEAFSR_PDRD			0x4000000000000000UL
    167  1.1       mrg #define	SCZ_CEAFSR_PDWR			0x2000000000000000UL
    168  1.1       mrg #define	SCZ_CEAFSR_SPIO			0x1000000000000000UL
    169  1.1       mrg #define	SCZ_CEAFSR_SDMA			0x0800000000000000UL
    170  1.1       mrg #define	SCZ_CEAFSR_ERRPNDG		0x0300000000000000UL
    171  1.1       mrg #define	SCZ_CEAFSR_BMSK			0x000003ff00000000UL
    172  1.1       mrg #define	SCZ_CEAFSR_QOFF			0x00000000c0000000UL
    173  1.1       mrg #define	SCZ_CEAFSR_AID			0x000000001f000000UL
    174  1.1       mrg #define	SCZ_CEAFSR_PARTIAL		0x0000000000800000UL
    175  1.1       mrg #define	SCZ_CEAFSR_OWNEDIN		0x0000000000400000UL
    176  1.1       mrg #define	SCZ_CEAFSR_MTAGSYND		0x00000000000f0000UL
    177  1.1       mrg #define	SCZ_CEAFSR_MTAG			0x000000000000e000UL
    178  1.1       mrg #define	SCZ_CEAFSR_ECCSYND		0x00000000000001ffUL
    179  1.1       mrg 
    180  1.1       mrg #define	SCZ_CEAFAR_PIO			0x0000080000000000UL	/* 0=pio, 1=memory */
    181  1.1       mrg #define	SCZ_CEAFAR_PIO_TYPE		0x0000078000000000UL	/* pio type: */
    182  1.1       mrg #define	SCZ_CEAFAR_PIO_UPA		0x0000078000000000UL	/*  upa */
    183  1.1       mrg #define	SZC_CEAFAR_PIO_SAFARI		0x0000060000000000UL	/*  safari/upa64s */
    184  1.1       mrg #define	SCZ_CEAFAR_PIO_NLAS		0x0000058000000000UL	/*  newlink alt space */
    185  1.1       mrg #define	SCZ_CEAFAR_PIO_NLS		0x0000050000000000UL	/*  newlink space */
    186  1.1       mrg #define	SCZ_CEAFAR_PIO_NLI		0x0000040000000000UL	/*  newlink interface */
    187  1.1       mrg #define	SCZ_CEAFAR_PIO_PCIAM		0x0000030000000000UL	/*  pcia: memory */
    188  1.1       mrg #define	SCZ_CEAFAR_PIO_PCIAI		0x0000020000000000UL	/*  pcia: interface */
    189  1.1       mrg #define	SZC_CEAFAR_PIO_PCIBC		0x0000018000000000UL	/*  pcia: config / i/o */
    190  1.1       mrg #define	SZC_CEAFAR_PIO_PCIBM		0x0000010000000000UL	/*  pcib: memory */
    191  1.1       mrg #define	SZC_CEAFAR_PIO_PCIBI		0x0000000000000000UL	/*  pcib: interface */
    192  1.1       mrg #define	SCZ_CEAFAR_PIO_PCIAC		0x0000038000000000UL	/*  pcib: config / i/o */
    193  1.1       mrg #define	SCZ_CEAFAR_MEMADDR		0x000007fffffffff0UL	/* memory address */
    194  1.1       mrg 
    195  1.6  nakayama #define	SCZ_PCICTRL_BUS_UNUS		(1ULL << 63UL)		/* bus unusable */
    196  1.6  nakayama #define	TOM_PCICTRL_DTO_ERR		(1ULL << 62UL)		/* pci discard timeout */
    197  1.6  nakayama #define	TOM_PCICTRL_DTO_INT		(1ULL << 61UL)		/* discard intr en */
    198  1.6  nakayama #define	SCZ_PCICTRL_ESLCK		(1ULL << 51UL)		/* error slot locked */
    199  1.6  nakayama #define	SCZ_PCICTRL_ERRSLOT		(7ULL << 48UL)		/* error slot */
    200  1.6  nakayama #define	SCZ_PCICTRL_TTO_ERR		(1ULL << 38UL)		/* pci trdy# timeout */
    201  1.6  nakayama #define	SCZ_PCICTRL_RTRY_ERR		(1ULL << 37UL)		/* pci rtry# timeout */
    202  1.6  nakayama #define	SCZ_PCICTRL_MMU_ERR		(1ULL << 36UL)		/* pci mmu error */
    203  1.6  nakayama #define	SCZ_PCICTRL_SBH_ERR		(1ULL << 35UL)		/* pci strm hole */
    204  1.6  nakayama #define	SCZ_PCICTRL_SERR		(1ULL << 34UL)		/* pci serr# sampled */
    205  1.6  nakayama #define	SCZ_PCICTRL_PCISPD		(1ULL << 33UL)		/* speed (0=clk/2,1=clk) */
    206  1.1       mrg #define	SCZ_PCICTRL_PTO			(3UL << 24UL)		/* pci timeout interval */
    207  1.1       mrg #define	SCZ_PCICTRL_MMU_INT		(1UL << 19UL)		/* mmu intr en */
    208  1.1       mrg #define	SCZ_PCICTRL_SBH_INT		(1UL << 18UL)		/* strm byte hole intr en */
    209  1.1       mrg #define	SCZ_PCICTRL_EEN			(1UL << 17UL)		/* error intr en */
    210  1.1       mrg #define	SCZ_PCICTRL_PARK		(1UL << 16UL)		/* bus parked */
    211  1.1       mrg #define	SCZ_PCICTRL_PCIRST		(1UL <<  8UL)		/* pci reset */
    212  1.1       mrg #define	SCZ_PCICTRL_ARB			(0x3fUL << 0UL)		/* dma arb enables */
    213  1.1       mrg #define SCZ_PCICTRL_BITS "\20\277UNUS\276DTO\275DTO_INT\263ESLCK\246TTO\245RTRY\244MMU\243SBH\242SERR\241SPD\223MMU_INT\222SBH_INT\221EEN\220PARK\210PCIRST"
    214  1.1       mrg 
    215  1.1       mrg #define	SCZ_PCIAFSR_PMA			0x8000000000000000UL
    216  1.1       mrg #define	SCZ_PCIAFSR_PTA			0x4000000000000000UL
    217  1.1       mrg #define	SCZ_PCIAFSR_PRTRY		0x2000000000000000UL
    218  1.1       mrg #define	SCZ_PCIAFSR_PPERR		0x1000000000000000UL
    219  1.1       mrg #define	SCZ_PCIAFSR_PTTO		0x0800000000000000UL
    220  1.1       mrg #define	SCZ_PCIAFSR_PUNUS		0x0400000000000000UL
    221  1.1       mrg #define	SCZ_PCIAFSR_SMA			0x0200000000000000UL
    222  1.1       mrg #define	SCZ_PCIAFSR_STA			0x0100000000000000UL
    223  1.1       mrg #define	SCZ_PCIAFSR_SRTRY		0x0080000000000000UL
    224  1.1       mrg #define	SCZ_PCIAFSR_SPERR		0x0040000000000000UL
    225  1.1       mrg #define	SCZ_PCIAFSR_STTO		0x0020000000000000UL
    226  1.1       mrg #define	SCZ_PCIAFSR_SUNUS		0x0010000000000000UL
    227  1.1       mrg #define	SCZ_PCIAFSR_BMSK		0x000003ff00000000UL
    228  1.1       mrg #define	SCZ_PCIAFSR_BLK			0x0000000080000000UL
    229  1.1       mrg #define	SCZ_PCIAFSR_CFG			0x0000000040000000UL
    230  1.1       mrg #define	SCZ_PCIAFSR_MEM			0x0000000020000000UL
    231  1.1       mrg #define	SCZ_PCIAFSR_IO			0x0000000010000000UL
    232  1.1       mrg 
    233  1.1       mrg #define SCZ_PCIAFSR_BITS "\20\277PMA\276PTA\275PRTRY\274PPERR\273PTTO\272PUNUS\271SMA\270STA\267SRTRY\266SPERR\265STTO\264SUNUS\237BLK\236CFG\235MEM\234IO"
    234  1.1       mrg 
    235  1.1       mrg #define	SCZ_PCIDIAG_D_BADECC		(1UL << 10UL)	/* disable bad ecc */
    236  1.1       mrg #define	SCZ_PCIDIAG_D_BYPASS		(1UL <<  9UL)	/* disable mmu bypass */
    237  1.1       mrg #define	SCZ_PCIDIAG_D_TTO		(1UL <<  8UL)	/* disable trdy# timeout */
    238  1.1       mrg #define	SCZ_PCIDIAG_D_RTRYARB		(1UL <<  7UL)	/* disable retry arb */
    239  1.1       mrg #define	SCZ_PCIDIAG_D_RETRY		(1UL <<  6UL)	/* disable retry lim */
    240  1.1       mrg #define	SCZ_PCIDIAG_D_INTSYNC		(1UL <<  5UL)	/* disable write sync */
    241  1.1       mrg #define	SCZ_PCIDIAG_I_DMADPAR		(1UL <<  3UL)	/* invert dma parity */
    242  1.1       mrg #define	SCZ_PCIDIAG_I_PIODPAR		(1UL <<  2UL)	/* invert pio data parity */
    243  1.1       mrg #define	SCZ_PCIDIAG_I_PIOAPAR		(1UL <<  1UL)	/* invert pio addr parity */
    244  1.1       mrg 
    245  1.7       mrg /* Enable prefetch bits */
    246  1.7       mrg #define	TOM_IOCACHE_CSR_WRT_PEN		(1UL << 19UL)	/* for partial line writes */
    247  1.7       mrg #define	TOM_IOCACHE_CSR_NCP_RDM		(1UL << 18UL)	/* memory read multiple (NC) */
    248  1.7       mrg #define	TOM_IOCACHE_CSR_NCP_ONE		(1UL << 17UL)	/* memory read (NC) */
    249  1.7       mrg #define	TOM_IOCACHE_CSR_NCP_LINE	(1UL << 16UL)	/* memory read line (NC) */
    250  1.8       mrg #define	TOM_IOCACHE_CSR_POFFSET_SHIFT	(1UL << 3UL)	/* prefetch offset */
    251  1.7       mrg #define	TOM_IOCACHE_CSR_PEN_RDM		(1UL << 2UL)	/* memory read multiple */
    252  1.7       mrg #define	TOM_IOCACHE_CSR_PEN_ONE		(1UL << 1UL)	/* memory read */
    253  1.7       mrg #define	TOM_IOCACHE_CSR_PEN_LINE	(1UL << 0UL)	/* memory read line */
    254  1.7       mrg /* Prefetch lines selection 0x0 = 1, 0x3 = 4 */
    255  1.7       mrg #define	TOM_IOCACHE_CSR_PLEN_RDM_MASK	0x000000000000c000UL	/* read multiple */
    256  1.7       mrg #define	TOM_IOCACHE_CSR_PLEN_RDM_SHIFT	14
    257  1.7       mrg #define	TOM_IOCACHE_CSR_PLEN_ONE_MASK	0x0000000000003000UL	/* read one */
    258  1.7       mrg #define	TOM_IOCACHE_CSR_PLEN_ONE_SHIFT	12
    259  1.7       mrg #define	TOM_IOCACHE_CSR_PLEN_LINE_MASK	0x0000000000000c00UL	/* read line */
    260  1.7       mrg #define	TOM_IOCACHE_CSR_PLEN_LINE_SHIFT	10
    261  1.7       mrg /* Prefetch offset selection 0x00 = 1, 0x7e = 127, 0x7f = invalid */
    262  1.7       mrg #define	TOM_IOCACHE_CSR_POFFSET_MASK	0x00000000000003f8UL
    263  1.7       mrg 
    264  1.7       mrg #define	TOM_IOCACHE_CSR_BITS	"\177\020"				\
    265  1.7       mrg 		"b\19WRT_PEN\0b\18NCP_RDM\0b17NCP_ONE\0b\16NCP_LINE\0"	\
    266  1.7       mrg 		"f\14\2PLEN_RDM\0f\12\2PEN_ONE\0f\10\2PEN_LINE\0"	\
    267  1.7       mrg 		"f\3\7POFFSET\0"					\
    268  1.7       mrg 		"b\2PEN_RDM\0b\1PEN_ONE\0b\0PEN_LINE\0\0"
    269  1.7       mrg 
    270  1.1       mrg #define	TOM_IOMMU_ERR			(1UL << 24)
    271  1.1       mrg #define	TOM_IOMMU_ERR_MASK		(3UL << 25)
    272  1.1       mrg #define	TOM_IOMMU_PROT_ERR		(0UL << 25)
    273  1.1       mrg #define	TOM_IOMMU_INV_ERR		(1UL << 25)
    274  1.1       mrg #define	TOM_IOMMU_TO_ERR		(2UL << 25)
    275  1.1       mrg #define	TOM_IOMMU_ECC_ERR		(3UL << 25)
    276  1.1       mrg #define	TOM_IOMMU_ILLTSBTBW_ERR		(1UL << 27)
    277  1.1       mrg #define	TOM_IOMMU_BADVA_ERR		(1UL << 28)
    278  1.1       mrg 
    279  1.1       mrg #define	SCZ_PBM_A_REGS			(0x600000UL - 0x400000UL)
    280  1.1       mrg #define	SCZ_PBM_B_REGS			(0x700000UL - 0x400000UL)
    281  1.1       mrg 
    282  1.1       mrg #define	SCZ_UE_INO			0x30	/* uncorrectable error */
    283  1.1       mrg #define	SCZ_CE_INO			0x31	/* correctable ecc error */
    284  1.1       mrg #define	SCZ_PCIERR_A_INO		0x32	/* PCI A bus error */
    285  1.1       mrg #define	SCZ_PCIERR_B_INO		0x33	/* PCI B bus error */
    286  1.1       mrg #define	SCZ_SERR_INO			0x34	/* safari interface error */
    287  1.1       mrg 
    288  1.1       mrg struct schizo_range {
    289  1.1       mrg 	u_int32_t	cspace;
    290  1.1       mrg 	u_int32_t	child_hi;
    291  1.1       mrg 	u_int32_t	child_lo;
    292  1.1       mrg 	u_int32_t	phys_hi;
    293  1.1       mrg 	u_int32_t	phys_lo;
    294  1.1       mrg 	u_int32_t	size_hi;
    295  1.1       mrg 	u_int32_t	size_lo;
    296  1.1       mrg };
    297