Searched refs:planemask (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/sys/arch/hp300/stand/common/
H A Dite_tc.c84 ip->planemask = *FBBASE;
89 regbase->fben = ip->planemask;
90 regbase->wen = ip->planemask;
91 regbase->ren = ip->planemask;
100 tc_waitbusy(regbase, ip->planemask);
120 tc_waitbusy(rp, ip->planemask);
128 rp->wmove = ip->planemask;
H A Ditevar.h70 short planemask; member in struct:ite_data
/netbsd-current/sys/arch/hp300/dev/
H A Dtopcat.c341 fb->planemask = *fbp;
344 for (fb->planes = 1; fb->planemask >= (1 << fb->planes);
348 fb->planemask = (1 << fb->planes) - 1;
392 for (i = 0; i <= fb->planemask; i++)
421 tc->fben = fb->planemask;
422 tc->wen = fb->planemask;
423 tc->ren = fb->planemask;
427 tc->nblank = fb->planemask;
446 for (i = 0; i <= fb->planemask; i++)
461 if (fb->planemask
554 topcat_windowmove(struct diofb *fb, uint16_t sx, uint16_t sy, uint16_t dx, uint16_t dy, uint16_t cx, uint16_t cy, int16_t rop, int16_t planemask) argument
[all...]
H A Ddiofbvar.h89 u_int planemask; /* and related mask */ member in struct:diofb
H A Dgbox.c294 fb->planemask = *fbp;
297 for (fb->planes = 1; fb->planemask >= (1 << fb->planes);
301 fb->planemask = (1 << fb->planes) - 1;
305 for (i = 0; i <= fb->planemask; i++)
355 for (i = 0; i <= fb->planemask; i++)
425 int16_t planemask)
430 if (planemask != 0xff)
423 gbox_windowmove(struct diofb *fb, uint16_t sx, uint16_t sy, uint16_t dx, uint16_t dy, uint16_t cx, uint16_t cy, int16_t rop, int16_t planemask) argument
H A Drbox.c263 fb->planes = fb->planemask = 1;
374 int16_t planemask)
378 if (planemask != 0xff)
372 rbox_windowmove(struct diofb *fb, uint16_t sx, uint16_t sy, uint16_t dx, uint16_t dy, uint16_t cx, uint16_t cy, int16_t rop, int16_t planemask) argument
H A Ddvbox.c263 fb->planes = fb->planemask = 1;
413 int16_t planemask)
417 if (planemask != 0xff)
411 dvbox_windowmove(struct diofb *fb, uint16_t sx, uint16_t sy, uint16_t dx, uint16_t dy, uint16_t cx, uint16_t cy, int16_t rop, int16_t planemask) argument
H A Ddiofb_mono.c120 int16_t planemask /* ignored */)
H A Ddiofb.c152 fb->planemask = (1 << fb->planes) - 1;
/netbsd-current/external/mit/xorg/bin/xgc/
H A DMakefile6 SRCS= dashlist.c planemask.c getfile.c tests.c text.c \
/netbsd-current/sys/arch/amiga/dev/
H A Ditevar.h73 short planemask; member in struct:ite_softc
/netbsd-current/sys/external/bsd/drm/dist/shared-core/
H A Dmga_drm.h397 unsigned int planemask; member in struct:_drm_mga_blit
H A Dmga_state.c818 MGA_PLNWT, blit->planemask,
/netbsd-current/sys/external/bsd/drm2/dist/include/uapi/drm/
H A Dmga_drm.h397 unsigned int planemask; member in struct:_drm_mga_blit
/netbsd-current/sys/arch/x68k/dev/
H A Ditevar.h81 short planemask; member in struct:ite_softc
/netbsd-current/sys/dev/pci/
H A Dwcfb.c748 int dx, int dy, int w, int h, uint32_t rop, int32_t planemask)
773 bus_space_write_4(sc->sc_regt, sc->sc_regh, reg, planemask);
795 int w, int h, uint32_t rop, int32_t planemask)
822 wcfb_rop_common(sc, reg, sx, sy, dx, dy, w, h, rop, planemask);
747 wcfb_rop_common(struct wcfb_softc *sc, bus_addr_t reg, int sx, int sy, int dx, int dy, int w, int h, uint32_t rop, int32_t planemask) argument
794 wcfb_rop_jfb(struct wcfb_softc *sc, int sx, int sy, int dx, int dy, int w, int h, uint32_t rop, int32_t planemask) argument
/netbsd-current/sys/arch/luna68k/dev/
H A Domrasops.c184 /* Set planemask for the common plane and the common ROP */
186 om_set_planemask(int planemask) argument
189 *(volatile uint32_t *)OMFB_PLANEMASK = planemask;
217 /* Reset planemask and ROP */
266 om_fill(int planemask, int rop, uint8_t *dstptr, int dstbitoffs, int dstspan, argument
278 om_set_planemask(planemask);
438 * This function modifies(breaks) the planemask and ROPs.
647 * This function modifies(breaks) the planemask and ROPs.
825 * This function modifies(breaks) the planemask and ROPs.
/netbsd-current/sys/external/bsd/drm2/dist/drm/mga/
H A Dmga_state.c789 MGA_PLNWT, blit->planemask,
/netbsd-current/sys/arch/luna68k/luna68k/
H A Dlocore.s124 movl #PROM_ADDR,%a0 | planemask; 0x0f or 0xff

Completed in 301 milliseconds