Searched refs:count32 (Results 1 – 4 of 4) sorted by relevance
526 unsigned int count32; in fake_master_read() local571 count32 = (count - done) & ~0x3; in fake_master_read()572 while (done < count32) { in fake_master_read()578 count32 = (count - done) & ~0x3; in fake_master_read()579 while (done < count32) { in fake_master_read()585 count32 = (count - done); in fake_master_read()586 while (done < count32) { in fake_master_read()716 unsigned int count32; in fake_master_write() local760 count32 = (count - done) & ~0x3; in fake_master_write()761 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()
1183 unsigned int count32; in tsi148_master_read() local1225 count32 = (count - done) & ~0x3; in tsi148_master_read()1226 while (done < count32) { in tsi148_master_read()1267 unsigned int count32; in tsi148_master_write() local1310 count32 = (count - done) & ~0x3; in tsi148_master_write()1311 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