Searched refs:amt (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dnv_setup.c324 uint32_t amt; local in function:nv10GetConfig
325 pci_device_cfg_read_u32(dev, &amt, 0x7C);
326 pNv->RamAmountKBytes = (((amt >> 6) & 31) + 1) * 1024;
328 uint32_t amt; local in function:nv10GetConfig
329 pci_device_cfg_read_u32(dev, &amt, 0x84);
330 pNv->RamAmountKBytes = (((amt >> 4) & 127) + 1) * 1024;
337 int amt = pciReadLong(pciTag(0, 0, 1), 0x7C); local in function:nv10GetConfig
338 pNv->RamAmountKBytes = (((amt >> 6) & 31) + 1) * 1024;
340 int amt = pciReadLong(pciTag(0, 0, 1), 0x84); local in function:nv10GetConfig
341 pNv->RamAmountKBytes = (((amt >>
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/
H A Dx86emu.h190 void X86EMU_dump_memory(u16 seg, u16 off, u32 amt);
H A Ddebug.c211 void X86EMU_dump_memory (u16 seg, u16 off, u32 amt) argument
219 while (end <= off + amt) {
H A Dops.c8206 u8 amt; local in function:x86emuOp_opcC0_byte_RM_MEM
8256 amt = fetch_byte_imm();
8257 DECODE_PRINTF2(",%x\n", amt);
8260 destval = (*opcD0_byte_operation[rh]) (destval, amt);
8266 amt = fetch_byte_imm();
8267 DECODE_PRINTF2(",%x\n", amt);
8270 destval = (*opcD0_byte_operation[rh]) (destval, amt);
8276 amt = fetch_byte_imm();
8277 DECODE_PRINTF2(",%x\n", amt);
8280 destval = (*opcD0_byte_operation[rh]) (destval, amt);
8330 u8 amt; local in function:x86emuOp_opcC1_word_RM_MEM
9201 u8 amt; local in function:x86emuOp_opcD2_byte_RM_CL
9295 u8 amt; local in function:x86emuOp_opcD3_word_RM_CL
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/
H A Dx86emu.h190 void X86EMU_dump_memory(u16 seg, u16 off, u32 amt);
H A Ddebug.c227 X86EMU_dump_memory(u16 seg, u16 off, u32 amt) argument
233 while (end <= off + amt) {
H A Dops.c8678 u8 amt; local in function:x86emuOp_opcC0_byte_RM_MEM
8728 amt = fetch_byte_imm();
8729 DECODE_PRINTF2(",%x\n", amt);
8732 destval = (*opcD0_byte_operation[rh]) (destval, amt);
8738 amt = fetch_byte_imm();
8739 DECODE_PRINTF2(",%x\n", amt);
8742 destval = (*opcD0_byte_operation[rh]) (destval, amt);
8748 amt = fetch_byte_imm();
8749 DECODE_PRINTF2(",%x\n", amt);
8752 destval = (*opcD0_byte_operation[rh]) (destval, amt);
8787 u8 amt; local in function:x86emuOp_opcC1_word_RM_MEM
9723 u8 amt; local in function:x86emuOp_opcD2_byte_RM_CL
9818 u8 amt; local in function:x86emuOp_opcD3_word_RM_CL
[all...]

Completed in 23 milliseconds