Searched refs:SAMPLE_COUNT (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/mmc/host/
H A Dsdhci.c2540 #define SAMPLE_COUNT 5 macro
2551 for (i = 0; i < SAMPLE_COUNT; i++) {
2553 if (++ro_count > SAMPLE_COUNT / 2)
/linux-master/drivers/macintosh/
H A Drack-meter.c37 #define SAMPLE_COUNT 256 macro
45 u32 buf1[SAMPLE_COUNT] ____cacheline_aligned;
46 u32 buf2[SAMPLE_COUNT] ____cacheline_aligned;
190 cmd->req_count = cpu_to_le16(SAMPLE_COUNT * 4);
203 cmd->req_count = cpu_to_le16(SAMPLE_COUNT * 4);
359 for (i = 0; i < SAMPLE_COUNT; i++)

Completed in 188 milliseconds