Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/macintosh/
Drack-meter.c40 #define SAMPLE_COUNT 256 macro
48 u32 buf1[SAMPLE_COUNT] ____cacheline_aligned;
49 u32 buf2[SAMPLE_COUNT] ____cacheline_aligned;
157 memset(rdma->buf1, 0, SAMPLE_COUNT & sizeof(u32)); in rackmeter_do_pause()
158 memset(rdma->buf2, 0, SAMPLE_COUNT & sizeof(u32)); in rackmeter_do_pause()
192 cmd->req_count = cpu_to_le16(SAMPLE_COUNT * 4); in rackmeter_setup_dbdma()
205 cmd->req_count = cpu_to_le16(SAMPLE_COUNT * 4); in rackmeter_setup_dbdma()
360 for (i = 0; i < SAMPLE_COUNT; i++) in rackmeter_irq()
/linux-4.4.14/drivers/mmc/host/
Dsdhci.c1690 #define SAMPLE_COUNT 5 macro
1700 for (i = 0; i < SAMPLE_COUNT; i++) { in sdhci_do_get_ro()
1702 if (++ro_count > SAMPLE_COUNT / 2) in sdhci_do_get_ro()