Searched refs:chip_name (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/sys/dev/nxge/include/
H A Dxgehal-mgmt.h50 * @chip_name: Xframe.
69 char chip_name[16]; member in struct:xge_hal_mgmt_about_info_t
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dni.c259 const char *chip_name; local
269 chip_name = "BARTS";
277 chip_name = "TURKS";
285 chip_name = "CAICOS";
293 chip_name = "CAYMAN";
301 chip_name = "ARUBA";
312 DRM_INFO("Loading %s Microcode\n", chip_name);
315 snprintf(fw_name, sizeof(fw_name), "radeonkmsfw_%s_pfp", chip_name);
329 snprintf(fw_name, sizeof(fw_name), "radeonkmsfw_%s_me", chip_name);
357 snprintf(fw_name, sizeof(fw_name), "radeonkmsfw_%s_mc", chip_name);
[all...]
H A Dr600_cp.c299 const char *chip_name; local
305 case CHIP_R600: chip_name = "R600"; break;
306 case CHIP_RV610: chip_name = "RV610"; break;
307 case CHIP_RV630: chip_name = "RV630"; break;
308 case CHIP_RV620: chip_name = "RV620"; break;
309 case CHIP_RV635: chip_name = "RV635"; break;
310 case CHIP_RV670: chip_name = "RV670"; break;
312 case CHIP_RS880: chip_name = "RS780"; break;
313 case CHIP_RV770: chip_name = "RV770"; break;
315 case CHIP_RV740: chip_name
[all...]
H A Dr600.c1963 const char *chip_name; local
1973 chip_name = "R600";
1977 chip_name = "RV610";
1981 chip_name = "RV630";
1985 chip_name = "RV620";
1989 chip_name = "RV635";
1993 chip_name = "RV670";
1998 chip_name = "RS780";
2002 chip_name = "RV770";
2007 chip_name
[all...]
H A Dsi.c258 const char *chip_name; local
268 chip_name = "TAHITI";
277 chip_name = "PITCAIRN";
286 chip_name = "VERDE";
297 DRM_INFO("Loading %s Microcode\n", chip_name);
300 snprintf(fw_name, sizeof(fw_name), "radeonkmsfw_%s_pfp", chip_name);
314 snprintf(fw_name, sizeof(fw_name), "radeonkmsfw_%s_me", chip_name);
327 snprintf(fw_name, sizeof(fw_name), "radeonkmsfw_%s_ce", chip_name);
353 snprintf(fw_name, sizeof(fw_name), "radeonkmsfw_%s_mc", chip_name);
/freebsd-9.3-release/sys/dev/vxge/include/
H A Dvxgehal-mgmt.h46 * @chip_name: X3100.
64 char chip_name[16]; member in struct:vxge_hal_mgmt_about_info_t
/freebsd-9.3-release/sys/dev/vxge/vxgehal/
H A Dvxgehal-mgmt.c95 vxge_os_strlcpy(about_info->chip_name, VXGE_CHIP_FAMILY,
96 sizeof(about_info->chip_name));
H A Dvxgehal-mgmtaux.c110 __HAL_AUX_ENTRY("chip_name", about_info.chip_name, "%s");
/freebsd-9.3-release/sys/dev/nxge/xgehal/
H A Dxgehal-mgmt.c85 xge_os_strcpy(about_info->chip_name, XGE_CHIP_FAMILY);
H A Dxgehal-mgmtaux.c217 __HAL_AUX_ENTRY("chip_name", about_info.chip_name, "%s");

Completed in 100 milliseconds