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

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

Completed in 204 milliseconds