HomeSort by: relevance | last modified time | path
    Searched defs:max_device (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atombios.c 909 int i, j, max_device; local in function:radeon_get_atom_connector_info_from_supported_devices_table
933 max_device = ATOM_MAX_SUPPORTED_DEVICE;
935 max_device = ATOM_MAX_SUPPORTED_DEVICE_INFO;
937 for (i = 0; i < max_device; i++) {
1036 for (i = 0; i < max_device; i++) {
1038 for (j = 0; j < max_device; j++) {
1074 for (i = 0; i < max_device; i++) {

Completed in 46 milliseconds