Searched refs:byte2 (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/ulib/edid/include/lib/edid/
H A Dedid.h135 uint8_t byte2; member in struct:edid::StandardTimingDescriptor
136 DEF_SUBFIELD(byte2, 7, 6, aspect_ratio);
137 DEF_SUBFIELD(byte2, 5, 0, vertical_freq);
/fuchsia/zircon/system/dev/block/sdmmc/
H A Dsdio.c156 uint8_t byte1 = 0, byte2 = 0; local
163 st = sdio_rw_byte(dev, false, 0, addr + 1, 0, &byte2);
170 *word = byte2 << 8 | byte1;
/fuchsia/zircon/system/ulib/edid/
H A Dedid.cpp372 if (desc->byte1 == 0x01 && desc->byte2 == 0x01) {

Completed in 79 milliseconds