Home
last modified time | relevance | path

Searched refs:dw (Results 1 – 25 of 27) 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/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/X64/
DMpFuncs.asm47 dw BufferStartLocation ; mov si, BufferStartLocation
51 dw PmodeOffsetLocation ; mov di, PmodeOffsetLocation
59 dw LmodeOffsetLocation ; mov di, LmodeOffsetLocation
67 dw Cr3Location ; mov si, Cr3Location
71 dw GdtrLocation ; mov si, GdtrLocation
76 dw IdtrLocation ; mov si, IdtrLocation
89 dw PROTECT_MODE_CS ; 16-bit selector
118 dw LONG_MODE_CS ; 16-bit selector
/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/UefiCpuPkg/CpuMpPei/Ia32/
DMpFuncs.asm51 dw BufferStartLocation ; mov si, BufferStartLocation
55 dw PmodeOffsetLocation ; mov di, PmodeOffsetLocation
63 dw GdtrLocation ; mov si, GdtrLocation
68 dw IdtrLocation ; mov si, IdtrLocation
81 dw PROTECT_MODE_CS ; 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/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia16/
DReal16ToFlat32.asm61 dw GDT_END - GDT_BASE - 1 ; GDT limit
/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWI.cpp9498 DefWork *dw = in deferredWorkRoutine() local
9501 if ( NULL == dw ) { in deferredWorkRoutine()
9506 switch( dw->cmd ) { in deferredWorkRoutine()
9509 QCameraChannel * pChannel = dw->args.allocArgs.ch; in deferredWorkRoutine()
9517 cam_stream_type_t streamType = dw->args.allocArgs.type; in deferredWorkRoutine()
9553 QCameraChannel * pChannel = dw->args.pprocArgs; in deferredWorkRoutine()
9584 dw->args.metadataAllocArgs.bufferCnt, in deferredWorkRoutine()
9585 dw->args.metadataAllocArgs.size, in deferredWorkRoutine()
9596 QCameraChannel * pChannel = dw->args.pprocArgs; in deferredWorkRoutine()
9620 dw->args.pprocInitArgs.jpeg_cb; in deferredWorkRoutine()
[all …]
/device/lge/bullhead/camera/QCamera2/HAL/
DQCamera2HWI.cpp7542 DeffWork *dw = in defferedWorkRoutine() local
7545 if ( NULL == dw ) { in defferedWorkRoutine()
7550 switch( dw->cmd ) { in defferedWorkRoutine()
7553 QCameraChannel * pChannel = dw->args.allocArgs.ch; in defferedWorkRoutine()
7561 cam_stream_type_t streamType = dw->args.allocArgs.type; in defferedWorkRoutine()
7584 pme->mDeffOngoingJobs[dw->id] = false; in defferedWorkRoutine()
7587 delete dw; in defferedWorkRoutine()
7595 QCameraChannel * pChannel = dw->args.pprocArgs; in defferedWorkRoutine()
7604 pme->mDeffOngoingJobs[dw->id] = false; in defferedWorkRoutine()
7605 delete dw; in defferedWorkRoutine()
[all …]
/device/huawei/angler/camera/QCamera2/HAL/
DQCamera2HWI.cpp7544 DeffWork *dw = in defferedWorkRoutine() local
7547 if ( NULL == dw ) { in defferedWorkRoutine()
7552 switch( dw->cmd ) { in defferedWorkRoutine()
7555 QCameraChannel * pChannel = dw->args.allocArgs.ch; in defferedWorkRoutine()
7563 cam_stream_type_t streamType = dw->args.allocArgs.type; in defferedWorkRoutine()
7586 pme->mDeffOngoingJobs[dw->id] = false; in defferedWorkRoutine()
7589 delete dw; in defferedWorkRoutine()
7597 QCameraChannel * pChannel = dw->args.pprocArgs; in defferedWorkRoutine()
7606 pme->mDeffOngoingJobs[dw->id] = false; in defferedWorkRoutine()
7607 delete dw; in defferedWorkRoutine()
[all …]
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/DeviceTree/
Dhi6220.dtsi801 compatible = "hisilicon,hi6220-dw-mshc";
818 compatible = "hisilicon,hi6220-dw-mshc";
844 compatible = "hisilicon,hi6220-dw-mshc";
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DThunk16.nasm72 dw 0

12