HomeSort by: relevance | last modified time | path
    Searched refs:card_type (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
nouveau_nvkm_subdev_therm_fanpwm.c 48 int card_type = device->card_type; local in function:nvkm_fanpwm_get
55 if (card_type <= NV_40 || (fan->func.log[0] & 1))
67 int card_type = therm->subdev.device->card_type; local in function:nvkm_fanpwm_set
80 if (card_type <= NV_40 || (fan->func.log[0] & 1))
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_shadowramin.c 68 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)
nouveau_nvkm_subdev_bios_shadowrom.c 56 if (device->card_type == NV_40 && device->chipset >= 0x4c)
nouveau_nvkm_subdev_bios_dcb.c 39 if (device->card_type > NV_04)
nouveau_nvkm_subdev_bios_therm.c 211 if (bios->subdev.device->card_type >= NV_C0 &&
nouveau_nvkm_subdev_bios_init.c 164 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 &&
nouveau_nvkm_subdev_bios_pll.c 124 switch (device->card_type) {
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_vga.c 34 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) {
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/
nouveau_nvkm_subdev_devinit_nv10.c 48 if (device->card_type >= NV_11 && device->chipset >= 0x17)
  /src/sys/dev/isa/
if_ai.c 73 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);
if_ef.c 76 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)
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/
nouveau_nvkm_engine_fifo_nv04.c 159 if (device->card_type < NV_40) {
207 if (device->card_type == NV_50) {
281 if (device->card_type == NV_50) {
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
nouveau_nvkm_core_ramht.c 87 if (ramht->device->card_type >= NV_50)
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/dma/
nouveau_nvkm_engine_dma_user.c 120 if (device->card_type >= NV_50)
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device/
nouveau_nvkm_engine_device_base.c 3084 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 = GP100; break
    [all...]
nouveau_nvkm_engine_device_user.c 170 switch (device->card_type) {
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_nv10.c 898 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) {
nouveau_nvkm_engine_gr_nv04.c 1222 if (device->card_type == NV_40)
nouveau_nvkm_engine_gr_gf100.c 1577 if (device->card_type < NV_E0 || subc < 4)
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/
nouveau_nvkm_engine_falcon.c 270 if (device->card_type < NV_C0)
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
device.h 135 } card_type; member in struct:nvkm_device

Completed in 76 milliseconds