Searched refs:p_specs (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Dtv_fs450.c414 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) function in typeref:typename:const S_TIMING_SPECS *
3480 PLAL_SetTVTimingRegisters(const S_TIMING_SPECS * p_specs) argument
3490 reg = ((p_specs->h_total - 1) << 16) | (p_specs->vga_width - 1);
3494 reg = ((p_specs->h_total - 1) << 16) | (p_specs
[all...]
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Dtv_fs450.c277 static int PLAL_SetTVTimingRegisters(const S_TIMING_SPECS * p_specs);
315 static const S_TIMING_SPECS *p_specs(void);
953 PLAL_SetTVTimingRegisters(p_specs());
1066 PLAL_SetTVTimingRegisters(p_specs());
1751 p_specs(void) function in typeref:typename:const S_TIMING_SPECS *
3202 PLAL_SetTVTimingRegisters(const S_TIMING_SPECS * p_specs) argument
3212 reg = ((p_specs->h_total - 1) << 16) | (p_specs->vga_width - 1);
3216 reg = ((p_specs->h_total - 1) << 16) | (p_specs
[all...]

Completed in 9 milliseconds