Home
last modified time | relevance | path

Searched refs:Dword (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutxface.c681 UINT32 Dword; in ACPI_EXPORT_SYMBOL() local
699 ACPI_MOVE_32_TO_32 (&Dword, &Buffer[0]); in ACPI_EXPORT_SYMBOL()
700 PldInfo->Revision = ACPI_PLD_GET_REVISION (&Dword); in ACPI_EXPORT_SYMBOL()
701 PldInfo->IgnoreColor = ACPI_PLD_GET_IGNORE_COLOR (&Dword); in ACPI_EXPORT_SYMBOL()
702 PldInfo->Red = ACPI_PLD_GET_RED (&Dword); in ACPI_EXPORT_SYMBOL()
703 PldInfo->Green = ACPI_PLD_GET_GREEN (&Dword); in ACPI_EXPORT_SYMBOL()
704 PldInfo->Blue = ACPI_PLD_GET_BLUE (&Dword); in ACPI_EXPORT_SYMBOL()
708 ACPI_MOVE_32_TO_32 (&Dword, &Buffer[1]); in ACPI_EXPORT_SYMBOL()
709 PldInfo->Width = ACPI_PLD_GET_WIDTH (&Dword); in ACPI_EXPORT_SYMBOL()
710 PldInfo->Height = ACPI_PLD_GET_HEIGHT(&Dword); in ACPI_EXPORT_SYMBOL()
[all …]
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbconvert.c463 UINT32 Dword; in AcpiDbEncodePldBuffer() local
474 Dword = 0; in AcpiDbEncodePldBuffer()
475 ACPI_PLD_SET_REVISION (&Dword, PldInfo->Revision); in AcpiDbEncodePldBuffer()
476 ACPI_PLD_SET_IGNORE_COLOR (&Dword, PldInfo->IgnoreColor); in AcpiDbEncodePldBuffer()
477 ACPI_PLD_SET_RED (&Dword, PldInfo->Red); in AcpiDbEncodePldBuffer()
478 ACPI_PLD_SET_GREEN (&Dword, PldInfo->Green); in AcpiDbEncodePldBuffer()
479 ACPI_PLD_SET_BLUE (&Dword, PldInfo->Blue); in AcpiDbEncodePldBuffer()
480 ACPI_MOVE_32_TO_32 (&Buffer[0], &Dword); in AcpiDbEncodePldBuffer()
484 Dword = 0; in AcpiDbEncodePldBuffer()
485 ACPI_PLD_SET_WIDTH (&Dword, PldInfo->Width); in AcpiDbEncodePldBuffer()
[all …]
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslpld.c728 UINT32 Dword; in OpcEncodePldBuffer() local
735 Dword = 0; in OpcEncodePldBuffer()
736 ACPI_PLD_SET_REVISION (&Dword, PldInfo->Revision); in OpcEncodePldBuffer()
737 ACPI_PLD_SET_IGNORE_COLOR (&Dword, PldInfo->IgnoreColor); in OpcEncodePldBuffer()
738 ACPI_PLD_SET_RED (&Dword, PldInfo->Red); in OpcEncodePldBuffer()
739 ACPI_PLD_SET_GREEN (&Dword, PldInfo->Green); in OpcEncodePldBuffer()
740 ACPI_PLD_SET_BLUE (&Dword, PldInfo->Blue); in OpcEncodePldBuffer()
741 ACPI_MOVE_32_TO_32 (&Buffer[0], &Dword); in OpcEncodePldBuffer()
745 Dword = 0; in OpcEncodePldBuffer()
746 ACPI_PLD_SET_WIDTH (&Dword, PldInfo->Width); in OpcEncodePldBuffer()
[all …]
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiPxe.h1208 UINT32 Dword[64]; member
1234 PXE_UINT32 Dword[64]; member
1505 PXE_UINT32 Dword; member
1528 PXE_UINT32 Dword[MAX_EEPROM_LEN]; member
1549 PXE_UINT32 Dword[MAX_EEPROM_LEN]; member
/freebsd/sys/contrib/device-tree/Bindings/crypto/
H A Dfsl-sec2.txt17 should be encoded following the SEC's Descriptor Header Dword
35 should be encoded following the SEC's Descriptor Header Dword DESC_TYPE
/freebsd/contrib/tcsh/
H A Dsh.dol.c74 static int Dword (struct blk_buf *);
150 while (Dword(bb)) in Dfix2()
201 Dword(struct blk_buf *bb) in Dword() function
H A DFixes1931 17. Dword() simplified and removed the gotos.
/freebsd/sys/dev/mpi3mr/mpi/
H A Dmpi30_image.h252 U32 Dword[1]; member
H A Dmpi30_cnfg.h1653 U32 Dword[16]; member
2342 U32 Dword[16]; member
2350 U32 Dword[16]; member
2362 U32 Dword[1024]; member
2409 U32 Dword[128]; member
/freebsd/sys/dev/pms/RefTisa/tisa/api/
H A Dtitypes.h631 bit32 Dword[12]; member
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h3246 bit32 Dword[12]; member
3262 bit32 Dword[12]; member
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt10748 Dword,
19710 than a Word or Dword.