Searched refs:PT_BLOCKSAMPLES (Results 1 – 2 of 2) sorted by relevance
39 #define PT_BLOCKSAMPLES 0x400 macro40 #define PT_BLOCKSIZE (PT_BLOCKSAMPLES*4)42 #define PT_BLOCKCOUNT (PT_SAMPLES/PT_BLOCKSAMPLES)
97 while (i < PT_BLOCKSAMPLES) { in pt_putblock()232 if (pos > PT_BLOCKSAMPLES) in emu10k1_pt_waveout_update()233 pos = PT_BLOCKSAMPLES; in emu10k1_pt_waveout_update()234 pos = 4 * (PT_BLOCKSAMPLES - pos); in emu10k1_pt_waveout_update()