Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dmac_esp.c227 : "+a" (addr), "+r" (count32), "+r" (count2) \
246 unsigned int count32 = esp_count >> 5; in mac_esp_send_pdma_cmd() local
/linux-4.1.27/drivers/vme/bridges/
Dvme_ca91cx42.c865 unsigned int count32; in ca91cx42_master_read() local
897 count32 = (count - done) & ~0x3; in ca91cx42_master_read()
898 while (done < count32) { in ca91cx42_master_read()
924 unsigned int count32; in ca91cx42_master_write() local
951 count32 = (count - done) & ~0x3; in ca91cx42_master_write()
952 while (done < count32) { in ca91cx42_master_write()
Dvme_tsi148.c1271 unsigned int count32; in tsi148_master_read() local
1302 count32 = (count - done) & ~0x3; in tsi148_master_read()
1303 while (done < count32) { in tsi148_master_read()
1352 unsigned int count32; in tsi148_master_write() local
1384 count32 = (count - done) & ~0x3; in tsi148_master_write()
1385 while (done < count32) { in tsi148_master_write()