HomeSort by: relevance | last modified time | path
    Searched defs:windows (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_corec57d.c 33 const u32 windows = 8; /*XXX*/ local in function:corec57d_init
35 if ((push = evo_wait(&core->chan, 2 + 5 * windows))) {
38 for (i = 0; i < windows; i++) {
nouveau_dispnv50_corec37d.c 35 const u32 windows = 8; /*XXX*/ local in function:corec37d_wndw_owner
37 if ((push = evo_wait(&core->chan, 2 * windows))) {
38 for (i = 0; i < windows; i++) {
96 const u32 windows = 8; /*XXX*/ local in function:corec37d_init
98 if ((push = evo_wait(&core->chan, 2 + 5 * windows))) {
101 for (i = 0; i < windows; i++) {
  /src/sys/dev/sbus/
stp4020.c 62 * We use the three available windows per socket in a simple, fixed
118 } windows[STP4020_NWIN]; member in struct:stp4020_socket
413 * banks 1-3: socket 0, windows 0-2
415 * banks 5-7: socket 1, windows 0-2
439 sc->sc_socks[0].windows[i-1].winaddr = bh;
442 sc->sc_socks[1].windows[i-5].winaddr = bh;
497 /* Map all three windows */
796 * fields of this windows control register 0.
843 bus_space_subregion(h->pcmciat, h->windows[win].winaddr, card_addr, size, &pcmhp->memh);
869 pcihp->ioh = h->windows[STP_WIN_IO].winaddr
    [all...]

Completed in 28 milliseconds