Searched refs:count32 (Results 1 – 4 of 4) sorted by relevance
527 unsigned int count32; in fake_master_read() local572 count32 = (count - done) & ~0x3; in fake_master_read()573 while (done < count32) { in fake_master_read()579 count32 = (count - done) & ~0x3; in fake_master_read()580 while (done < count32) { in fake_master_read()586 count32 = (count - done); in fake_master_read()587 while (done < count32) { in fake_master_read()714 unsigned int count32; in fake_master_write() local758 count32 = (count - done) & ~0x3; in fake_master_write()759 while (done < count32) { in fake_master_write()[all …]
859 unsigned int count32; in ca91cx42_master_read() local891 count32 = (count - done) & ~0x3; in ca91cx42_master_read()892 while (done < count32) { in ca91cx42_master_read()918 unsigned int count32; in ca91cx42_master_write() local945 count32 = (count - done) & ~0x3; in ca91cx42_master_write()946 while (done < count32) { in ca91cx42_master_write()
1189 unsigned int count32; in tsi148_master_read() local1231 count32 = (count - done) & ~0x3; in tsi148_master_read()1232 while (done < count32) { in tsi148_master_read()1273 unsigned int count32; in tsi148_master_write() local1316 count32 = (count - done) & ~0x3; in tsi148_master_write()1317 while (done < count32) { in tsi148_master_write()
228 : "+a" (addr), "+r" (count32), "+r" (count2) \247 unsigned int count32 = esp_count >> 5; in mac_esp_send_pdma_cmd() local