Searched refs:write_byte (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/tools/firmware/vgabios/ |
A D | vgabios.c | 61 static void write_byte(); 3153 write_byte(ES,DI+0x26,0); 3154 write_byte(ES,DI+0x27,16); 3155 write_byte(ES,DI+0x28,0); 3156 write_byte(ES,DI+0x29,8); 3157 write_byte(ES,DI+0x2a,2); 3158 write_byte(ES,DI+0x2b,0); 3159 write_byte(ES,DI+0x2c,0); 3160 write_byte(ES,DI+0x31,3); 3161 write_byte(ES,DI+0x32,0); [all …]
|
A D | vbe.c | 1046 write_byte(BIOSMEM_SEG,BIOSMEM_VIDEO_CTL,(0x60 | no_clear));
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/ |
A D | rombios.c | 886 static void write_byte(); 1341 write_byte(seg, offset, data) 2321 write_byte(0x40, 0xb0, 0); 2879 write_byte(0x40,0x75, hdcount); 3550 write_byte(seg,asc,buffer[12]); 3551 write_byte(seg,ascq,buffer[13]); 5137 write_byte(ss, data, response); 6208 write_byte(DS,SI+0x00,0x13); 7114 write_byte(0x0040, 0x003e, val8); 7333 write_byte(0x0040, 0x003e, val8); [all …]
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/32bit/ |
A D | rombios_compat.h | 89 static inline void write_byte(Bit16u seg, Bit16u off, Bit8u val) in write_byte() function
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | unlzma.c | 311 static inline int INIT write_byte(struct writer *wr, uint8_t byte) in write_byte() function 327 return write_byte(wr, peek_old_byte(wr, offs)); in copy_byte() 383 return write_byte(wr, mi); in process_bit0()
|
Completed in 24 milliseconds