Home
last modified time | relevance | path

Searched refs:count32 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/staging/vme_user/
H A Dvme_fake.c523 unsigned int count32; in fake_master_read() local
568 count32 = (count - done) & ~0x3; in fake_master_read()
569 while (done < count32) { in fake_master_read()
576 while (done < count32) { in fake_master_read()
582 count32 = (count - done); in fake_master_read()
583 while (done < count32) { in fake_master_read()
710 unsigned int count32; in fake_master_write() local
755 while (done < count32) { in fake_master_write()
762 while (done < count32) { in fake_master_write()
768 count32 = (count - done); in fake_master_write()
[all …]
H A Dvme_tsi148.c1168 unsigned int count32; in tsi148_master_read() local
1210 count32 = (count - done) & ~0x3; in tsi148_master_read()
1211 while (done < count32) { in tsi148_master_read()
1251 unsigned int count32; in tsi148_master_write() local
1294 count32 = (count - done) & ~0x3; in tsi148_master_write()
1295 while (done < count32) { in tsi148_master_write()
/openbmc/linux/drivers/scsi/
H A Dmac_esp.c194 : "+a" (addr), "+r" (count32), "+r" (count2) \
213 unsigned int count32 = esp_count >> 5; in mac_esp_send_pdma_cmd() local
/openbmc/qemu/target/i386/tcg/
H A Demit.c.inc3431 TCGv_i32 temp32, count32;
3442 count32 = tcg_temp_new_i32();
3443 tcg_gen_trunc_tl_i32(count32, count);
3444 tcg_gen_rotl_i32(temp32, temp32, count32);
3459 TCGv_i32 temp32, count32;
3470 count32 = tcg_temp_new_i32();
3471 tcg_gen_trunc_tl_i32(count32, count);
3472 tcg_gen_rotr_i32(temp32, temp32, count32);
3538 TCGv_i32 count32 = tcg_temp_new_i32();
3556 tcg_gen_trunc_tl_i32(count32, count);
[all …]