Lines Matching refs:Width
835 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()
932 Width); in osl_rw_memory()
941 UINT64 *Value, UINT32 Width) in AcpiOsReadMemory() argument
943 osl_rw_memory(Address, Value, Width, 0); in AcpiOsReadMemory()
949 UINT64 Value, UINT32 Width) in AcpiOsWriteMemory() argument
951 osl_rw_memory(Address, &Value, Width, 1); in AcpiOsWriteMemory()
958 UINT64 *Value, UINT32 Width) in AcpiOsReadPciConfiguration() argument
961 switch (Width) { in AcpiOsReadPciConfiguration()
977 Reg, Width); in AcpiOsReadPciConfiguration()
990 UINT64 Value, UINT32 Width) in AcpiOsWritePciConfiguration() argument
996 PciId->Function, Reg, (long)Value, Width); in AcpiOsWritePciConfiguration()
1000 switch (Width) { in AcpiOsWritePciConfiguration()
1016 Reg, Width); in AcpiOsWritePciConfiguration()