xref: /rk3399_rockchip-uboot/board/armltd/integrator/pci_v3.h (revision 326ea986ac150acdc7656d57fca647db80b50158)
12458716aSLinus Walleij /*
22458716aSLinus Walleij  *  arch/arm/include/asm/hardware/pci_v3.h
32458716aSLinus Walleij  *
42458716aSLinus Walleij  *  Internal header file PCI V3 chip
52458716aSLinus Walleij  *
62458716aSLinus Walleij  *  Copyright (C) ARM Limited
72458716aSLinus Walleij  *  Copyright (C) 2000-2001 Deep Blue Solutions Ltd.
82458716aSLinus Walleij  *
9*1a459660SWolfgang Denk  * SPDX-License-Identifier:	GPL-2.0+
102458716aSLinus Walleij  */
112458716aSLinus Walleij #ifndef ASM_ARM_HARDWARE_PCI_V3_H
122458716aSLinus Walleij #define ASM_ARM_HARDWARE_PCI_V3_H
132458716aSLinus Walleij 
142458716aSLinus Walleij /* -------------------------------------------------------------------------------
152458716aSLinus Walleij  *  V3 Local Bus to PCI Bridge definitions
162458716aSLinus Walleij  * -------------------------------------------------------------------------------
172458716aSLinus Walleij  *  Registers (these are taken from page 129 of the EPC User's Manual Rev 1.04
182458716aSLinus Walleij  *  All V3 register names are prefaced by V3_ to avoid clashing with any other
192458716aSLinus Walleij  *  PCI definitions.  Their names match the user's manual.
202458716aSLinus Walleij  *
212458716aSLinus Walleij  *  I'm assuming that I20 is disabled.
222458716aSLinus Walleij  *
232458716aSLinus Walleij  */
242458716aSLinus Walleij #define V3_PCI_VENDOR                   0x00000000
252458716aSLinus Walleij #define V3_PCI_DEVICE                   0x00000002
262458716aSLinus Walleij #define V3_PCI_CMD                      0x00000004
272458716aSLinus Walleij #define V3_PCI_STAT                     0x00000006
282458716aSLinus Walleij #define V3_PCI_CC_REV                   0x00000008
292458716aSLinus Walleij #define V3_PCI_HDR_CFG                  0x0000000C
302458716aSLinus Walleij #define V3_PCI_IO_BASE                  0x00000010
312458716aSLinus Walleij #define V3_PCI_BASE0                    0x00000014
322458716aSLinus Walleij #define V3_PCI_BASE1                    0x00000018
332458716aSLinus Walleij #define V3_PCI_SUB_VENDOR               0x0000002C
342458716aSLinus Walleij #define V3_PCI_SUB_ID                   0x0000002E
352458716aSLinus Walleij #define V3_PCI_ROM                      0x00000030
362458716aSLinus Walleij #define V3_PCI_BPARAM                   0x0000003C
372458716aSLinus Walleij #define V3_PCI_MAP0                     0x00000040
382458716aSLinus Walleij #define V3_PCI_MAP1                     0x00000044
392458716aSLinus Walleij #define V3_PCI_INT_STAT                 0x00000048
402458716aSLinus Walleij #define V3_PCI_INT_CFG                  0x0000004C
412458716aSLinus Walleij #define V3_LB_BASE0                     0x00000054
422458716aSLinus Walleij #define V3_LB_BASE1                     0x00000058
432458716aSLinus Walleij #define V3_LB_MAP0                      0x0000005E
442458716aSLinus Walleij #define V3_LB_MAP1                      0x00000062
452458716aSLinus Walleij #define V3_LB_BASE2                     0x00000064
462458716aSLinus Walleij #define V3_LB_MAP2                      0x00000066
472458716aSLinus Walleij #define V3_LB_SIZE                      0x00000068
482458716aSLinus Walleij #define V3_LB_IO_BASE                   0x0000006E
492458716aSLinus Walleij #define V3_FIFO_CFG                     0x00000070
502458716aSLinus Walleij #define V3_FIFO_PRIORITY                0x00000072
512458716aSLinus Walleij #define V3_FIFO_STAT                    0x00000074
522458716aSLinus Walleij #define V3_LB_ISTAT                     0x00000076
532458716aSLinus Walleij #define V3_LB_IMASK                     0x00000077
542458716aSLinus Walleij #define V3_SYSTEM                       0x00000078
552458716aSLinus Walleij #define V3_LB_CFG                       0x0000007A
562458716aSLinus Walleij #define V3_PCI_CFG                      0x0000007C
572458716aSLinus Walleij #define V3_DMA_PCI_ADR0                 0x00000080
582458716aSLinus Walleij #define V3_DMA_PCI_ADR1                 0x00000090
592458716aSLinus Walleij #define V3_DMA_LOCAL_ADR0               0x00000084
602458716aSLinus Walleij #define V3_DMA_LOCAL_ADR1               0x00000094
612458716aSLinus Walleij #define V3_DMA_LENGTH0                  0x00000088
622458716aSLinus Walleij #define V3_DMA_LENGTH1                  0x00000098
632458716aSLinus Walleij #define V3_DMA_CSR0                     0x0000008B
642458716aSLinus Walleij #define V3_DMA_CSR1                     0x0000009B
652458716aSLinus Walleij #define V3_DMA_CTLB_ADR0                0x0000008C
662458716aSLinus Walleij #define V3_DMA_CTLB_ADR1                0x0000009C
672458716aSLinus Walleij #define V3_DMA_DELAY                    0x000000E0
682458716aSLinus Walleij #define V3_MAIL_DATA                    0x000000C0
692458716aSLinus Walleij #define V3_PCI_MAIL_IEWR                0x000000D0
702458716aSLinus Walleij #define V3_PCI_MAIL_IERD                0x000000D2
712458716aSLinus Walleij #define V3_LB_MAIL_IEWR                 0x000000D4
722458716aSLinus Walleij #define V3_LB_MAIL_IERD                 0x000000D6
732458716aSLinus Walleij #define V3_MAIL_WR_STAT                 0x000000D8
742458716aSLinus Walleij #define V3_MAIL_RD_STAT                 0x000000DA
752458716aSLinus Walleij #define V3_QBA_MAP                      0x000000DC
762458716aSLinus Walleij 
772458716aSLinus Walleij /*  PCI COMMAND REGISTER bits
782458716aSLinus Walleij  */
792458716aSLinus Walleij #define V3_COMMAND_M_FBB_EN             (1 << 9)
802458716aSLinus Walleij #define V3_COMMAND_M_SERR_EN            (1 << 8)
812458716aSLinus Walleij #define V3_COMMAND_M_PAR_EN             (1 << 6)
822458716aSLinus Walleij #define V3_COMMAND_M_MASTER_EN          (1 << 2)
832458716aSLinus Walleij #define V3_COMMAND_M_MEM_EN             (1 << 1)
842458716aSLinus Walleij #define V3_COMMAND_M_IO_EN              (1 << 0)
852458716aSLinus Walleij 
862458716aSLinus Walleij /*  SYSTEM REGISTER bits
872458716aSLinus Walleij  */
882458716aSLinus Walleij #define V3_SYSTEM_M_RST_OUT             (1 << 15)
892458716aSLinus Walleij #define V3_SYSTEM_M_LOCK                (1 << 14)
902458716aSLinus Walleij 
912458716aSLinus Walleij /*  PCI_CFG bits
922458716aSLinus Walleij  */
932458716aSLinus Walleij #define V3_PCI_CFG_M_I2O_EN		(1 << 15)
942458716aSLinus Walleij #define V3_PCI_CFG_M_IO_REG_DIS		(1 << 14)
952458716aSLinus Walleij #define V3_PCI_CFG_M_IO_DIS		(1 << 13)
962458716aSLinus Walleij #define V3_PCI_CFG_M_EN3V		(1 << 12)
972458716aSLinus Walleij #define V3_PCI_CFG_M_RETRY_EN           (1 << 10)
982458716aSLinus Walleij #define V3_PCI_CFG_M_AD_LOW1            (1 << 9)
992458716aSLinus Walleij #define V3_PCI_CFG_M_AD_LOW0            (1 << 8)
1002458716aSLinus Walleij 
1012458716aSLinus Walleij /*  PCI_BASE register bits (PCI -> Local Bus)
1022458716aSLinus Walleij  */
1032458716aSLinus Walleij #define V3_PCI_BASE_M_ADR_BASE          0xFFF00000
1042458716aSLinus Walleij #define V3_PCI_BASE_M_ADR_BASEL         0x000FFF00
1052458716aSLinus Walleij #define V3_PCI_BASE_M_PREFETCH          (1 << 3)
1062458716aSLinus Walleij #define V3_PCI_BASE_M_TYPE              (3 << 1)
1072458716aSLinus Walleij #define V3_PCI_BASE_M_IO                (1 << 0)
1082458716aSLinus Walleij 
1092458716aSLinus Walleij /*  PCI MAP register bits (PCI -> Local bus)
1102458716aSLinus Walleij  */
1112458716aSLinus Walleij #define V3_PCI_MAP_M_MAP_ADR            0xFFF00000
1122458716aSLinus Walleij #define V3_PCI_MAP_M_RD_POST_INH        (1 << 15)
1132458716aSLinus Walleij #define V3_PCI_MAP_M_ROM_SIZE           (3 << 10)
1142458716aSLinus Walleij #define V3_PCI_MAP_M_SWAP               (3 << 8)
1152458716aSLinus Walleij #define V3_PCI_MAP_M_ADR_SIZE           0x000000F0
1162458716aSLinus Walleij #define V3_PCI_MAP_M_REG_EN             (1 << 1)
1172458716aSLinus Walleij #define V3_PCI_MAP_M_ENABLE             (1 << 0)
1182458716aSLinus Walleij 
1192458716aSLinus Walleij #define V3_PCI_MAP_M_ADR_SIZE_1MB	(0 << 4)
1202458716aSLinus Walleij #define V3_PCI_MAP_M_ADR_SIZE_2MB	(1 << 4)
1212458716aSLinus Walleij #define V3_PCI_MAP_M_ADR_SIZE_4MB	(2 << 4)
1222458716aSLinus Walleij #define V3_PCI_MAP_M_ADR_SIZE_8MB	(3 << 4)
1232458716aSLinus Walleij #define V3_PCI_MAP_M_ADR_SIZE_16MB	(4 << 4)
1242458716aSLinus Walleij #define V3_PCI_MAP_M_ADR_SIZE_32MB	(5 << 4)
1252458716aSLinus Walleij #define V3_PCI_MAP_M_ADR_SIZE_64MB	(6 << 4)
1262458716aSLinus Walleij #define V3_PCI_MAP_M_ADR_SIZE_128MB	(7 << 4)
1272458716aSLinus Walleij #define V3_PCI_MAP_M_ADR_SIZE_256MB	(8 << 4)
1282458716aSLinus Walleij #define V3_PCI_MAP_M_ADR_SIZE_512MB	(9 << 4)
1292458716aSLinus Walleij #define V3_PCI_MAP_M_ADR_SIZE_1GB	(10 << 4)
1302458716aSLinus Walleij #define V3_PCI_MAP_M_ADR_SIZE_2GB	(11 << 4)
1312458716aSLinus Walleij 
1322458716aSLinus Walleij /*
1332458716aSLinus Walleij  *  LB_BASE0,1 register bits (Local bus -> PCI)
1342458716aSLinus Walleij  */
1352458716aSLinus Walleij #define V3_LB_BASE_ADR_BASE		0xfff00000
1362458716aSLinus Walleij #define V3_LB_BASE_SWAP			(3 << 8)
1372458716aSLinus Walleij #define V3_LB_BASE_ADR_SIZE		(15 << 4)
1382458716aSLinus Walleij #define V3_LB_BASE_PREFETCH		(1 << 3)
1392458716aSLinus Walleij #define V3_LB_BASE_ENABLE		(1 << 0)
1402458716aSLinus Walleij 
1412458716aSLinus Walleij #define V3_LB_BASE_ADR_SIZE_1MB		(0 << 4)
1422458716aSLinus Walleij #define V3_LB_BASE_ADR_SIZE_2MB		(1 << 4)
1432458716aSLinus Walleij #define V3_LB_BASE_ADR_SIZE_4MB		(2 << 4)
1442458716aSLinus Walleij #define V3_LB_BASE_ADR_SIZE_8MB		(3 << 4)
1452458716aSLinus Walleij #define V3_LB_BASE_ADR_SIZE_16MB	(4 << 4)
1462458716aSLinus Walleij #define V3_LB_BASE_ADR_SIZE_32MB	(5 << 4)
1472458716aSLinus Walleij #define V3_LB_BASE_ADR_SIZE_64MB	(6 << 4)
1482458716aSLinus Walleij #define V3_LB_BASE_ADR_SIZE_128MB	(7 << 4)
1492458716aSLinus Walleij #define V3_LB_BASE_ADR_SIZE_256MB	(8 << 4)
1502458716aSLinus Walleij #define V3_LB_BASE_ADR_SIZE_512MB	(9 << 4)
1512458716aSLinus Walleij #define V3_LB_BASE_ADR_SIZE_1GB		(10 << 4)
1522458716aSLinus Walleij #define V3_LB_BASE_ADR_SIZE_2GB		(11 << 4)
1532458716aSLinus Walleij 
1542458716aSLinus Walleij #define v3_addr_to_lb_base(a)	((a) & V3_LB_BASE_ADR_BASE)
1552458716aSLinus Walleij 
1562458716aSLinus Walleij /*
1572458716aSLinus Walleij  *  LB_MAP0,1 register bits (Local bus -> PCI)
1582458716aSLinus Walleij  */
1592458716aSLinus Walleij #define V3_LB_MAP_MAP_ADR		0xfff0
1602458716aSLinus Walleij #define V3_LB_MAP_TYPE			(7 << 1)
1612458716aSLinus Walleij #define V3_LB_MAP_AD_LOW_EN		(1 << 0)
1622458716aSLinus Walleij 
1632458716aSLinus Walleij #define V3_LB_MAP_TYPE_IACK		(0 << 1)
1642458716aSLinus Walleij #define V3_LB_MAP_TYPE_IO		(1 << 1)
1652458716aSLinus Walleij #define V3_LB_MAP_TYPE_MEM		(3 << 1)
1662458716aSLinus Walleij #define V3_LB_MAP_TYPE_CONFIG		(5 << 1)
1672458716aSLinus Walleij #define V3_LB_MAP_TYPE_MEM_MULTIPLE	(6 << 1)
1682458716aSLinus Walleij 
1692458716aSLinus Walleij /* PCI MAP register bits (PCI -> Local bus) */
1702458716aSLinus Walleij #define v3_addr_to_lb_map(a)	(((a) >> 16) & V3_LB_MAP_MAP_ADR)
1712458716aSLinus Walleij 
1722458716aSLinus Walleij /*
1732458716aSLinus Walleij  *  LB_BASE2 register bits (Local bus -> PCI IO)
1742458716aSLinus Walleij  */
1752458716aSLinus Walleij #define V3_LB_BASE2_ADR_BASE		0xff00
1762458716aSLinus Walleij #define V3_LB_BASE2_SWAP		(3 << 6)
1772458716aSLinus Walleij #define V3_LB_BASE2_ENABLE		(1 << 0)
1782458716aSLinus Walleij 
1792458716aSLinus Walleij #define v3_addr_to_lb_base2(a)	(((a) >> 16) & V3_LB_BASE2_ADR_BASE)
1802458716aSLinus Walleij 
1812458716aSLinus Walleij /*
1822458716aSLinus Walleij  *  LB_MAP2 register bits (Local bus -> PCI IO)
1832458716aSLinus Walleij  */
1842458716aSLinus Walleij #define V3_LB_MAP2_MAP_ADR		0xff00
1852458716aSLinus Walleij 
1862458716aSLinus Walleij #define v3_addr_to_lb_map2(a)	(((a) >> 16) & V3_LB_MAP2_MAP_ADR)
1872458716aSLinus Walleij 
1882458716aSLinus Walleij #endif
189