Searched refs:byte2 (Results 1 – 3 of 3) sorted by relevance
| /system/ulib/edid/include/lib/edid/ |
| A D | edid.h | 134 uint8_t byte2; member 135 DEF_SUBFIELD(byte2, 7, 6, aspect_ratio); 136 DEF_SUBFIELD(byte2, 5, 0, vertical_freq);
|
| /system/dev/block/sdmmc/ |
| A D | sdio.c | 160 uint8_t byte1 = 0, byte2 = 0; in sdio_read_data16() local 167 st = sdio_rw_byte(dev, false, 0, addr + 1, 0, &byte2); in sdio_read_data16() 174 *word = byte2 << 8 | byte1; in sdio_read_data16()
|
| /system/ulib/edid/ |
| A D | edid.cpp | 372 if (desc->byte1 == 0x01 && desc->byte2 == 0x01) { in Advance()
|
Completed in 12 milliseconds