Searched refs:req_sclk (Results 1 – 4 of 4) sorted by relevance
/haiku/src/add-ons/accelerants/skeleton/engine/ |
H A D | dac.c | 388 float req_sclk, float* calc_sclk, uint8* m_result, uint8* n_result, uint8* p_result, uint8 test) in eng_dac_sys_pll_find() argument 418 if (req_sclk > 340.0) m_max = 2; /* Fpll > 340Mhz */ in eng_dac_sys_pll_find() 419 else if (req_sclk > 200.0) m_max = 4; /* 200Mhz < Fpll <= 340Mhz */ in eng_dac_sys_pll_find() 420 else if (req_sclk > 150.0) m_max = 6; /* 150Mhz < Fpll <= 200Mhz */ in eng_dac_sys_pll_find() 434 if (req_sclk > 340.0) m_max = 2; /* Fpll > 340Mhz */ in eng_dac_sys_pll_find() 435 else if (req_sclk > 250.0) m_max = 6; /* 250Mhz < Fpll <= 340Mhz */ in eng_dac_sys_pll_find() 457 if (req_sclk < (si->ps.min_system_vco / ((float)p_max))) in eng_dac_sys_pll_find() 460 req_sclk, (si->ps.min_system_vco / ((float)p_max)))); in eng_dac_sys_pll_find() 461 req_sclk = (si->ps.min_system_vco / ((float)p_max)); in eng_dac_sys_pll_find() 464 if (req_sclk > si->ps.max_system_vco) in eng_dac_sys_pll_find() [all …]
|
/haiku/src/add-ons/accelerants/via/engine/ |
H A D | dac.c | 549 float req_sclk, float* calc_sclk, uint8* m_result, uint8* n_result, uint8* p_result, uint8 test) in eng_dac_sys_pll_find() argument 579 if (req_sclk > 340.0) m_max = 2; /* Fpll > 340Mhz */ in eng_dac_sys_pll_find() 580 else if (req_sclk > 200.0) m_max = 4; /* 200Mhz < Fpll <= 340Mhz */ in eng_dac_sys_pll_find() 581 else if (req_sclk > 150.0) m_max = 6; /* 150Mhz < Fpll <= 200Mhz */ in eng_dac_sys_pll_find() 595 if (req_sclk > 340.0) m_max = 2; /* Fpll > 340Mhz */ in eng_dac_sys_pll_find() 596 else if (req_sclk > 250.0) m_max = 6; /* 250Mhz < Fpll <= 340Mhz */ in eng_dac_sys_pll_find() 618 if (req_sclk < (si->ps.min_system_vco / ((float)p_max))) in eng_dac_sys_pll_find() 621 req_sclk, (si->ps.min_system_vco / ((float)p_max)))); in eng_dac_sys_pll_find() 622 req_sclk = (si->ps.min_system_vco / ((float)p_max)); in eng_dac_sys_pll_find() 625 if (req_sclk > si->ps.max_system_vco) in eng_dac_sys_pll_find() [all …]
|
/haiku/src/add-ons/accelerants/nvidia/engine/ |
H A D | nv_dac.c | 489 float req_sclk, float* calc_sclk, uint8* m_result, uint8* n_result, in nv_dac_sys_pll_find() argument 520 if (req_sclk > 340.0) m_max = 2; /* Fpll > 340Mhz */ in nv_dac_sys_pll_find() 521 else if (req_sclk > 200.0) m_max = 4; /* 200Mhz < Fpll <= 340Mhz */ in nv_dac_sys_pll_find() 522 else if (req_sclk > 150.0) m_max = 6; /* 150Mhz < Fpll <= 200Mhz */ in nv_dac_sys_pll_find() 536 if (req_sclk > 340.0) m_max = 2; /* Fpll > 340Mhz */ in nv_dac_sys_pll_find() 537 else if (req_sclk > 250.0) m_max = 6; /* 250Mhz < Fpll <= 340Mhz */ in nv_dac_sys_pll_find() 559 if (req_sclk < (si->ps.min_system_vco / ((float)p_max))) in nv_dac_sys_pll_find() 562 req_sclk, (si->ps.min_system_vco / ((float)p_max)))); in nv_dac_sys_pll_find() 563 req_sclk = (si->ps.min_system_vco / ((float)p_max)); in nv_dac_sys_pll_find() 566 if (req_sclk > si->ps.max_system_vco) in nv_dac_sys_pll_find() [all …]
|
/haiku/src/add-ons/accelerants/matrox/engine/ |
H A D | mga_dac.c | 19 float req_sclk,float * calc_sclk,uint8 * m_result,uint8 * n_result,uint8 * p_result); 21 float req_sclk,float * calc_sclk,uint8 * m_result,uint8 * n_result,uint8 * p_result); 758 float req_sclk, float* calc_sclk, uint8* m_result, uint8* n_result, in g100_g400max_dac_sys_pll_find() argument 786 if (req_sclk < (si->ps.min_system_vco / 8.0)) in g100_g400max_dac_sys_pll_find() 789 req_sclk, (float)(si->ps.min_system_vco / 8.0))); in g100_g400max_dac_sys_pll_find() 790 req_sclk = (si->ps.min_system_vco / 8.0); in g100_g400max_dac_sys_pll_find() 793 if (req_sclk > si->ps.max_system_vco) in g100_g400max_dac_sys_pll_find() 796 req_sclk, (float)si->ps.max_system_vco)); in g100_g400max_dac_sys_pll_find() 797 req_sclk = si->ps.max_system_vco; in g100_g400max_dac_sys_pll_find() 804 f_vco = req_sclk * p; in g100_g400max_dac_sys_pll_find() [all …]
|