Searched refs:count32 (Results 1 – 4 of 4) sorted by relevance
523 unsigned int count32; in fake_master_read() local568 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() local754 count32 = (count - done) & ~0x3; in fake_master_write()755 while (done < count32) { in fake_master_write()[all …]
855 unsigned int count32; in ca91cx42_master_read() local887 count32 = (count - done) & ~0x3; in ca91cx42_master_read()888 while (done < count32) { in ca91cx42_master_read()914 unsigned int count32; in ca91cx42_master_write() local941 count32 = (count - done) & ~0x3; in ca91cx42_master_write()942 while (done < count32) { in ca91cx42_master_write()
1185 unsigned int count32; in tsi148_master_read() local1227 count32 = (count - done) & ~0x3; in tsi148_master_read()1228 while (done < count32) { in tsi148_master_read()1269 unsigned int count32; in tsi148_master_write() local1312 count32 = (count - done) & ~0x3; in tsi148_master_write()1313 while (done < count32) { in tsi148_master_write()
194 : "+a" (addr), "+r" (count32), "+r" (count2) \213 unsigned int count32 = esp_count >> 5; in mac_esp_send_pdma_cmd() local