Home
last modified time | relevance | path

Searched refs:dw (Results 1 – 25 of 31) sorted by relevance

12

/device/linaro/bootloader/edk2/DuetPkg/BootSector/
Dstart32.asm35 SectorSize dw 0 ; Sector Size - 2 bytes
37 ReservedSectors dw 0 ; Reserved Sectors - 2 bytes
39 RootEntries dw 0 ; Root Entries - 2 bytes
40 Sectors dw 0 ; Number of Sectors - 2 bytes
42 SectorsPerFat16 dw 0 ; Sectors Per FAT for FAT12/FAT16 - 2 byte
43 SectorsPerTrack dw 0 ; Sectors Per Track - 2 bytes
44 Heads dw 0 ; Heads - 2 bytes
56 ExtFlags dw 0 ; Mirror Flag - 2 bytes
57 FSVersion dw 0 ; File System Version - 2 bytes
59 FSInfo dw 0 ; Sector Number of FSINFO - 2 bytes
[all …]
Dst32_64.asm35 SectorSize dw 0 ; Sector Size - 2 bytes
37 ReservedSectors dw 0 ; Reserved Sectors - 2 bytes
39 RootEntries dw 0 ; Root Entries - 2 bytes
40 Sectors dw 0 ; Number of Sectors - 2 bytes
42 SectorsPerFat16 dw 0 ; Sectors Per FAT for FAT12/FAT16 - 2 byte
43 SectorsPerTrack dw 0 ; Sectors Per Track - 2 bytes
44 Heads dw 0 ; Heads - 2 bytes
56 ExtFlags dw 0 ; Mirror Flag - 2 bytes
57 FSVersion dw 0 ; File System Version - 2 bytes
59 FSInfo dw 0 ; Sector Number of FSINFO - 2 bytes
[all …]
Dstart16.asm36 SectorSize dw 0 ; Sector Size - 16 bits
38 ReservedSectors dw 0 ; Reserved Sectors - 16 bits
40 RootEntries dw 0 ; Root Entries - 16 bits
41 Sectors dw 0 ; Number of Sectors - 16 bits
43 SectorsPerFat dw 0 ; Sectors Per FAT - 16 bits
44 SectorsPerTrack dw 0 ; Sectors Per Track - 16 bits - ignored
45 Heads dw 0 ; Heads - 16 bits - ignored
117 dw 0200h
119 dw 2000h
299 dw 0aa55h
[all …]
Dst16_64.asm36 SectorSize dw 0 ; Sector Size - 16 bits
38 ReservedSectors dw 0 ; Reserved Sectors - 16 bits
40 RootEntries dw 0 ; Root Entries - 16 bits
41 Sectors dw 0 ; Number of Sectors - 16 bits
43 SectorsPerFat dw 0 ; Sectors Per FAT - 16 bits
44 SectorsPerTrack dw 0 ; Sectors Per Track - 16 bits - ignored
45 Heads dw 0 ; Heads - 16 bits - ignored
117 dw 0A20Fh
129 dw 0200h
131 dw 2000h
[all …]
Dstart64.asm36 SectorSize dw 0 ; Sector Size - 16 bits
38 ReservedSectors dw 0 ; Reserved Sectors - 16 bits
40 RootEntries dw 0 ; Root Entries - 16 bits
41 Sectors dw 0 ; Number of Sectors - 16 bits
43 SectorsPerFat dw 0 ; Sectors Per FAT - 16 bits
44 SectorsPerTrack dw 0 ; Sectors Per Track - 16 bits - ignored
45 Heads dw 0 ; Heads - 16 bits - ignored
117 dw 0A20Fh
129 dw 0200h
131 dw 2000h
[all …]
Dstart.asm36 SectorSize dw 0 ; Sector Size - 16 bits
38 ReservedSectors dw 0 ; Reserved Sectors - 16 bits
40 RootEntries dw 0 ; Root Entries - 16 bits
41 Sectors dw 0 ; Number of Sectors - 16 bits
43 SectorsPerFat dw 0 ; Sectors Per FAT - 16 bits
44 SectorsPerTrack dw 0 ; Sectors Per Track - 16 bits - ignored
45 Heads dw 0 ; Heads - 16 bits - ignored
117 dw 0200h
119 dw 2000h
306 dw 0aa55h
[all …]
Dbs32.asm40 SectorSize dw 0 ; Sector Size - 16 bits
42 ReservedSectors dw 0 ; Reserved Sectors - 16 bits
44 RootEntries dw 0 ; Root Entries - 16 bits
45 Sectors dw 0 ; Number of Sectors - 16 bits
47 SectorsPerFat dw 0 ; Sectors Per FAT - 16 bits
48 SectorsPerTrack dw 0 ; Sectors Per Track - 16 bits - ignored
49 Heads dw 0 ; Heads - 16 bits - ignored
61 ExtFlags dw 0 ; Mirror Flag - 2 bytes
62 FSVersion dw 0 ; File System Version - 2 bytes
64 FSInfo dw 0 ; Sector Number of FSINFO - 2 bytes
[all …]
Dbs16.asm40 SectorSize dw 0 ; Sector Size - 16 bits
42 ReservedSectors dw 0 ; Reserved Sectors - 16 bits
44 RootEntries dw 0 ; Root Entries - 16 bits
45 Sectors dw 0 ; Number of Sectors - 16 bits
47 SectorsPerFat dw 0 ; Sectors Per FAT - 16 bits
48 SectorsPerTrack dw 0 ; Sectors Per Track - 16 bits - ignored
49 Heads dw 0 ; Heads - 16 bits - ignored
177 dw 0000h
179 dw 2000h
285 dw 0aa55h ; Boot Sector Signature
DGpt.asm210 dw 0000h ; Destination Address offset (To be fixed each times)
211 dw 0000h ; Destination Address segment (To be fixed each times)
261 dw 0
291 dw 0aa55h ; Boot Sector Signature
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardGpios/
DBoardGpios.c268 pad_val.dw = GPIORead32(mmio_padval); in InternalGpioConfig()
275 pad_val.dw &= ~0x6; // Clear bits 1:2 in InternalGpioConfig()
276 pad_val.dw |= (Gpio_Conf_Data[index].usage & 0x6); // Set bits 1:2 according to PadVal in InternalGpioConfig()
288 DEBUG ((EFI_D_INFO, "Set PAD_VAL = 0x%08x, ", pad_val.dw)); in InternalGpioConfig()
290 MmioWrite32(mmio_padval, pad_val.dw); in InternalGpioConfig()
296 conf0_val.dw = GPIORead32(mmio_conf0); in InternalGpioConfig()
359 conf0_val.dw &= ~0x0f000000; // Clear bits 27:24 in InternalGpioConfig()
372 conf0_val.dw |= (Gpio_Conf_Data[index].int_type & 0x0f)<<24; in InternalGpioConfig()
375 DEBUG ((EFI_D_INFO, "Set CONF0 = 0x%08x\n", conf0_val.dw)); in InternalGpioConfig()
380 MmioWrite32 (mmio_conf0, conf0_val.dw); in InternalGpioConfig()
/device/generic/goldfish/camera/
DEmulatedFakeRotatingCameraDevice.cpp148 static void get_color(uint32_t* img, int i, int j, int w, int h, int dw, uint32_t * color) { in get_color() argument
149 int mini = dw/2 - w/2; in get_color()
150 int minj = dw/2 - h/2; in get_color()
155 *color = img[i-mini + dw*(j-minj)]; in get_color()
159 static void convert_to_square(uint32_t* src, uint32_t* dest, int sw, int sh, int dw) { in convert_to_square() argument
160 for (int i=0; i < dw; ++i) { in convert_to_square()
161 for (int j=0; j < dw; ++j) { in convert_to_square()
163 get_color(src, i, j, sw, sh, dw, &color); in convert_to_square()
164 dest[i+j*dw] = color; in convert_to_square()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/X64/
DMpFuncs.asm45 dw BufferStartLocation ; mov si, BufferStartLocation
49 dw Cr3OffsetLocation ; mov si, Cr3Location
53 dw GdtrLocation ; mov si, GdtrProfile
58 dw IdtrLocation ; mov si, IdtrProfile
73 dw 20h ; 16-bit selector
106 dw 38h ; 16-bit selector
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
DMpFuncs.asm63 dw BufferStartLocation ; mov si, BufferStartLocation
67 dw Cr3OffsetLocation ; mov si, Cr3Location
71 dw GdtrLocation ; mov si, GdtrProfile
76 dw IdtrLocation ; mov si, IdtrProfile
91 dw 20h ; 16-bit selector
124 dw 38h ; 16-bit selector
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
DMpFuncs.asm63 dw BufferStart ; mov si, BufferStart
67 dw GdtrProfile ; mov si, GdtrProfile
72 dw IdtrProfile ; mov si, IdtrProfile
87 dw 20h ; 16-bit selector
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
DPlatform.c326 pad_val.dw = MmioRead32(mmio_padval); in TristateLpcGpioConfig()
333 pad_val.dw &= ~0x6; // Clear bits 1:2 in TristateLpcGpioConfig()
334 pad_val.dw |= (Gpio_Conf_Data[index].usage & 0x6); // Set bits 1:2 according to PadVal in TristateLpcGpioConfig()
346 DEBUG ((EFI_D_INFO, "Set PAD_VAL = 0x%08x, ", pad_val.dw)); in TristateLpcGpioConfig()
348 MmioWrite32(mmio_padval, pad_val.dw); in TristateLpcGpioConfig()
354 conf0_val.dw = MmioRead32(mmio_conf0); in TristateLpcGpioConfig()
396 conf0_val.dw &= ~0x0f000000; // Clear bits 27:24 in TristateLpcGpioConfig()
409 conf0_val.dw |= (Gpio_Conf_Data[index].int_type & 0x0f)<<24; in TristateLpcGpioConfig()
412 DEBUG ((EFI_D_INFO, "Set CONF0 = 0x%08x\n", conf0_val.dw)); in TristateLpcGpioConfig()
417 MmioWrite32 (mmio_conf0, conf0_val.dw); in TristateLpcGpioConfig()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/
DPlatformInfo.h260 UINT32 dw;
282 UINT32 dw;
290 UINT32 dw;
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/IA32/
DMpFuncs.asm55 dw BufferStart ; mov si, BufferStart
60 dw GdtrProfile ; mov si, GdtrProfile
65 dw IdtrProfile ; mov si, IdtrProfile
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dtexcheck.py185 for dw in doubledwords.findall(line):
186 print r'Doubled word warning. "%s" on line %d' % (dw, lineno)
/device/linaro/bootloader/arm-trusted-firmware/
Dmaintainers.rst59 - include/drivers/dw\_ufs.h
62 - include/drivers/synopsys/dw\_mmc.h
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/Dsdt/
DCom.asl23 Name(_CID, "8250dw")
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Pv660AcpiTables/Dsdt/
DCom.asl23 Name(_CID, "8250dw")
/device/linaro/bootloader/edk2/IntelFsp2Pkg/FspSecCore/Ia32/
DInitializeFpu.nasm23 dw 0x027F
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia16/
DReal16ToFlat32.asm61 dw GDT_END - GDT_BASE - 1 ; GDT limit
/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWI.cpp9513 DefWork *dw = in deferredWorkRoutine() local
9516 if ( NULL == dw ) { in deferredWorkRoutine()
9521 switch( dw->cmd ) { in deferredWorkRoutine()
9524 QCameraChannel * pChannel = dw->args.allocArgs.ch; in deferredWorkRoutine()
9532 cam_stream_type_t streamType = dw->args.allocArgs.type; in deferredWorkRoutine()
9568 QCameraChannel * pChannel = dw->args.pprocArgs; in deferredWorkRoutine()
9599 dw->args.metadataAllocArgs.bufferCnt, in deferredWorkRoutine()
9600 dw->args.metadataAllocArgs.size, in deferredWorkRoutine()
9611 QCameraChannel * pChannel = dw->args.pprocArgs; in deferredWorkRoutine()
9635 dw->args.pprocInitArgs.jpeg_cb; in deferredWorkRoutine()
[all …]
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/DeviceTree/
Dhi6220.dtsi779 compatible = "hisilicon,hi6220-dw-mshc";
792 compatible = "hisilicon,hi6220-dw-mshc";
808 compatible = "hisilicon,hi6220-dw-mshc";

12