| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/ | 
| nouveau_nvkm_engine_gr_ctxnv50.c | 313 	if (device->chipset == 0x50) { 320 	if (IS_NVA3F(device->chipset))
 324 	if (device->chipset == 0x50)
 326 	else if (device->chipset < 0xa0)
 331 	if (device->chipset >= 0xa0)
 333 	if (IS_NVA3F(device->chipset)) {
 347 	if (device->chipset < 0xa0) {
 350 	} else if (!IS_NVA3F(device->chipset)) {
 361 	if (device->chipset == 0x50)
 371 	if (device->chipset == 0x50)
 [all...]
 | 
| nv40.h | 43 	if ((device->chipset & 0xf0) == 0x60) 46 	return !(0x0aaf & (1 << (device->chipset & 0x0f)));
 
 | 
| nouveau_nvkm_engine_gr_ctxnv40.c | 128 	switch (device->chipset) { 193 	if (device->chipset == 0x40) {
 229 		if (device->chipset == 0x4c ||
 230 		    (device->chipset & 0xf0) == 0x60)
 237 	switch (device->chipset) {
 246 		switch (device->chipset) {
 275 	if (device->chipset == 0x40) {
 279 	if (device->chipset == 0x46 || device->chipset == 0x47 ||
 280 	    device->chipset == 0x49 || device->chipset == 0x4b)
 [all...]
 | 
| /src/sys/dev/eisa/ | 
| if_ep_eisa.c | 132 	u_short		chipset;	/* 3Com chipset used */  member in struct:ep_eisa_product 138 	.chipset = ELINK_CHIPSET_3C509,
 144 	.chipset = ELINK_CHIPSET_3C509,
 150 	.chipset = ELINK_CHIPSET_3C509,
 156 	.chipset = ELINK_CHIPSET_3C509,
 162 	.chipset = ELINK_CHIPSET_3C509,
 168 	.chipset = ELINK_CHIPSET_3C509,
 174 	.chipset = ELINK_CHIPSET_3C509,
 180 	.chipset = ELINK_CHIPSET_VORTEX
 [all...]
 | 
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/bsp/ | 
| nouveau_nvkm_engine_bsp_g84.c | 47 				device->chipset != 0x92, 0x103000, pengine); 
 | 
| /src/sys/external/bsd/drm2/dist/drm/via/ | 
| via_map.c | 104 int via_driver_load(struct drm_device *dev, unsigned long chipset) 116 	dev_priv->chipset = chipset;
 
 | 
| /src/sys/dev/isapnp/ | 
| if_ep_isapnp.c | 88 	int chipset;  local in function:ep_isapnp_attach 114 		chipset = ELINK_CHIPSET_CORKSCREW;
 117 		chipset = ELINK_CHIPSET_3C509;
 120 	epconfig(sc, chipset, NULL);
 
 | 
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/ | 
| nouveau_nvkm_subdev_clk_g84.c | 52 			     (device->chipset >= 0x94), pclk); 
 | 
| nouveau_nvkm_subdev_clk_nv50.c | 40 	switch (device->chipset) { 65 	switch (device->chipset) {
 175 		if (device->chipset != 0xa0)
 262 		switch (device->chipset) {
 271 				if (device->chipset == 0xa0) /* wtf?? */
 299 		switch (device->chipset) {
 407 		if (device->chipset != 0x98)
 415 			if (device->chipset != 0x98)
 458 	if (device->chipset < 0x92)
 532 	switch (device->chipset) {
 [all...]
 | 
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/ | 
| nouveau_nvkm_engine_disp_nv04.c | 57 	if (device->chipset >= 0x10 && device->chipset <= 0x40) { 
 | 
| nouveau_nvkm_engine_disp_vga.c | 141 	if (device->chipset == 0x11) { 170 		if (device->chipset == 0x11) {
 197 		if (device->chipset == 0x11) {
 205 		if (device->chipset == 0x11) {
 
 | 
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/ | 
| nouveau_nvkm_subdev_fb_nv30.c | 74 	int b = (device->chipset > 0x30 ? 103 	if (device->chipset == 0x30 ||
 104 	    device->chipset == 0x31 ||
 105 	    device->chipset == 0x35) {
 107 		int n = (device->chipset == 0x31 ? 2 : 4);
 
 | 
| nouveau_nvkm_subdev_fb_ramnv1a.c | 54 	if (fb->subdev.device->chipset == 0x1a) { 
 | 
| /src/sys/external/bsd/drm2/dist/drm/sis/ | 
| sis_drv.c | 47 static int sis_driver_load(struct drm_device *dev, unsigned long chipset) 59 	dev_priv->chipset = chipset;
 
 | 
| sis_drv.h | 59 	unsigned int chipset;  member in struct:drm_sis_private 
 | 
| /src/sys/external/bsd/drm/dist/shared-core/ | 
| mga_warp.c | 82 	switch (dev_priv->chipset) { 89 		DRM_ERROR("Unknown chipset value: 0x%x\n", dev_priv->chipset);
 152 	switch (dev_priv->chipset) {
 171 	switch (dev_priv->chipset) {
 
 | 
| sis_drv.h | 62 	unsigned int chipset;  member in struct:drm_sis_private 
 | 
| /src/sys/external/bsd/drm2/dist/drm/mga/ | 
| mga_ioc32.c | 46 	int chipset;  member in struct:drm32_mga_init 75 	memcpy(&init.chipset, &init32.chipset,
 77 		offsetof(drm_mga_init_t, chipset));
 
 | 
| mga_warp.c | 64 	switch (dev_priv->chipset) { 145 	switch (dev_priv->chipset) {
 
 | 
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/ | 
| nouveau_nvkm_subdev_bios_shadowrom.c | 56 	if (device->card_type == NV_40 && device->chipset >= 0x4c) 
 | 
| /src/sys/external/bsd/drm2/dist/drm/nouveau/ | 
| nouveau_vga.c | 25 	    drm->client.device.info.chipset >= 0x4c) 28 	if (drm->client.device.info.chipset >= 0x40)
 
 | 
| /src/sys/dev/isa/ | 
| if_ep_isa.c | 357 	int chipset;  local in function:ep_isa_attach 374 	chipset = (int)(long)ia->ia_aux;
 375 	if ((chipset & 0xfff0) == PROD_ID_3C509) {
 383 		aprint_error(": unknown 3Com Ethernet card: %04x\n", chipset);
 
 | 
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/ | 
| nouveau_nvkm_subdev_devinit_nv20.c | 42 	uint32_t mask = (device->chipset >= 0x25 ? 0x300 : 0x900); 
 | 
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/ | 
| nouveau_nvkm_engine_falcon.c | 143 	if (device->chipset <  0xa3 || 144 	    device->chipset == 0xaa || device->chipset == 0xac) {
 199 			 device->chipset, falcon->addr >> 12);
 218 			 device->chipset, falcon->addr >> 12);
 233 			 device->chipset, falcon->addr >> 12);
 
 | 
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/ | 
| nouveau_nvkm_subdev_therm_nv50.c | 107 	if (device->chipset > 0x50 && device->chipset < 0x94) { 
 |