Home
last modified time | relevance | path

Searched refs:rfhcnt (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/video/fbdev/matrox/
Dmatroxfb_Ti3026.c446 unsigned int rfhcnt, mclk_ctl; in ti3026_setMCLK() local
506 rfhcnt = (f_pll - 128) / 256; in ti3026_setMCLK()
507 if (rfhcnt > 15) in ti3026_setMCLK()
508 rfhcnt = 15; in ti3026_setMCLK()
510 rfhcnt = (f_pll - 64) / 128; in ti3026_setMCLK()
511 if (rfhcnt > 15) in ti3026_setMCLK()
512 rfhcnt = 0; in ti3026_setMCLK()
514 minfo->hw.MXoptionReg = (minfo->hw.MXoptionReg & ~0x000F0000) | (rfhcnt << 16); in ti3026_setMCLK()