Lines Matching defs:Width
835 AcpiOsReadPort(ACPI_IO_ADDRESS Address, UINT32 *Value, UINT32 Width)
843 (long)Address, Width);
848 switch (Width) {
860 (long)Address, Width);
867 AcpiOsWritePort(ACPI_IO_ADDRESS Address, UINT32 Value, UINT32 Width)
875 (long)Address, Width);
879 switch (Width) {
891 (long)Address, Width);
909 UINT32 Width, int write)
911 size_t maplen = Width / 8;
932 Width);
941 UINT64 *Value, UINT32 Width)
943 osl_rw_memory(Address, Value, Width, 0);
949 UINT64 Value, UINT32 Width)
951 osl_rw_memory(Address, &Value, Width, 1);
958 UINT64 *Value, UINT32 Width)
961 switch (Width) {
977 Reg, Width);
990 UINT64 Value, UINT32 Width)
996 PciId->Function, Reg, (long)Value, Width);
1000 switch (Width) {
1016 Reg, Width);