Searched refs:total_code_vol (Results 1 - 4 of 4) sorted by path

/linux-master/drivers/media/pci/zoran/
H A Dzr36050.c571 if (size > ptr->total_code_vol * 7)
572 size = ptr->total_code_vol * 7;
629 *ival = ptr->total_code_vol;
635 ptr->total_code_vol = *ival;
636 ptr->real_code_vol = (ptr->total_code_vol * 6) >> 3;
769 ptr->total_code_vol = 16000;
H A Dzr36050.h29 __u32 total_code_vol; member in struct:zr36050
H A Dzr36060.c626 if (size > ptr->total_code_vol * 7)
627 size = ptr->total_code_vol * 7;
685 *ival = ptr->total_code_vol;
691 ptr->total_code_vol = *ival;
692 ptr->real_code_vol = (ptr->total_code_vol * 6) >> 3;
822 ptr->total_code_vol = 16000; /* CHECKME */
823 ptr->real_code_vol = (ptr->total_code_vol * 6) >> 3;
H A Dzr36060.h29 __u32 total_code_vol; member in struct:zr36060

Completed in 202 milliseconds