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() 575 count32 = (count - done) & ~0x3; 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 754 count32 = (count - done) & ~0x3; in fake_master_write() 755 while (done < count32) { 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 | 3666 TCGv_i32 temp32, count32; 3677 count32 = tcg_temp_new_i32(); 3678 tcg_gen_trunc_tl_i32(count32, count); 3679 tcg_gen_rotl_i32(temp32, temp32, count32); 3694 TCGv_i32 temp32, count32; 3705 count32 = tcg_temp_new_i32(); 3706 tcg_gen_trunc_tl_i32(count32, count); 3707 tcg_gen_rotr_i32(temp32, temp32, count32); 3773 TCGv_i32 count32 = tcg_temp_new_i32(); 3791 tcg_gen_trunc_tl_i32(count32, count); [all …]
|