Lines Matching refs:Width
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()
926 Width); in osl_rw_memory()
935 UINT64 *Value, UINT32 Width) in AcpiOsReadMemory() argument
937 osl_rw_memory(Address, Value, Width, 0); in AcpiOsReadMemory()
943 UINT64 Value, UINT32 Width) in AcpiOsWriteMemory() argument
945 osl_rw_memory(Address, &Value, Width, 1); in AcpiOsWriteMemory()
952 UINT64 *Value, UINT32 Width) in AcpiOsReadPciConfiguration() argument
955 switch (Width) { in AcpiOsReadPciConfiguration()
971 Reg, Width); in AcpiOsReadPciConfiguration()
984 UINT64 Value, UINT32 Width) in AcpiOsWritePciConfiguration() argument
990 PciId->Function, Reg, (long)Value, Width); in AcpiOsWritePciConfiguration()
994 switch (Width) { in AcpiOsWritePciConfiguration()
1010 Reg, Width); in AcpiOsWritePciConfiguration()