Lines Matching full:window
37 #define PCIIW0BTAR (CONFIG_MBAR + 0xb70) /* Initiator window 0 */
38 #define PCIIW1BTAR (CONFIG_MBAR + 0xb74) /* Initiator window 1 */
39 #define PCIIW2BTAR (CONFIG_MBAR + 0xb78) /* Initiator window 2 */
40 #define PCIIWCR (CONFIG_MBAR + 0xb80) /* Initiator window config */
104 #define PCIIWCR_W0_MEM 0x00000000 /* Window 0 is memory */
105 #define PCIIWCR_W0_IO 0x08000000 /* Window 0 is IO */
106 #define PCIIWCR_W0_MRD 0x00000000 /* Window 0 memory read */
107 #define PCIIWCR_W0_MRDL 0x02000000 /* Window 0 memory read line */
108 #define PCIIWCR_W0_MRDM 0x04000000 /* Window 0 memory read mult */
109 #define PCIIWCR_W0_E 0x01000000 /* Window 0 enable */
111 #define PCIIWCR_W1_MEM 0x00000000 /* Window 0 is memory */
112 #define PCIIWCR_W1_IO 0x00080000 /* Window 0 is IO */
113 #define PCIIWCR_W1_MRD 0x00000000 /* Window 0 memory read */
114 #define PCIIWCR_W1_MRDL 0x00020000 /* Window 0 memory read line */
115 #define PCIIWCR_W1_MRDM 0x00040000 /* Window 0 memory read mult */
116 #define PCIIWCR_W1_E 0x00010000 /* Window 0 enable */
121 #define PCITBATR0_E 0x00000001 /* Enable window 0 */
122 #define PCITBATR1_E 0x00000001 /* Enable window 1 */