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

  /src/sys/arch/amiga/dev/
ite_rt.c 192 long fromloc = (top+lines) * (md->TX / 16); local in function:screen_up
193 WSeq (ba, SEQ_ID_SEC_HOST_OFF_LO, ((unsigned char)fromloc)) ;
194 WSeq (ba, SEQ_ID_SEC_HOST_OFF_HI, ((unsigned char)(fromloc >> 8))) ;
310 long fromloc = top * (md->TX / 16); local in function:screen_down
311 WSeq (ba, SEQ_ID_SEC_HOST_OFF_LO, ((unsigned char)fromloc));
312 WSeq (ba, SEQ_ID_SEC_HOST_OFF_HI, ((unsigned char)(fromloc >> 8))) ;
ite_rt.c 192 long fromloc = (top+lines) * (md->TX / 16); local in function:screen_up
193 WSeq (ba, SEQ_ID_SEC_HOST_OFF_LO, ((unsigned char)fromloc)) ;
194 WSeq (ba, SEQ_ID_SEC_HOST_OFF_HI, ((unsigned char)(fromloc >> 8))) ;
310 long fromloc = top * (md->TX / 16); local in function:screen_down
311 WSeq (ba, SEQ_ID_SEC_HOST_OFF_LO, ((unsigned char)fromloc));
312 WSeq (ba, SEQ_ID_SEC_HOST_OFF_HI, ((unsigned char)(fromloc >> 8))) ;

Completed in 22 milliseconds