Searched refs:max_system_vco (Results 1 - 14 of 14) sorted by relevance

/haiku/src/add-ons/accelerants/neomagic/engine/
H A Dnm_info.c14 si->ps.max_system_vco = 65;
34 si->ps.max_system_vco = 80;
53 si->ps.max_system_vco = 80;
72 si->ps.max_system_vco = 90;
91 si->ps.max_system_vco = 110;
110 si->ps.max_system_vco = 110;
129 si->ps.max_system_vco = 110;
148 si->ps.max_system_vco = 110;
240 LOG(2,("max_system_vco: %dMhz\n", si->ps.max_system_vco));
[all...]
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_info.c124 si->ps.max_system_vco = 0;
289 si->ps.max_system_vco = si->ps.max_pixel_vco;
334 if (pins[38] == 0xff) si->ps.max_system_vco = si->ps.max_pixel_vco;
335 else si->ps.max_system_vco = 4 * pins[38];
474 si->ps.max_system_vco = m_factor * pins[36];
624 si->ps.max_system_vco = 220;
663 si->ps.max_system_vco = 220;
703 si->ps.max_system_vco = 230;
744 si->ps.max_system_vco = 250;
784 si->ps.max_system_vco
[all...]
H A Dmga_dac.c792 /* upper limit is max_system_vco */
793 if (req_sclk > si->ps.max_system_vco)
796 req_sclk, (float)si->ps.max_system_vco));
797 req_sclk = si->ps.max_system_vco;
807 if ((f_vco >= si->ps.min_system_vco) && (f_vco <= si->ps.max_system_vco))
986 /* upper limit is max_system_vco */
987 if (req_sclk > si->ps.max_system_vco)
990 req_sclk, (float)si->ps.max_system_vco));
991 req_sclk = si->ps.max_system_vco;
1001 if ((f_vco >= si->ps.min_system_vco) && (f_vco <= si->ps.max_system_vco))
[all...]
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Ddac.c464 if (req_sclk > si->ps.max_system_vco)
467 req_sclk, (float)si->ps.max_system_vco));
468 req_sclk = si->ps.max_system_vco;
478 if ((f_vco >= si->ps.min_system_vco) && (f_vco <= si->ps.max_system_vco))
H A Dinfo.c188 si->ps.max_system_vco = fvco_max / 1000;
2616 si->ps.max_system_vco = 256;
2650 si->ps.max_system_vco = 300;
2684 si->ps.max_system_vco = 300;
2718 si->ps.max_system_vco = 350;
2770 si->ps.max_system_vco = 350;
2820 si->ps.max_system_vco = 350;
3023 LOG(2,("max_system_vco: %dMhz\n", si->ps.max_system_vco));
/haiku/src/add-ons/accelerants/via/engine/
H A Dinfo.c685 si->ps.max_system_vco = 230;
719 si->ps.max_system_vco = 300;
753 si->ps.max_system_vco = 300;
787 si->ps.max_system_vco = 350;
839 si->ps.max_system_vco = 350;
889 si->ps.max_system_vco = 350;
1040 LOG(2,("max_system_vco: %dMhz\n", si->ps.max_system_vco));
H A Ddac.c625 if (req_sclk > si->ps.max_system_vco)
628 req_sclk, (float)si->ps.max_system_vco));
629 req_sclk = si->ps.max_system_vco;
639 if ((f_vco >= si->ps.min_system_vco) && (f_vco <= si->ps.max_system_vco))
/haiku/headers/private/graphics/matrox/
H A DDriverInterface.h203 uint32 max_system_vco; /* graphics engine PLL VCO limits (Mhz) */ member in struct:__anon785::__anon789
/haiku/headers/private/graphics/neomagic/
H A DDriverInterface.h193 uint32 max_system_vco; /* graphics engine PLL VCO limits (Mhz) */ member in struct:__anon799::__anon803
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_dac.c566 if (req_sclk > si->ps.max_system_vco)
569 req_sclk, (float)si->ps.max_system_vco));
570 req_sclk = si->ps.max_system_vco;
580 if ((f_vco >= si->ps.min_system_vco) && (f_vco <= si->ps.max_system_vco))
H A Dnv_info.c200 si->ps.max_system_vco = fvco_max / 1000;
2972 si->ps.max_system_vco = 256;
3006 si->ps.max_system_vco = 300;
3040 si->ps.max_system_vco = 300;
3074 si->ps.max_system_vco = 350;
3126 si->ps.max_system_vco = 350;
3181 si->ps.max_system_vco = 350;
3223 si->ps.max_system_vco = 1000;
3367 LOG(2,("max_system_vco: %dMhz\n", si->ps.max_system_vco));
[all...]
/haiku/headers/private/graphics/skeleton/
H A DDriverInterface.h257 uint32 max_system_vco; /* graphics engine PLL VCO limits (Mhz) */ member in struct:__anon937::__anon943
/haiku/headers/private/graphics/via/
H A DDriverInterface.h268 uint32 max_system_vco; /* graphics engine PLL VCO limits (Mhz) */ member in struct:__anon7::__anon10
/haiku/headers/private/graphics/nvidia/
H A DDriverInterface.h397 uint32 max_system_vco; /* graphics engine PLL VCO limits (Mhz) */ member in struct:__anon21::__anon27

Completed in 475 milliseconds