Searched refs:getandputrop (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/arch/hp300/dev/ |
H A D | diofb_mono.c | 164 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 D | maskbits.h | 76 #define getandputrop(psrc, srcbit, dstbit, width, pdst, rop) \ macro
|
/netbsd-src/sys/arch/hp300/stand/common/ |
H A D | maskbits.h | 74 #define getandputrop(psrc, srcbit, dstbit, width, pdst, rop) \ macro 84 getandputrop(psrc, srcbit, 0, width, pdst, rop)
|
H A D | ite_subr.c | 342 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 D | smg.c | 813 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 D | maskbits.h | 53 #define getandputrop(psrc, srcbit, dstbit, width, pdst, rop) \ macro
|