Home
last modified time | relevance | path

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

/drivers/staging/vme_user/
A Dvme_fake.c522 unsigned int count32; in fake_master_read() local
567 count32 = (count - done) & ~0x3; in fake_master_read()
568 while (done < count32) { in fake_master_read()
575 while (done < count32) { in fake_master_read()
581 count32 = (count - done); in fake_master_read()
582 while (done < count32) { in fake_master_read()
708 unsigned int count32; in fake_master_write() local
753 while (done < count32) { in fake_master_write()
760 while (done < count32) { in fake_master_write()
766 count32 = (count - done); in fake_master_write()
[all …]
A Dvme_tsi148.c1167 unsigned int count32; in tsi148_master_read() local
1209 count32 = (count - done) & ~0x3; in tsi148_master_read()
1210 while (done < count32) { in tsi148_master_read()
1250 unsigned int count32; in tsi148_master_write() local
1293 count32 = (count - done) & ~0x3; in tsi148_master_write()
1294 while (done < count32) { in tsi148_master_write()
/drivers/scsi/
A Dmac_esp.c194 : "+a" (addr), "+r" (count32), "+r" (count2) \
213 unsigned int count32 = esp_count >> 5; in mac_esp_send_pdma_cmd() local

Completed in 12 milliseconds