Home | History | Annotate | Download | only in acpica

Lines Matching refs:Width

72 AcpiOsReadPort(ACPI_IO_ADDRESS Address, UINT32 *Value, UINT32 Width)
75 switch (Width) {
101 AcpiOsWritePort(ACPI_IO_ADDRESS Address, UINT32 Value, UINT32 Width)
104 switch (Width) {
130 AcpiOsReadMemory(ACPI_PHYSICAL_ADDRESS Address, UINT64 *Value, UINT32 Width)
135 LogicalAddress = AcpiOsMapMemory(Address, Width / 8);
139 switch (Width) {
160 AcpiOsUnmapMemory(LogicalAddress, Width / 8);
171 AcpiOsWriteMemory(ACPI_PHYSICAL_ADDRESS Address, UINT64 Value, UINT32 Width)
176 LogicalAddress = AcpiOsMapMemory(Address, Width / 8);
180 switch (Width) {
201 AcpiOsUnmapMemory(LogicalAddress, Width / 8);
213 UINT32 Width)
228 switch (Width) {
258 ACPI_INTEGER Value, UINT32 Width)
268 switch (Width) {