/illumos-gate/usr/src/common/acpica/hardware/ |
H A D | hwvalid.c | 348 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()
|
/illumos-gate/usr/src/uts/intel/sys/acpi/ |
H A D | acpiosxf.h | 481 UINT32 Width); 489 UINT32 Width); 501 UINT32 Width); 509 UINT32 Width); 524 UINT32 Width); 533 UINT32 Width);
|
H A D | achware.h | 264 UINT32 Width); 270 UINT32 Width);
|
/illumos-gate/usr/src/cmd/acpi/common/ |
H A D | osunixxf.c | 1334 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
|
/illumos-gate/usr/src/boot/common/ |
H A D | gfx_fb.c | 482 uint32_t Width, uint32_t Height) in gfxfb_blt_fill() argument 501 if (DestinationX + Width > gfx_fb.framebuffer_common.framebuffer_width) in gfxfb_blt_fill() 504 if (Width == 0 || Height == 0) in gfxfb_blt_fill() 529 for (x = 0; x < Width; x++) { in gfxfb_blt_fill() 563 uint32_t Width, uint32_t Height, uint32_t Delta) in gfxfb_blt_video_to_buffer() argument 584 if (SourceX + Width > gfx_fb.framebuffer_common.framebuffer_width) in gfxfb_blt_video_to_buffer() 587 if (Width == 0 || Height == 0) in gfxfb_blt_video_to_buffer() 591 Delta = Width * sizeof (*p); in gfxfb_blt_video_to_buffer() 596 copybytes = Width * bpp; in gfxfb_blt_video_to_buffer() 623 for (x = 0; x < Width; x++) { in gfxfb_blt_video_to_buffer() [all …]
|
/illumos-gate/usr/src/boot/efi/include/Protocol/ |
H A D | Print2.h | 261 IN UINTN Width 495 IN UINTN Width 579 IN UINTN Width 638 IN UINTN Width
|
H A D | PciIo.h | 148 IN EFI_PCI_IO_PROTOCOL_WIDTH Width, 181 IN EFI_PCI_IO_PROTOCOL_WIDTH Width, 221 IN EFI_PCI_IO_PROTOCOL_WIDTH Width, 270 IN EFI_PCI_IO_PROTOCOL_WIDTH Width,
|
H A D | PciRootBridgeIo.h | 139 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, 166 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, 202 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width,
|
H A D | HiiImage.h | 47 UINT16 Width; member 188 UINT16 Width; member
|
H A D | IsaIo.h | 118 IN EFI_ISA_IO_PROTOCOL_WIDTH Width, 158 IN EFI_ISA_IO_PROTOCOL_WIDTH Width,
|
H A D | CpuIo2.h | 99 IN EFI_CPU_IO_PROTOCOL_WIDTH Width,
|
H A D | UgaDraw.h | 142 IN UINTN Width,
|
H A D | GraphicsOutput.h | 219 IN UINTN Width,
|
H A D | DeviceIo.h | 72 IN EFI_IO_WIDTH Width,
|
/illumos-gate/usr/src/uts/intel/io/acpica/ |
H A D | osl.c | 829 AcpiOsReadPort(ACPI_IO_ADDRESS Address, UINT32 *Value, UINT32 Width) in AcpiOsReadPort() argument 837 (long)Address, Width); in AcpiOsReadPort() 842 switch (Width) { in AcpiOsReadPort() 854 (long)Address, Width); in AcpiOsReadPort() 861 AcpiOsWritePort(ACPI_IO_ADDRESS Address, UINT32 Value, UINT32 Width) in AcpiOsWritePort() argument 869 (long)Address, Width); in AcpiOsWritePort() 873 switch (Width) { in AcpiOsWritePort() 885 (long)Address, Width); in AcpiOsWritePort() 903 UINT32 Width, int write) in osl_rw_memory() argument 905 size_t maplen = Width / 8; in osl_rw_memory() [all …]
|
/illumos-gate/usr/src/lib/libeti/menu/common/ |
H A D | scale.c | 56 Width(m) = width; in _scale() 68 *c = Width(m); in scale_menu()
|
H A D | post.c | 202 if (c < Width(m) || r < Height(m)) { in post_menu() 207 if ((Win(m) = newwin(Rows(m), Width(m), 0, 0)) == in post_menu() 219 if ((Sub(m) = derwin(Win(m), r, Width(m), 0, 0)) == in post_menu()
|
H A D | show.c | 49 c = min(Width(m), c); in _show()
|
/illumos-gate/usr/src/common/acpica/disassembler/ |
H A D | dmresrcs.c | 275 if (Resource->FixedDma.Width <= 5) in AcpiDmFixedDmaDescriptor() 278 AcpiGbl_DtsDecode [Resource->FixedDma.Width]); in AcpiDmFixedDmaDescriptor() 283 Resource->FixedDma.Width); in AcpiDmFixedDmaDescriptor()
|
/illumos-gate/usr/src/cmd/acpi/iasl/ |
H A D | aslstubs.c | 193 UINT32 Width) in AcpiHwReadPort() argument 202 UINT32 Width) in AcpiHwWritePort() argument
|
H A D | aslrestype1i.c | 342 Descriptor->FixedDma.Width = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoFixedDmaDescriptor() 344 CurrentByteOffset + ASL_RESDESC_OFFSET (FixedDma.Width)); in RsDoFixedDmaDescriptor()
|
/illumos-gate/usr/src/boot/efi/include/Uefi/ |
H A D | UefiInternalFormRepresentation.h | 175 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
|
/illumos-gate/usr/src/common/acpica/resources/ |
H A D | rsirq.c | 423 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.FixedDma.Width), 424 AML_OFFSET (FixedDma.Width),
|
/illumos-gate/usr/src/test/util-tests/tests/pcieadm/ |
H A D | bridge-efilt.out | 5 |--> Link Width: 0x4
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/usb/ |
H A D | topo_usb_acpi.c | 85 infop->Width = ACPI_PLD_GET_WIDTH(&buf32p[1]); in usbtopo_decode_pld()
|