Home
last modified time | relevance | path

Searched refs:getandputrop (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/hp300/dev/
H A Ddiofb_mono.c164 getandputrop(psrc, srcBit, dstBit, cx, pdst, rop); in diofb_mono_windowmove()
191 getandputrop(psrc, (sx & 0x1f), in diofb_mono_windowmove()
223 getandputrop(psrc, xoffSrc, 0, nend, in diofb_mono_windowmove()
245 getandputrop(psrc, xoffSrc, 0, nend, in diofb_mono_windowmove()
264 getandputrop(psrc, (sx & 0x1f), in diofb_mono_windowmove()
H A Dmaskbits.h76 #define getandputrop(psrc, srcbit, dstbit, width, pdst, rop) \ macro
/netbsd-src/sys/arch/hp300/stand/common/
H A Dmaskbits.h74 #define getandputrop(psrc, srcbit, dstbit, width, pdst, rop) \ macro
84 getandputrop(psrc, srcbit, 0, width, pdst, rop)
H A Dite_subr.c342 getandputrop(psrc, srcBit, dstBit, w, pdst, func); in ite_dio_windowmove1bpp()
368 getandputrop(psrc, (sx & 0x1f), (dx & 0x1f), in ite_dio_windowmove1bpp()
/netbsd-src/sys/arch/vax/vsa/
H A Dsmg.c813 getandputrop(psrc, srcBit, dstBit, cx, pdst, rop); in smg_blockmove()
846 getandputrop(psrc, (sx & ALIGNMASK), in smg_blockmove()
893 getandputrop(psrc, xoffSrc, 0, nend, in smg_blockmove()
915 getandputrop(psrc, xoffSrc, 0, nend, in smg_blockmove()
941 getandputrop(psrc, (sx & ALIGNMASK), in smg_blockmove()
H A Dmaskbits.h53 #define getandputrop(psrc, srcbit, dstbit, width, pdst, rop) \ macro