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

/freebsd-11-stable/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-11-stable/sys/dev/drm2/radeon/
H A Dni.c293 const char *chip_name; local
303 chip_name = "BARTS";
311 chip_name = "TURKS";
319 chip_name = "CAICOS";
327 chip_name = "CAYMAN";
335 chip_name = "ARUBA";
346 DRM_INFO("Loading %s Microcode\n", chip_name);
349 snprintf(fw_name, sizeof(fw_name), "radeonkmsfw_%s_pfp", chip_name);
363 snprintf(fw_name, sizeof(fw_name), "radeonkmsfw_%s_me", chip_name);
391 snprintf(fw_name, sizeof(fw_name), "radeonkmsfw_%s_mc", chip_name);
[all...]
H A Dr600.c1969 const char *chip_name; local
1979 chip_name = "R600";
1983 chip_name = "RV610";
1987 chip_name = "RV630";
1991 chip_name = "RV620";
1995 chip_name = "RV635";
1999 chip_name = "RV670";
2004 chip_name = "RS780";
2008 chip_name = "RV770";
2013 chip_name
[all...]
H A Dsi.c285 const char *chip_name; local
295 chip_name = "TAHITI";
304 chip_name = "PITCAIRN";
313 chip_name = "VERDE";
324 DRM_INFO("Loading %s Microcode\n", chip_name);
327 snprintf(fw_name, sizeof(fw_name), "radeonkmsfw_%s_pfp", chip_name);
341 snprintf(fw_name, sizeof(fw_name), "radeonkmsfw_%s_me", chip_name);
354 snprintf(fw_name, sizeof(fw_name), "radeonkmsfw_%s_ce", chip_name);
380 snprintf(fw_name, sizeof(fw_name), "radeonkmsfw_%s_mc", chip_name);
/freebsd-11-stable/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-11-stable/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-11-stable/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 140 milliseconds