Home
last modified time | relevance | path

Searched refs:chip_version (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/
H A Dnouveau_nvkm_subdev_devinit_nv04.c118 powerctrl_1_shift(int chip_version, int reg) in powerctrl_1_shift() argument
122 if (chip_version < 0x17 || chip_version == 0x1a || chip_version == 0x20) in powerctrl_1_shift()
140 if (shift > 4 && (chip_version < 0x32 || chip_version == 0x35 || in powerctrl_1_shift()
141 chip_version == 0x36 || chip_version >= 0x40)) in powerctrl_1_shift()
152 int chip_version = device->bios->version.chip; in setPLL_single() local
157 int shift_powerctrl_1 = powerctrl_1_shift(chip_version, reg); in setPLL_single()
176 if ((chip_version < 0x17 || chip_version == 0x1a) && in setPLL_single()
177 chip_version != 0x11) in setPLL_single()
207 int chip_version = device->bios->version.chip; in setPLL_double_highregs() local
208 bool nv3035 = chip_version == 0x30 || chip_version == 0x35; in setPLL_double_highregs()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
H A Dnouveau_nvkm_subdev_clk_pllnv04.c144 int chip_version = subdev->device->bios->version.chip; in getMNP_double() local
196 if (chip_version < 0x60) in getMNP_double()
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_bios.c530 int ret, chip_version = bios->chip_version; in nouveau_bios_parse_lvds_table() local
546 if (chip_version < 0x25) { in nouveau_bios_parse_lvds_table()
557 } else if (chip_version < 0x30) { in nouveau_bios_parse_lvds_table()
621 if (pxclk && (chip_version < 0x25 || chip_version > 0x28)) in nouveau_bios_parse_lvds_table()
643 int cv = bios->chip_version; in run_tmds_table()
2030 legacy->chip_version = bios->version.chip; in NVInitVBIOS()
H A Dnouveau_bios.h88 uint8_t chip_version; member
/netbsd-src/sys/dev/pci/
H A Dadv_pci.c206 sc->chip_version = ASC_GET_CHIP_VER_NO(iot, ioh); in adv_pci_attach()
/netbsd-src/sys/dev/isa/
H A Dadv_isa.c224 sc->chip_version = ASC_GET_CHIP_VER_NO(iot, ioh); in adv_isa_attach()
/netbsd-src/sys/dev/cardbus/
H A Dadv_cardbus.c206 sc->chip_version = ASC_GET_CHIP_VER_NO(iot, ioh); in adv_cardbus_attach()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i2c/
H A Dch7006_priv.h100 int chip_version; member
H A Dch7006_drv.c469 priv->chip_version = ch7006_read(client, CH7006_VERSION_ID); in ch7006_encoder_init()
H A Dch7006_mode.c324 if (priv->chip_version >= 0x20) in ch7006_setup_power_state()
/netbsd-src/sys/dev/ic/
H A Dadvlib.c268 (sc->chip_version >= ASC_CHIP_VER_PCI_ULTRA_3150)) { in AscInitASC_SOFTC()
287 if (sc->chip_version == ASC_CHIP_VER_PCI_ULTRA_3150) in AscInitASC_SOFTC()
290 else if (sc->chip_version >= ASC_CHIP_VER_PCI_ULTRA_3050) in AscInitASC_SOFTC()
380 if (sc->chip_version == 3) { in AscInitFromEEP()
395 if (sc->chip_version == ASC_CHIP_VER_PCI_ULTRA_3050) { in AscInitFromEEP()
542 if (sc->chip_version == ASC_CHIP_VER_ASYN_BUG) { in AscInitFromASC_SOFTC()
H A Dadwlib.h680 u_int8_t chip_version; /* chip version */ member
H A Dadw.c373 sc->cfg.chip_version = in adw_init()
H A Dadvlib.h877 u_int8_t chip_version; member