Lines Matching refs:odd
94 * This routine sets the odd and even base address values for the VIP memory
100 sc1200_set_vip_base(unsigned long even, unsigned long odd)
103 gfx_set_vip_base(unsigned long even, unsigned long odd)
111 if (odd)
112 WRITE_VIP32(SC1200_VIP_ODD_BASE, odd + (unsigned long) gfx_phys_fbptr);
222 * This routine sets the odd and even base address values for VBI capture.
224 * "even" and "odd" should contain 16-byte aligned physical addresses.
229 sc1200_set_vbi_base(unsigned long even, unsigned long odd)
232 gfx_set_vbi_base(unsigned long even, unsigned long odd)
239 if (odd)
240 WRITE_VIP32(SC1200_VBI_ODD_BASE, odd & ~0xf);
367 * This routine returns 1 if the current VIP field is odd. Otherwise returns 0
458 sc1200_get_vip_base(int odd)
461 gfx_get_vip_base(int odd)
466 if (odd)
595 sc1200_get_vbi_base(int odd)
598 gfx_get_vbi_base(int odd)
603 if (odd)
614 sc1200_get_vbi_direct(int odd)
617 gfx_get_vbi_direct(int odd)
622 if (odd)