Searched refs:expected_bytes (Results 1 – 3 of 3) sorted by relevance
281 uint8_t expected_bytes = NPCM7XX_SMBRXF_CTL_RX_THR(s->rxf_ctl); in npcm7xx_smbus_recv_fifo() local285 if (received_bytes == expected_bytes) { in npcm7xx_smbus_recv_fifo()289 while (received_bytes < expected_bytes && in npcm7xx_smbus_recv_fifo()299 received_bytes, expected_bytes); in npcm7xx_smbus_recv_fifo()301 if (unlikely(received_bytes < expected_bytes)) { in npcm7xx_smbus_recv_fifo()304 DEVICE(s)->canonical_path, expected_bytes); in npcm7xx_smbus_recv_fifo()
123 uint8_t expected_bytes[9] = { in test_cmos_drive_cyl() local127 test_cmos_bytes(qts, reg0, 9, expected_bytes); in test_cmos_drive_cyl()
407 __le32 expected_bytes; member