Lines Matching refs:Width

49   S3_BOOT_SCRIPT_LIB_WIDTH Width;

54 Width = VA_ARG (Marker, S3_BOOT_SCRIPT_LIB_WIDTH);
59 return S3BootScriptSaveIoWrite (Width, Address, Count, Buffer);
77 S3_BOOT_SCRIPT_LIB_WIDTH Width;
82 Width = VA_ARG (Marker, S3_BOOT_SCRIPT_LIB_WIDTH);
87 return S3BootScriptSaveIoReadWrite (Width, Address, Data, DataMask);
105 S3_BOOT_SCRIPT_LIB_WIDTH Width;
110 Width = VA_ARG (Marker, S3_BOOT_SCRIPT_LIB_WIDTH);
115 return S3BootScriptSaveMemWrite (Width, Address, Count, Buffer);
133 S3_BOOT_SCRIPT_LIB_WIDTH Width;
138 Width = VA_ARG (Marker, S3_BOOT_SCRIPT_LIB_WIDTH);
143 return S3BootScriptSaveMemReadWrite (Width, Address, Data, DataMask);
161 S3_BOOT_SCRIPT_LIB_WIDTH Width;
166 Width = VA_ARG (Marker, S3_BOOT_SCRIPT_LIB_WIDTH);
171 return S3BootScriptSavePciCfgWrite (Width, Address, Count, Buffer);
189 S3_BOOT_SCRIPT_LIB_WIDTH Width;
194 Width = VA_ARG (Marker, S3_BOOT_SCRIPT_LIB_WIDTH);
199 return S3BootScriptSavePciCfgReadWrite (Width, Address, Data, DataMask);
217 S3_BOOT_SCRIPT_LIB_WIDTH Width;
223 Width = VA_ARG (Marker, S3_BOOT_SCRIPT_LIB_WIDTH);
229 return S3BootScriptSavePciCfg2Write (Width, Segment, Address, Count, Buffer);
247 S3_BOOT_SCRIPT_LIB_WIDTH Width;
253 Width = VA_ARG (Marker, S3_BOOT_SCRIPT_LIB_WIDTH);
259 return S3BootScriptSavePciCfg2ReadWrite (Width, Segment, Address, Data, DataMask);
355 S3_BOOT_SCRIPT_LIB_WIDTH Width;
362 Width = VA_ARG (Marker, S3_BOOT_SCRIPT_LIB_WIDTH);
369 return S3BootScriptSaveMemPoll (Width, Address, BitMask, BitValue, Duration, LoopTimes);