Searched refs:portinfo (Results 1 – 1 of 1) sorted by relevance
305 uint16 portinfo = RADEON_BIOS16( tmp + 6 + i * 2 ); in Radeon_GetConnectorInfoFromBIOS() local311 if ((( portinfo >> 8) & 0xf) == id[0] ) { in Radeon_GetConnectorInfoFromBIOS()318 ptr_entity->port_info[0].dac_type = (portinfo & 0xf) - 1; in Radeon_GetConnectorInfoFromBIOS()323 id[crtc] = (portinfo>>8) & 0xf; in Radeon_GetConnectorInfoFromBIOS()324 ptr_entity->port_info[crtc].dac_type = (portinfo & 0xf) - 1; in Radeon_GetConnectorInfoFromBIOS()325 ptr_entity->port_info[crtc].connector_type = (portinfo>>4) & 0xf; in Radeon_GetConnectorInfoFromBIOS()361 if ((( portinfo >> 8 ) & 0xf ) == id[j] ) { in Radeon_GetConnectorInfoFromBIOS()368 ptr_entity->port_info[j].dac_type = ( portinfo & 0xf ) - 1; in Radeon_GetConnectorInfoFromBIOS()