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

/fuchsia/zircon/system/ulib/edid/include/lib/edid/
H A Dedid.h114 uint32_t horizontal_resolution() const { return (byte1 + 31) * 8; }
134 uint8_t byte1; member in struct:edid::StandardTimingDescriptor
/fuchsia/zircon/system/dev/block/sdmmc/
H A Dsdio.c156 uint8_t byte1 = 0, byte2 = 0; local
157 zx_status_t st = sdio_rw_byte(dev, false, 0, addr, 0, &byte1);
170 *word = byte2 << 8 | byte1;
/fuchsia/zircon/system/ulib/edid/
H A Dedid.cpp372 if (desc->byte1 == 0x01 && desc->byte2 == 0x01) {

Completed in 34 milliseconds