Searched refs:count32 (Results 1 – 3 of 3) sorted by relevance
524 unsigned int count32; in fake_master_read() local569 count32 = (count - done) & ~0x3; in fake_master_read()570 while (done < count32) { in fake_master_read()577 while (done < count32) { in fake_master_read()583 count32 = (count - done); in fake_master_read()584 while (done < count32) { in fake_master_read()714 unsigned int count32; in fake_master_write() local759 while (done < count32) { in fake_master_write()766 while (done < count32) { in fake_master_write()772 count32 = (count - done); in fake_master_write()[all …]
1169 unsigned int count32; in tsi148_master_read() local1211 count32 = (count - done) & ~0x3; in tsi148_master_read()1212 while (done < count32) { in tsi148_master_read()1252 unsigned int count32; in tsi148_master_write() local1295 count32 = (count - done) & ~0x3; in tsi148_master_write()1296 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
Completed in 12 milliseconds