Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/drivers/vme/bridges/
Dvme_ca91cx42.c864 unsigned int count32; in ca91cx42_master_read() local
896 count32 = (count - done) & ~0x3; in ca91cx42_master_read()
897 while (done < count32) { in ca91cx42_master_read()
923 unsigned int count32; in ca91cx42_master_write() local
950 count32 = (count - done) & ~0x3; in ca91cx42_master_write()
951 while (done < count32) { in ca91cx42_master_write()
Dvme_tsi148.c1193 unsigned int count32; in tsi148_master_read() local
1235 count32 = (count - done) & ~0x3; in tsi148_master_read()
1236 while (done < count32) { in tsi148_master_read()
1277 unsigned int count32; in tsi148_master_write() local
1320 count32 = (count - done) & ~0x3; in tsi148_master_write()
1321 while (done < count32) { in tsi148_master_write()