Lines Matching refs:Byte
136 UINT8 Byte; in SmBusReceiveByte() local
142 InternalSmBusExec (EfiSmbusReceiveByte, SmBusAddress, 1, &Byte, Status); in SmBusReceiveByte()
144 return Byte; in SmBusReceiveByte()
185 UINT8 Byte; in SmBusSendByte() local
191 Byte = Value; in SmBusSendByte()
192 InternalSmBusExec (EfiSmbusSendByte, SmBusAddress, 1, &Byte, Status); in SmBusSendByte()
232 UINT8 Byte; in SmBusReadDataByte() local
237 InternalSmBusExec (EfiSmbusReadByte, SmBusAddress, 1, &Byte, Status); in SmBusReadDataByte()
239 return Byte; in SmBusReadDataByte()
280 UINT8 Byte; in SmBusWriteDataByte() local
285 Byte = Value; in SmBusWriteDataByte()
286 InternalSmBusExec (EfiSmbusWriteByte, SmBusAddress, 1, &Byte, Status); in SmBusWriteDataByte()