Lines Matching refs:odd
133 int sc1200_set_vip_base(unsigned long even, unsigned long odd);
138 int sc1200_set_vbi_base(unsigned long even, unsigned long odd);
152 unsigned long sc1200_get_vip_base(int odd);
157 unsigned long sc1200_get_vbi_base(int odd);
159 unsigned long sc1200_get_vbi_direct(int odd);
226 * This routine sets the odd and even base address values for the VIP memory
232 sc1200_set_vip_base(unsigned long even, unsigned long odd)
235 gfx_set_vip_base(unsigned long even, unsigned long odd)
242 if (odd)
243 WRITE_VIP32(SC1200_VIP_ODD_BASE, odd + (unsigned long)gfx_phys_fbptr);
353 * This routine sets the odd and even base address values for VBI capture.
355 * "even" and "odd" should contain 16-byte aligned physical addresses.
360 sc1200_set_vbi_base(unsigned long even, unsigned long odd)
363 gfx_set_vbi_base(unsigned long even, unsigned long odd)
370 if (odd)
371 WRITE_VIP32(SC1200_VBI_ODD_BASE, odd & ~0xf);
497 * This routine returns 1 if the current VIP field is odd. Otherwise returns 0.
586 sc1200_get_vip_base(int odd)
589 gfx_get_vip_base(int odd)
594 if (odd)
723 sc1200_get_vbi_base(int odd)
726 gfx_get_vbi_base(int odd)
731 if (odd)
742 sc1200_get_vbi_direct(int odd)
745 gfx_get_vbi_direct(int odd)
750 if (odd)