Home
last modified time | relevance | path

Searched refs:byte_data (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/dev/pci/drm/i915/gvt/
H A Dedid.c292 unsigned char byte_data; in gmbus3_mmio_read() local
309 byte_data = edid_get_byte(vgpu); in gmbus3_mmio_read()
310 reg_data |= (byte_data << (i << 3)); in gmbus3_mmio_read()
/openbsd-src/sys/dev/ic/
H A Dadvlib.c950 u_int8_t byte_data; in AscReadLramByte() local
958 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()