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

/haiku/src/add-ons/accelerants/skeleton/
H A DGetDeviceInfo.c72 case NV36:
73 sprintf(adi->chipset, "NV36");
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Ddac.c307 if (si->ps.card_type == NV36)
441 if (si->ps.card_type == NV36) discr_low = 3.2;
H A Ddac2.c315 if (si->ps.card_type == NV36)
H A Dinfo.c786 if ((si->ps.card_type == NV31) || (si->ps.card_type == NV36))
808 LOG(8,("INFO: ---NV31/NV36 extension to memory PLL accessed only!\n"));
811 LOG(8,("INFO: ---NV31/NV36 extension to core PLL accessed only!\n"));
814 LOG(8,("INFO: ---NV31/NV36 extension to DAC1 PLL accessed only!\n"));
817 LOG(8,("INFO: ---NV31/NV36 extension to DAC2 PLL accessed only!\n"));
1111 // if ((si->ps.card_type == NV31) || (si->ps.card_type == NV36))
1710 // if ((si->ps.card_type == NV31) || (si->ps.card_type == NV36))
2809 case NV36:
/haiku/headers/private/graphics/skeleton/
H A DDriverInterface.h196 NV36, enumerator in enum:__anon937::__anon940
/haiku/headers/private/graphics/via/
H A DDriverInterface.h128 NV36, enumerator in enum:__anon4
/haiku/src/add-ons/accelerants/via/engine/
H A Ddac2.c315 if (si->ps.card_type == NV36)
H A Ddac.c602 if (si->ps.card_type == NV36) discr_low = 3.2;
H A Dinfo.c878 case NV36:
/haiku/headers/private/graphics/nvidia/
H A DDriverInterface.h116 NV36, enumerator in enum:__anon15
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_general.c329 si->ps.card_type = NV36;
332 sprintf(si->adi.chipset, "NV36");
357 si->ps.card_type = NV36;
360 sprintf(si->adi.chipset, "NV36(?)");
1179 si->ps.card_type = NV36;
1182 sprintf(si->adi.chipset, "NV36");
1186 si->ps.card_type = NV36;
1189 sprintf(si->adi.chipset, "NV36");
1194 si->ps.card_type = NV36;
1198 sprintf(si->adi.chipset, "NV36");
[all...]
H A Dnv_dac.c403 if (si->ps.card_type == NV36) {
543 if (si->ps.card_type == NV36) discr_low = 3.2;
H A Dnv_dac2.c360 if (si->ps.card_type == NV36) {
H A Dnv_info.c798 if ((si->ps.card_type == NV31) || (si->ps.card_type == NV36))
820 LOG(8,("INFO: ---NV31/NV36 extension to memory PLL accessed only!\n"));
823 LOG(8,("INFO: ---NV31/NV36 extension to core PLL accessed only!\n"));
826 LOG(8,("INFO: ---NV31/NV36 extension to DAC1 PLL accessed only!\n"));
829 LOG(8,("INFO: ---NV31/NV36 extension to DAC2 PLL accessed only!\n"));
1198 // if ((si->ps.card_type == NV31) || (si->ps.card_type == NV36))
1797 // if ((si->ps.card_type == NV31) || (si->ps.card_type == NV36))
3169 (si->ps.card_type == NV36) ||

Completed in 59 milliseconds