Searched refs:byte1 (Results 1 – 3 of 3) sorted by relevance
113 uint32_t horizontal_resolution() const { return (byte1 + 31) * 8; } in horizontal_resolution()133 uint8_t byte1; member
160 uint8_t byte1 = 0, byte2 = 0; in sdio_read_data16() local161 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()
372 if (desc->byte1 == 0x01 && desc->byte2 == 0x01) { in Advance()
Completed in 14 milliseconds