Searched refs:read_word (Results 1 - 5 of 5) sorted by relevance

/external/qemu-pc-bios/vgabios/
H A Dvgabios.c61 static Bit16u read_word();
1064 cheight = read_word(BIOSMEM_SEG,BIOSMEM_CHAR_HEIGHT);
1079 crtc_addr=read_word(BIOSMEM_SEG,BIOSMEM_CRTC_ADDRESS);
1104 nbcols=read_word(BIOSMEM_SEG,BIOSMEM_NB_COLS);
1113 crtc_addr=read_word(BIOSMEM_SEG,BIOSMEM_CRTC_ADDRESS);
1133 write_word(ss,shape,read_word(BIOSMEM_SEG,BIOSMEM_CURSOR_TYPE));
1134 write_word(ss,pos,read_word(BIOSMEM_SEG,BIOSMEM_CURSOR_POS+page*2));
1158 nbcols=read_word(BIOSMEM_SEG,BIOSMEM_NB_COLS);
1174 crtc_addr=read_word(BIOSMEM_SEG,BIOSMEM_CRTC_ADDRESS);
1279 nbcols=read_word(BIOSMEM_SE
[all...]
H A Dvbe.c781 status = read_word(ss, AX);
982 //result=read_word(ss,AX);
1110 enable = read_word(ES, BX);
1118 outw(VBE_DISPI_IOPORT_DATA, read_word(ES, BX));
1121 outw(VBE_DISPI_IOPORT_DATA, read_word(ES, BX));
1124 outw(VBE_DISPI_IOPORT_DATA, read_word(ES, BX));
1131 outw(VBE_DISPI_IOPORT_DATA, read_word(ES, BX));
1169 val = read_word(ss, BX);
1178 val = read_word(ss, BX);
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c862 static Bit16u read_word();
1295 read_word(seg, offset)
1657 arg = read_word(arg_seg, arg_ptr);
1677 hibyte = read_word(arg_seg, arg_ptr);
1713 arg = read_word(arg_seg, arg_ptr);
2010 count = read_word(IPL_SEG, IPL_COUNT_OFFSET);
2045 count = read_word(IPL_SEG, IPL_COUNT_OFFSET);
2381 Bit16u ebda_seg=read_word(0x0040,0x000E);
2480 Bit16u ebda_seg=read_word(0x0040,0x000E);
2523 iobase1 =read_word(ebda_se
[all...]
/external/kernel-headers/original/linux/mtd/
H A Dnand.h291 * @read_word: [REPLACEABLE] read one word from the chip
347 u16 (*read_word)(struct mtd_info *mtd); member in struct:nand_chip
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/UglifyJS/
H A Dparse-js.js503 function read_word() {
536 if (is_identifier_char(ch)) return read_word();

Completed in 170 milliseconds