Searched refs:count32 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/staging/vme_user/ |
H A D | vme_fake.c | 523 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 D | vme_tsi148.c | 1168 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 D | mac_esp.c | 194 : "+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 D | emit.c.inc | 3431 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 …]
|