Lines Matching refs:standard
99 xf86DrvMsg(m->d.pI2CBus->scrnIndex, X_INFO, "MSP34xx: standard result=0x%02x%02x\n",
112 xf86DrvMsg(m->d.pI2CBus->scrnIndex,X_INFO,"InitMSP3430(m->connector=%d, m->standard=%d, m->chip_family=%d)\n",
113 m->connector, m->standard, m->chip_family);
158 m->standard=MSP3430_NTSC;
354 xf86DrvMsg(m->d.pI2CBus->scrnIndex,X_INFO,"InitMSP34xxG(m->connector=%d, m->standard=%d, m->chip_family=%d)\n",
355 m->connector, m->standard, m->chip_family);
367 if ( (m->standard & 0xff) == MSP3430_PAL )
370 /* PAL standard */
374 /* standard selection is M-BTSC-Stereo */
397 switch(m->standard){
432 CARD16 result,standard;
457 switch ( m->standard & 0x00ff ) {
459 switch( m->standard ) {
461 standard=MSPSTANDARD_FM_DK1;
464 standard=MSPSTANDARD_FM_DK2;
468 standard=MSPSTANDARD_AUTO;
472 standard=MSPSTANDARD_AUTO;
476 standard=MSPSTANDARD_AUTO;
479 standard=MSPSTANDARD_FM_M;
481 standard=MSPSTANDARD_AUTO;
485 if ((m->chip_id==0x405) && (standard>=MSPSTANDARD_NICAM_BG))
486 standard=MSPSTANDARD_AUTO;
488 if (m->c_standard != standard) {
490 SetMSP3430Data (m, WR_DEM, 0x00, 0x20, standard>>8, standard & 0xFF);
491 if (standard==MSPSTANDARD_AUTO) {
501 standard=result;
502 else standard=MSPSTANDARD_UNKNOWN;
504 xf86DrvMsg(m->d.pI2CBus->scrnIndex,X_INFO,"Detected audio standard: %d\n",result);
511 if( standard == MSPSTANDARD_NICAM_L ) {
512 if ((m->standard & 0x00ff)==MSP3430_PAL) {
514 standard=MSPSTANDARD_FM_DK1;
515 SetMSP3430Data (m, WR_DEM, 0x00, 0x20, standard>>8, standard & 0xFF);
522 m->c_standard=standard;
523 } /*end - standard changed*/
525 if (standard<MSPSTANDARD_NICAM_BG) {
535 if (standard<=MSPSTANDARD_AUTO) {
538 else if (standard<MSPSTANDARD_NICAM_BG) {
542 SetMSP3430Data (m, WR_DSP, 0x00, 0x0f, ((standard==MSPSTANDARD_FM_M)?0:1), 0);
571 if (standard==MSPSTANDARD_NICAM_L) {