Lines Matching refs:p_specs
414 static int PLAL_SetTVTimingRegisters(const S_TIMING_SPECS * p_specs);
459 static const S_TIMING_SPECS *p_specs(void);
1160 PLAL_SetTVTimingRegisters(p_specs());
1273 PLAL_SetTVTimingRegisters(p_specs());
1966 p_specs(void)
3480 PLAL_SetTVTimingRegisters(const S_TIMING_SPECS * p_specs)
3490 reg = ((p_specs->h_total - 1) << 16) | (p_specs->vga_width - 1);
3494 reg = ((p_specs->h_total - 1) << 16) | (p_specs->vga_width - 1);
3498 reg = ((p_specs->h_sync + 63) << 16) | p_specs->h_sync;
3505 reg = ((p_specs->v_total - 1) << 16) | (p_specs->vga_lines - 1);
3509 reg = ((p_specs->v_total - 1) << 16) | (p_specs->vga_lines - 1);
3513 reg = ((p_specs->v_sync) << 16) | (p_specs->v_sync - 1);
3517 reg = ((p_specs->v_sync - 1) << 16) | (p_specs->v_sync - 2);