Searched defs:Width (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/hardware/
H A Dhwvalid.c225 * Width Number of bits
239 UINT32 Width)
255 Status = AcpiHwValidateIoRequest (Address, Width);
258 Status = AcpiOsReadPort (Address, Value, Width);
272 for (i = 0, *Value = 0; i < Width; i += 8)
300 * Width Number of bits
314 UINT32 Width)
329 Status = AcpiHwValidateIoRequest (Address, Width);
332 Status = AcpiOsWritePort (Address, Value, Width);
346 for (i = 0; i < Width;
236 AcpiHwReadPort( ACPI_IO_ADDRESS Address, UINT32 *Value, UINT32 Width) argument
311 AcpiHwWritePort( ACPI_IO_ADDRESS Address, UINT32 Value, UINT32 Width) argument
[all...]
H A Dhwxface.c144 UINT32 Width; local
183 Width = Reg->BitWidth;
184 if (Width == 64)
186 Width = 32; /* Break into two 32-bit transfers */
190 Address, &ValueLo, Width);
243 UINT32 Width; local
274 Width = Reg->BitWidth;
275 if (Width == 64)
277 Width = 32; /* Break into two 32-bit transfers */
281 Address, ACPI_LODWORD (Value), Width);
[all...]
/illumos-gate/usr/src/cmd/acpi/common/
H A Dutprint.c79 INT32 Width,
279 * Width - Field width
295 INT32 Width,
333 Width--;
338 Width--;
343 Width--;
348 Width--;
351 Width--;
367 Width -= Precision;
373 while (--Width >
290 AcpiUtFormatNumber( char *String, char *End, UINT64 Number, UINT8 Base, INT32 Width, INT32 Precision, UINT8 Type) argument
441 INT32 Width; local
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutprint.c79 INT32 Width,
279 * Width - Field width
295 INT32 Width,
333 Width--;
338 Width--;
343 Width--;
348 Width--;
351 Width--;
367 Width -= Precision;
373 while (--Width >
290 AcpiUtFormatNumber( char *String, char *End, UINT64 Number, UINT8 Base, INT32 Width, INT32 Precision, UINT8 Type) argument
441 INT32 Width; local
[all...]
/illumos-gate/usr/src/lib/libeti/menu/inc/
H A Dprivate.h45 #define Width(m) (m)->width macro
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacbuffer.h125 UINT16 Width; member in struct:acpi_pld_info
H A Damlresrc.h249 UINT8 Width; member in struct:aml_resource_fixed_dma
H A Dacrestyp.h235 UINT8 Width; member in struct:acpi_resource_fixed_dma
239 /* Values for Width field above */
H A Dactbl2.h468 UINT8 Width; /* Host Address Width */ member in struct:acpi_table_dmar
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c828 AcpiOsReadPort(ACPI_IO_ADDRESS Address, UINT32 *Value, UINT32 Width) argument
836 (long)Address, Width);
841 switch (Width) {
853 (long)Address, Width);
860 AcpiOsWritePort(ACPI_IO_ADDRESS Address, UINT32 Value, UINT32 Width) argument
868 (long)Address, Width);
872 switch (Width) {
884 (long)Address, Width);
902 UINT32 Width, int write)
904 size_t maplen = Width /
901 osl_rw_memory(ACPI_PHYSICAL_ADDRESS Address, UINT64 *Value, UINT32 Width, int write) argument
933 AcpiOsReadMemory(ACPI_PHYSICAL_ADDRESS Address, UINT64 *Value, UINT32 Width) argument
941 AcpiOsWriteMemory(ACPI_PHYSICAL_ADDRESS Address, UINT64 Value, UINT32 Width) argument
950 AcpiOsReadPciConfiguration(ACPI_PCI_ID *PciId, UINT32 Reg, UINT64 *Value, UINT32 Width) argument
982 AcpiOsWritePciConfiguration(ACPI_PCI_ID *PciId, UINT32 Reg, UINT64 Value, UINT32 Width) argument
[all...]

Completed in 90 milliseconds