HomeSort by relevance Sort by last modified time
    Searched defs:write_word (Results 1 - 2 of 2) sorted by null

  /external/qemu-pc-bios/vgabios/
vgabios.c 63 static void write_word();
982 write_word(BIOSMEM_SEG,BIOSMEM_NB_COLS,twidth);
983 write_word(BIOSMEM_SEG,BIOSMEM_PAGE_SIZE,*(Bit16u *)&video_param_table[vpti].slength_l);
984 write_word(BIOSMEM_SEG,BIOSMEM_CRTC_ADDRESS,crtc_addr);
986 write_word(BIOSMEM_SEG,BIOSMEM_CHAR_HEIGHT,cheight);
993 write_word(BIOSMEM_SEG,BIOSMEM_VS_POINTER, video_save_pointer_table);
994 write_word(BIOSMEM_SEG,BIOSMEM_VS_POINTER+2, 0xc000);
1061 write_word(BIOSMEM_SEG,BIOSMEM_CURSOR_TYPE,curs);
1097 write_word(BIOSMEM_SEG, BIOSMEM_CURSOR_POS+2*page, cursor);
1128 write_word(ss, shape, 0)
3657 write_word(seg, offset, data) function
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 864 static void write_word();
1344 write_word(seg, offset, data) function
    [all...]

Completed in 41 milliseconds