Lines Matching defs:window
323 int window; /* index of address decoding window registers */
324 uint32_t base; /* base address of the window */
325 uint32_t size; /* size of the window */
326 uint8_t target; /* target unit of the window */
327 uint8_t attr; /* target attribute of the window */
1146 if (def->window >= nwindow)
1151 /* restore window base */
1153 write_mlmbreg(MVSOC_MLMB_WBR(def->window), reg);
1155 /* restore window configuration */
1163 write_mlmbreg(MVSOC_MLMB_WCR(def->window), reg);