Lines Matching defs:window
140 int window;
142 /* Reset PCI-Express space to window register. */
143 window = mvsoc_target(memtag, &target, &attr, NULL, NULL);
144 write_mlmbreg(MVSOC_MLMB_WCR(window),
149 write_mlmbreg(MVSOC_MLMB_WBR(window),
152 if (window < nremap) {
153 write_mlmbreg(MVSOC_MLMB_WRLR(window),
155 write_mlmbreg(MVSOC_MLMB_WRHR(window), 0);
158 window = mvsoc_target(iotag, &target, &attr, NULL, NULL);
159 write_mlmbreg(MVSOC_MLMB_WCR(window),
164 write_mlmbreg(MVSOC_MLMB_WBR(window),
167 if (window < nremap) {
168 write_mlmbreg(MVSOC_MLMB_WRLR(window),
170 write_mlmbreg(MVSOC_MLMB_WRHR(window), 0);