Lines Matching defs:window
116 runtime register window, window 1, is now always mapped in.
473 /* Register window 1 offsets, the window used in normal operation.
474 On the Vortex this window is always mapped at offsets 0x10-0x1f. */
657 int window; /* Register window */
660 static void window_set(struct vortex_private *vp, int window)
662 if (window != vp->window) {
663 iowrite16(SelectWindow + window, vp->ioaddr + EL3_CMD);
664 vp->window = window;
670 window_read ## size(struct vortex_private *vp, int window, int addr) \
675 window_set(vp, window); \
682 int window, int addr) \
686 window_set(vp, window); \
1169 vp->window = -1;
1632 /* Set the station address and mask in window 2 each time opened. */
1658 /* Switch to the stats window, and clear all stats by reading. */
2838 the window setting from underneath us, but we must still guard
2848 /* Switch to the stats window, and read everything. */