Searched refs:byte_data (Results 1 – 2 of 2) sorted by relevance
292 unsigned char byte_data; in gmbus3_mmio_read() local309 byte_data = edid_get_byte(vgpu); in gmbus3_mmio_read()310 reg_data |= (byte_data << (i << 3)); in gmbus3_mmio_read()
950 u_int8_t byte_data; in AscReadLramByte() local958 byte_data = (u_int8_t) ((word_data >> 8) & 0xFF); in AscReadLramByte()961 byte_data = (u_int8_t) (word_data & 0xFF); in AscReadLramByte()964 return (byte_data); in AscReadLramByte()