Home
last modified time | relevance | path

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

/xen/tools/libfsimage/iso9660/
A Diso9660.h192 struct CL { struct
/xen/tools/firmware/vgabios/
A Dvgabios.c1051 static void biosfn_set_cursor_shape (CH,CL) in biosfn_set_cursor_shape() argument
1052 Bit8u CH;Bit8u CL; in biosfn_set_cursor_shape()
1057 CL&=0x1f;
1059 curs=(CH<<8)+CL;
1064 if((modeset_ctl&0x01) && (cheight>8) && (CL<8) && (CH<0x20))
1066 if(CL!=(CH+1))
1072 CH = ((CL+1) * cheight / 8) - 2;
1074 CL = ((CL+1) * cheight / 8) - 1;
1082 outb(crtc_addr+1,CL);
/xen/tools/firmware/rombios/
A Drombios.c9084 mov cl, al ;; CL = heads
9230 mov cl, al ;; CL = heads
10393 ; parallel port detection: base address in DX, index in BX, timeout in CL
10415 ; serial port detection: base address in DX, index in BX, timeout in CL

Completed in 19 milliseconds