Home
last modified time | relevance | path

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

12

/titanic_41/usr/src/uts/intel/io/acpica/utilities/
H A Dutprint.c79 INT32 Width,
295 INT32 Width, in AcpiUtFormatNumber() argument
333 Width--; in AcpiUtFormatNumber()
338 Width--; in AcpiUtFormatNumber()
343 Width--; in AcpiUtFormatNumber()
348 Width--; in AcpiUtFormatNumber()
351 Width--; in AcpiUtFormatNumber()
367 Width -= Precision; in AcpiUtFormatNumber()
373 while (--Width >= 0) in AcpiUtFormatNumber()
393 while (--Width >= 0) in AcpiUtFormatNumber()
[all …]
H A Dutxface.c601 PldInfo->Width = ACPI_PLD_GET_WIDTH (&Dword); in ACPI_EXPORT_SYMBOL()
/titanic_41/usr/src/cmd/acpi/common/
H A Dutprint.c79 INT32 Width,
295 INT32 Width, in AcpiUtFormatNumber() argument
333 Width--; in AcpiUtFormatNumber()
338 Width--; in AcpiUtFormatNumber()
343 Width--; in AcpiUtFormatNumber()
348 Width--; in AcpiUtFormatNumber()
351 Width--; in AcpiUtFormatNumber()
367 Width -= Precision; in AcpiUtFormatNumber()
373 while (--Width >= 0) in AcpiUtFormatNumber()
393 while (--Width >= 0) in AcpiUtFormatNumber()
[all …]
/titanic_41/usr/src/uts/intel/io/acpica/hardware/
H A Dhwvalid.c239 UINT32 Width) in AcpiHwReadPort() argument
255 Status = AcpiHwValidateIoRequest (Address, Width); in AcpiHwReadPort()
258 Status = AcpiOsReadPort (Address, Value, Width); in AcpiHwReadPort()
272 for (i = 0, *Value = 0; i < Width; i += 8) in AcpiHwReadPort()
314 UINT32 Width) in AcpiHwWritePort() argument
329 Status = AcpiHwValidateIoRequest (Address, Width); in AcpiHwWritePort()
332 Status = AcpiOsWritePort (Address, Value, Width); in AcpiHwWritePort()
346 for (i = 0; i < Width; i += 8) in AcpiHwWritePort()
H A Dhwxface.c144 UINT32 Width; in ACPI_EXPORT_SYMBOL() local
183 Width = Reg->BitWidth; in ACPI_EXPORT_SYMBOL()
184 if (Width == 64) in ACPI_EXPORT_SYMBOL()
186 Width = 32; /* Break into two 32-bit transfers */ in ACPI_EXPORT_SYMBOL()
190 Address, &ValueLo, Width); in ACPI_EXPORT_SYMBOL()
243 UINT32 Width; in ACPI_EXPORT_SYMBOL() local
274 Width = Reg->BitWidth; in ACPI_EXPORT_SYMBOL()
275 if (Width == 64) in ACPI_EXPORT_SYMBOL()
277 Width = 32; /* Break into two 32-bit transfers */ in ACPI_EXPORT_SYMBOL()
281 Address, ACPI_LODWORD (Value), Width); in ACPI_EXPORT_SYMBOL()
/titanic_41/usr/src/uts/intel/sys/acpi/
H A Dacpiosxf.h373 UINT32 Width);
381 UINT32 Width);
393 UINT32 Width);
401 UINT32 Width);
416 UINT32 Width);
425 UINT32 Width);
H A Dachware.h156 UINT32 Width);
162 UINT32 Width);
H A Dacbuffer.h125 UINT16 Width; member
H A Damlresrc.h249 UINT8 Width; member
H A Dacrestyp.h235 UINT8 Width; member
H A Dactbl2.h468 UINT8 Width; /* Host Address Width */ member
/titanic_41/usr/src/uts/intel/io/acpica/
H A Dosl.c835 AcpiOsReadPort(ACPI_IO_ADDRESS Address, UINT32 *Value, UINT32 Width) in AcpiOsReadPort() argument
843 (long)Address, Width); in AcpiOsReadPort()
848 switch (Width) { in AcpiOsReadPort()
860 (long)Address, Width); in AcpiOsReadPort()
867 AcpiOsWritePort(ACPI_IO_ADDRESS Address, UINT32 Value, UINT32 Width) in AcpiOsWritePort() argument
875 (long)Address, Width); in AcpiOsWritePort()
879 switch (Width) { in AcpiOsWritePort()
891 (long)Address, Width); in AcpiOsWritePort()
909 UINT32 Width, int write) in osl_rw_memory() argument
911 size_t maplen = Width / 8; in osl_rw_memory()
[all …]
/titanic_41/usr/src/lib/libeti/menu/common/
H A Dscale.c58 Width(m) = width; in _scale()
70 *c = Width(m); in scale_menu()
H A Dpost.c204 if (c < Width(m) || r < Height(m)) { in post_menu()
209 if ((Win(m) = newwin(Rows(m), Width(m), 0, 0)) == in post_menu()
221 if ((Sub(m) = derwin(Win(m), r, Width(m), 0, 0)) == in post_menu()
H A Dshow.c51 c = min(Width(m), c); in _show()
/titanic_41/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmresrcs.c167 if (Resource->FixedDma.Width <= 5) in AcpiDmFixedDmaDescriptor()
170 AcpiGbl_DtsDecode [Resource->FixedDma.Width]); in AcpiDmFixedDmaDescriptor()
175 Resource->FixedDma.Width); in AcpiDmFixedDmaDescriptor()
H A Ddmbuffer.c707 AcpiOsPrintf (ACPI_PLD_OUTPUT16, "PLD_Width", PldInfo->Width); in AcpiDmPldBuffer()
/titanic_41/usr/src/uts/intel/io/acpica/resources/
H A Drsirq.c315 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.FixedDma.Width),
316 AML_OFFSET (FixedDma.Width),
H A Drsdumpinfo.c260 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (FixedDma.Width), "TransferWidth", …
/titanic_41/usr/src/lib/libeti/menu/inc/
H A Dprivate.h45 #define Width(m) (m)->width macro
/titanic_41/usr/src/cmd/lp/filter/postscript/font/
H A DREADME64 3: Build the width tables and install the ASCII files in ./devpost. Width tables
/titanic_41/usr/src/cmd/sendmail/cf/m4/
H A Dproto.m4500 # Width of the window
/titanic_41/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex2577 % Contents of each column will wrap at width given in preamble. Width
4717 {\tentt \global\dimen0 = 3em}% Width of the box.
/titanic_41/usr/src/data/hwdata/
H A Dusb.ids4260 3025 NetVista Full Width Keyboard
20717 048 Width
20864 03d Character Width
/titanic_41/usr/src/cmd/localedef/data/
H A Dwidths.txt2 # Width Table. Credit for the input into this table, which is derived from

12