Searched refs:card_type (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
H A Dnouveau_nvkm_subdev_therm_fanpwm.c48 int card_type = device->card_type; local
55 if (card_type <= NV_40 || (fan->func.log[0] & 1))
67 int card_type = therm->subdev.device->card_type; local
80 if (card_type <= NV_40 || (fan->func.log[0] & 1))
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
H A Dnouveau_nvkm_subdev_bios_shadowramin.c68 if (device->card_type < NV_50)
72 if (device->card_type >= GM100)
75 if (device->card_type >= NV_C0)
86 if (device->card_type >= GV100)
H A Dnouveau_nvkm_subdev_bios_shadowrom.c56 if (device->card_type == NV_40 && device->chipset >= 0x4c)
H A Dnouveau_nvkm_subdev_bios_dcb.c39 if (device->card_type > NV_04)
H A Dnouveau_nvkm_subdev_bios_therm.c211 if (bios->subdev.device->card_type >= NV_C0 &&
H A Dnouveau_nvkm_subdev_bios_init.c164 if (init->subdev->device->card_type >= NV_50) {
250 if (device->card_type < NV_50) {
261 if (device->card_type < NV_50) {
1643 if (bios->subdev.device->card_type >= NV_50 &&
H A Dnouveau_nvkm_subdev_bios_pll.c124 switch (device->card_type) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
H A Dnouveau_nvkm_engine_disp_vga.c34 if (device->card_type >= NV_50)
45 if (device->card_type < NV_40)
56 if (device->card_type >= NV_50)
67 if (device->card_type < NV_40)
137 if (device->card_type < NV_50)
169 if (device->card_type < NV_50) {
195 if (device->card_type < NV_50) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/
H A Dnouveau_nvkm_subdev_devinit_nv10.c48 if (device->card_type >= NV_11 && device->chipset >= 0x17)
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/
H A Dnouveau_nvkm_engine_fifo_nv04.c159 if (device->card_type < NV_40) {
207 if (device->card_type == NV_50) {
281 if (device->card_type == NV_50) {
/netbsd-current/sys/dev/isa/
H A Dif_ai.c73 uint8_t card_type; member in struct:ai_softc
389 asc->card_type = SL_BOARD(val) - 1;
391 ai_names[asc->card_type], asc->card_rev);
H A Dif_ef.c76 uint8_t card_type; /* card model -- AUI/BNC or TP */ member in struct:ef_softc
589 esc->card_type = EF_IS_TP(partno) ? EF_CARD_TP : EF_CARD_BNC;
600 (esc->card_type == EF_CARD_TP) ? "3C507-TP" : "3C507",
603 if (esc->card_type == EF_CARD_TP)
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
H A Dnouveau_nvkm_core_ramht.c87 if (ramht->device->card_type >= NV_50)
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/dma/
H A Dnouveau_nvkm_engine_dma_user.c120 if (device->card_type >= NV_50)
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device/
H A Dnouveau_nvkm_engine_device_base.c3084 device->card_type = NV_10;
3086 device->card_type = NV_11;
3090 case 0x020: device->card_type = NV_20; break;
3091 case 0x030: device->card_type = NV_30; break;
3093 case 0x060: device->card_type = NV_40; break;
3097 case 0x0a0: device->card_type = NV_50; break;
3099 case 0x0d0: device->card_type = NV_C0; break;
3102 case 0x100: device->card_type = NV_E0; break;
3104 case 0x120: device->card_type = GM100; break;
3105 case 0x130: device->card_type
[all...]
H A Dnouveau_nvkm_engine_device_user.c170 switch (device->card_type) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
H A Dnouveau_nvkm_engine_gr_nv10.c898 if (device->card_type >= NV_11 && device->chipset >= 0x17) {
924 if (device->card_type >= NV_11 && device->chipset >= 0x17) {
1029 if (device->card_type >= NV_11 && device->chipset >= 0x17) {
1156 if (device->card_type >= NV_11 && device->chipset >= 0x17) {
H A Dnouveau_nvkm_engine_gr_nv04.c1222 if (device->card_type == NV_40)
H A Dnouveau_nvkm_engine_gr_gf100.c1577 if (device->card_type < NV_E0 || subc < 4)
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/
H A Dnouveau_nvkm_engine_falcon.c270 if (device->card_type < NV_C0)
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
H A Ddevice.h135 } card_type; member in struct:nvkm_device

Completed in 352 milliseconds