Home
last modified time | relevance | path

Searched refs:Width (Results 1 – 25 of 51) sorted by relevance

123

/dragonfly/sys/contrib/dev/acpica/source/components/utilities/
H A Dutprint.c441 Width--; in AcpiUtFormatNumber()
446 Width--; in AcpiUtFormatNumber()
451 Width--; in AcpiUtFormatNumber()
456 Width--; in AcpiUtFormatNumber()
459 Width--; in AcpiUtFormatNumber()
475 Width -= Precision; in AcpiUtFormatNumber()
481 while (--Width >= 0) in AcpiUtFormatNumber()
516 while (--Width >= 0) in AcpiUtFormatNumber()
616 Width = -1; in vsnprintf()
626 if (Width < 0) in vsnprintf()
[all …]
/dragonfly/sys/dev/acpica/Osd/
H A DOsdHardware.c57 AcpiOsReadPort(ACPI_IO_ADDRESS InPort, UINT32 *Value, UINT32 Width) in AcpiOsReadPort() argument
59 switch (Width) { in AcpiOsReadPort()
75 AcpiOsWritePort(ACPI_IO_ADDRESS OutPort, UINT32 Value, UINT32 Width) in AcpiOsWritePort() argument
77 switch (Width) { in AcpiOsWritePort()
94 UINT32 Width) in AcpiOsReadPciConfiguration() argument
96 int bytes = Width / 8; in AcpiOsReadPciConfiguration()
98 if (Width == 64) in AcpiOsReadPciConfiguration()
114 UINT64 Value, UINT32 Width) in AcpiOsWritePciConfiguration() argument
116 if (Width == 64) in AcpiOsWritePciConfiguration()
123 (uint32_t)Value, Width / 8); /* XXX casting */ in AcpiOsWritePciConfiguration()
H A DOsdMemory.c229 AcpiOsReadMemory(ACPI_PHYSICAL_ADDRESS Address, UINT64 *Value, UINT32 Width) in AcpiOsReadMemory() argument
233 LogicalAddress = AcpiOsMapMemory(Address, Width / 8); in AcpiOsReadMemory()
237 switch (Width) { in AcpiOsReadMemory()
252 AcpiOsUnmapMemory(LogicalAddress, Width / 8); in AcpiOsReadMemory()
258 AcpiOsWriteMemory(ACPI_PHYSICAL_ADDRESS Address, UINT64 Value, UINT32 Width) in AcpiOsWriteMemory() argument
262 LogicalAddress = AcpiOsMapMemory(Address, Width / 8); in AcpiOsWriteMemory()
266 switch (Width) { in AcpiOsWriteMemory()
281 AcpiOsUnmapMemory(LogicalAddress, Width / 8); in AcpiOsWriteMemory()
/dragonfly/sys/contrib/dev/acpica/source/tools/examples/
H A Dextables.c445 [0001] Duty Cycle Width : 00
483 [0001] Bit Width : 08
494 [0001] Bit Width : 20
501 [0001] Bit Width : 00
508 [0001] Bit Width : 10
515 [0001] Bit Width : 00
522 [0001] Bit Width : 08
529 [0001] Bit Width : 20
536 [0001] Bit Width : 40
543 [0001] Bit Width : 00
[all …]
H A Dexstubs.c175 UINT32 Width) in AcpiHwReadPort() argument
184 UINT32 Width) in AcpiHwWritePort() argument
/dragonfly/lib/libvgl/
H A Dtext.c54 VGLTextFont->Width = 8; in VGLTextSetFontFile()
61 fread(&VGLTextFont->Width, 1 , 1, fd); in VGLTextSetFontFile()
64 (byte*)malloc(256*((VGLTextFont->Width + 7)/8)*VGLTextFont->Height); in VGLTextSetFontFile()
66 (256*VGLTextFont->Width* VGLTextFont->Height), fd); in VGLTextSetFontFile()
79 for(bit = 0; bit < VGLTextFont->Width; bit++) { in VGLBitmapPutChar()
129 VGLBitmapPutChar(Object, x+(pos*VGLTextFont->Width), y, in VGLBitmapString()
133 VGLBitmapPutChar(Object, x, y-(pos*VGLTextFont->Width), in VGLBitmapString()
137 VGLBitmapPutChar(Object, x-(pos*VGLTextFont->Width), y, in VGLBitmapString()
141 VGLBitmapPutChar(Object, x, y+(pos*VGLTextFont->Width), in VGLBitmapString()
145 VGLBitmapPutChar(Object, x+(pos*VGLTextFont->Width), in VGLBitmapString()
[all …]
/dragonfly/sys/contrib/dev/acpica/source/components/hardware/
H A Dhwvalid.c348 UINT32 Width) in AcpiHwReadPort() argument
364 Status = AcpiHwValidateIoRequest (Address, Width); in AcpiHwReadPort()
367 Status = AcpiOsReadPort (Address, Value, Width); in AcpiHwReadPort()
381 for (i = 0, *Value = 0; i < Width; i += 8) in AcpiHwReadPort()
423 UINT32 Width) in AcpiHwWritePort() argument
438 Status = AcpiHwValidateIoRequest (Address, Width); in AcpiHwWritePort()
441 Status = AcpiOsWritePort (Address, Value, Width); in AcpiHwWritePort()
455 for (i = 0; i < Width; i += 8) in AcpiHwWritePort()
/dragonfly/sys/contrib/dev/acpica/source/os_specific/service_layers/
H A Doswinxf.c1308 UINT32 Width) in AcpiOsReadPciConfiguration() argument
1336 UINT32 Width) in AcpiOsWritePciConfiguration() argument
1361 UINT32 Width) in AcpiOsReadPort() argument
1366 switch (Width) in AcpiOsReadPort()
1385 ACPI_ERROR ((AE_INFO, "Bad width parameter: %X", Width)); in AcpiOsReadPort()
1411 UINT32 Width) in AcpiOsWritePort() argument
1416 if ((Width == 8) || (Width == 16) || (Width == 32)) in AcpiOsWritePort()
1421 ACPI_ERROR ((AE_INFO, "Bad width parameter: %X", Width)); in AcpiOsWritePort()
1445 UINT32 Width) in AcpiOsReadMemory() argument
1448 switch (Width) in AcpiOsReadMemory()
[all …]
H A Dosunixxf.c1334 UINT32 Width) in AcpiOsReadPciConfiguration() argument
1362 UINT32 Width) in AcpiOsWritePciConfiguration() argument
1387 UINT32 Width) in AcpiOsReadPort() argument
1390 switch (Width) in AcpiOsReadPort()
1434 UINT32 Width) in AcpiOsWritePort() argument
1460 UINT32 Width) in AcpiOsReadMemory() argument
1463 switch (Width) in AcpiOsReadMemory()
1499 UINT32 Width) in AcpiOsWriteMemory() argument
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Dacpiosxf.h481 UINT32 Width);
489 UINT32 Width);
501 UINT32 Width);
509 UINT32 Width);
524 UINT32 Width);
533 UINT32 Width);
H A Dachware.h264 UINT32 Width);
270 UINT32 Width);
/dragonfly/contrib/ncurses/ncurses/base/
H A Dsafe_sprintf.c42 Flags, Width, Prec, Type, Format enumerator
94 state = Width; in _nc_printf_length()
95 if (state == Width) { in _nc_printf_length()
107 state = Width; in _nc_printf_length()
108 if (state == Width) { in _nc_printf_length()
/dragonfly/sys/contrib/dev/acpica/source/tools/acpiexec/
H A Daetables.h539 [025h 0037 1] Bit Width : 08
541 [027h 0039 1] Encoded Access Width : 00 (Undefined/Legacy)
546 [031h 0049 1] Bit Width : 08
548 [033h 0051 1] Encoded Access Width : 00 (Undefined/Legacy)
/dragonfly/stand/contrib/edk2/MdePkg/Include/Protocol/
H A DPciIo.h149 IN EFI_PCI_IO_PROTOCOL_WIDTH Width,
182 IN EFI_PCI_IO_PROTOCOL_WIDTH Width,
222 IN EFI_PCI_IO_PROTOCOL_WIDTH Width,
271 IN EFI_PCI_IO_PROTOCOL_WIDTH Width,
H A DUgaDraw.h142 IN UINTN Width,
/dragonfly/sys/contrib/dev/acpica/source/components/disassembler/
H A Ddmresrcs.c277 if (Resource->FixedDma.Width <= 5) in AcpiDmFixedDmaDescriptor()
280 AcpiGbl_DtsDecode [Resource->FixedDma.Width]); in AcpiDmFixedDmaDescriptor()
285 Resource->FixedDma.Width); in AcpiDmFixedDmaDescriptor()
/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Daslstubs.c187 UINT32 Width) in AcpiHwReadPort() argument
196 UINT32 Width) in AcpiHwWritePort() argument
/dragonfly/stand/contrib/edk2/MdePkg/Include/Uefi/
H A DUefiInternalFormRepresentation.h175 UINT16 Width; member
528 UINT16 Width; member
552 UINT16 Width; member
568 UINT16 Width; member
586 UINT16 Width; member
1968 UINT16 Width; member
2002 UINT16 Width; member
2041 UINT16 Width; member
/dragonfly/stand/contrib/edk2/MdePkg/Include/Library/
H A DPrintLib.h546 IN UINTN Width
885 IN UINTN Width
/dragonfly/sys/contrib/dev/acpica/source/components/resources/
H A Drsirq.c423 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.FixedDma.Width),
424 AML_OFFSET (FixedDma.Width),
/dragonfly/nrelease/gui/root/.idesktop/
H A Dterminal.lnk5 Width: 64
H A Dreadme.lnk5 Width: 64
H A Dinstall.lnk5 Width: 64
/dragonfly/sys/dev/acpica/
H A Dacpi_ec.c269 UINT32 Width, UINT64 *Value,
806 EcSpaceHandler(UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 Width, in EcSpaceHandler() argument
818 if (Width % 8 != 0 || Value == NULL || Context == NULL) in EcSpaceHandler()
820 if (Address + Width / 8 > 256) in EcSpaceHandler()
866 } while (EcAddr < Address + Width / 8); in EcSpaceHandler()
/dragonfly/sys/contrib/dev/acpica/source/components/debugger/
H A Ddbconvert.c484 ACPI_PLD_SET_WIDTH (&Dword, PldInfo->Width); in AcpiDbEncodePldBuffer()
605 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_Width", PldInfo->Width); in AcpiDbDumpPldBuffer()

123