Home
last modified time | relevance | path

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

/system/ulib/edid/include/lib/edid/
A Dedid.h113 uint32_t horizontal_resolution() const { return (byte1 + 31) * 8; } in horizontal_resolution()
133 uint8_t byte1; member
/system/dev/block/sdmmc/
A Dsdio.c160 uint8_t byte1 = 0, byte2 = 0; in sdio_read_data16() local
161 zx_status_t st = sdio_rw_byte(dev, false, 0, addr, 0, &byte1); in sdio_read_data16()
174 *word = byte2 << 8 | byte1; in sdio_read_data16()
/system/ulib/edid/
A Dedid.cpp372 if (desc->byte1 == 0x01 && desc->byte2 == 0x01) { in Advance()

Completed in 10 milliseconds