Home
last modified time | relevance | path

Searched refs:SAMPLE_COUNT (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/macintosh/
Drack-meter.c38 #define SAMPLE_COUNT 256 macro
46 u32 buf1[SAMPLE_COUNT] ____cacheline_aligned;
47 u32 buf2[SAMPLE_COUNT] ____cacheline_aligned;
155 memset(rdma->buf1, 0, SAMPLE_COUNT & sizeof(u32)); in rackmeter_do_pause()
156 memset(rdma->buf2, 0, SAMPLE_COUNT & sizeof(u32)); in rackmeter_do_pause()
190 st_le16(&cmd->req_count, SAMPLE_COUNT * 4); in rackmeter_setup_dbdma()
203 st_le16(&cmd->req_count, SAMPLE_COUNT * 4); in rackmeter_setup_dbdma()
358 for (i = 0; i < SAMPLE_COUNT; i++) in rackmeter_irq()
/linux-3.4.99/drivers/mmc/host/
Dsdhci.c1519 #define SAMPLE_COUNT 5 macro
1529 for (i = 0; i < SAMPLE_COUNT; i++) { in sdhci_do_get_ro()
1531 if (++ro_count > SAMPLE_COUNT / 2) in sdhci_do_get_ro()