Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/cxt1e1/
Dcomet.c34 #define COMET_NUM_SAMPLES 24 /* Number of entries in the waveform table */ macro
40 STATIC void WrtXmtWaveformTbl (ci_t * ci, comet_t * comet, u_int8_t table[COMET_NUM_SAMPLES][COMET_…
404 u_int8_t table[COMET_NUM_SAMPLES][COMET_NUM_UNITS]) in WrtXmtWaveformTbl()
408 for (sample = 0; sample < COMET_NUM_SAMPLES; sample++) in WrtXmtWaveformTbl()
415 pci_write_32 ((u_int32_t *) &comet->xlpg_cfg, table[COMET_NUM_SAMPLES][0]); in WrtXmtWaveformTbl()