Lines Matching refs:odd
60 * This routine sets the odd and even base address values for the VIP memory
66 sc1400_set_vip_base(unsigned long even, unsigned long odd)
69 gfx_set_vip_base(unsigned long even, unsigned long odd)
75 WRITE_VIP32(SC1400_VIP_ODD_BASE, odd | 0x00800000);
125 * This routine sets the odd and even base address values for VBI capture.
130 sc1400_set_vbi_base(unsigned long even, unsigned long odd)
133 gfx_set_vbi_base(unsigned long even, unsigned long odd)
139 WRITE_VIP32(SC1400_VBI_ODD_BASE, odd | 0x00800000);
190 sc1400_get_vip_base(int odd)
193 gfx_get_vip_base(int odd)
198 if (odd)
241 sc1400_get_vbi_base(int odd)
244 gfx_get_vbi_base(int odd)
249 if (odd)