Lines Matching refs:BitWidth
70 UINT32 BitWidth, in AeRegionHandler() argument
135 (UINT32) Address, BitWidth, (UINT32) Length)); in AeRegionHandler()
145 ByteWidth = (BitWidth / 8); in AeRegionHandler()
147 if (BitWidth % 8) in AeRegionHandler()
165 if (BitWidth == 64) in AeRegionHandler()
178 Status = AcpiHwReadPort (Address, &Value1, BitWidth); in AeRegionHandler()
186 if (BitWidth == 64) in AeRegionHandler()
197 Status = AcpiHwWritePort (Address, (UINT32) *Value, BitWidth); in AeRegionHandler()
247 Length, BitWidth, Buffer[1]); in AeRegionHandler()
294 Length, BitWidth, Buffer[1]); in AeRegionHandler()
330 (UINT32) Address, Length, BitWidth, MyContext->Connection); in AeRegionHandler()
346 (UINT32) Address, BitWidth); in AeRegionHandler()
540 ByteWidth = (BitWidth / 8); in AeRegionHandler()
541 if (BitWidth % 8) in AeRegionHandler()
607 (UINT32) *Value, (UINT32) Address, BitWidth, (UINT32) BaseAddress, Length); in AeRegionHandler()
626 (UINT32) Address, (UINT32) BaseAddress, Length, BitWidth, in AeRegionHandler()