Home
last modified time | relevance | path

Searched refs:srcBit (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/hp300/dev/
H A Ddiofb_mono.c153 int srcBit, dstBit; /* bit offset of src and dst */ in diofb_mono_windowmove() local
160 srcBit = sx & 0x1f; in diofb_mono_windowmove()
164 getandputrop(psrc, srcBit, dstBit, cx, pdst, rop); in diofb_mono_windowmove()
/netbsd-src/sys/arch/hp300/stand/common/
H A Dite_subr.c331 int srcBit, dstBit; /* bit offset of src and dst */ in ite_dio_windowmove1bpp() local
338 srcBit = sx & 0x1f; in ite_dio_windowmove1bpp()
342 getandputrop(psrc, srcBit, dstBit, w, pdst, func); in ite_dio_windowmove1bpp()
/netbsd-src/sys/arch/vax/vsa/
H A Dsmg.c802 int srcBit, dstBit; /* bit offset of src and dst */ in smg_blockmove() local
809 srcBit = sx & ALIGNMASK; in smg_blockmove()
813 getandputrop(psrc, srcBit, dstBit, cx, pdst, rop); in smg_blockmove()