Searched refs:stmp (Results 1 – 4 of 4) sorted by relevance
169 char stmp[30]; in radeon_get_panel_info_BIOS() local182 stmp[i] = BIOS_IN8(tmp+i+1); in radeon_get_panel_info_BIOS()183 stmp[24] = 0; in radeon_get_panel_info_BIOS()184 printk("radeonfb: panel ID string: %s\n", stmp); in radeon_get_panel_info_BIOS()
1177 char stmp[30]; in radeon_combios_get_lvds_info() local1190 stmp[i] = RBIOS8(lcd_info + i + 1); in radeon_combios_get_lvds_info()1191 stmp[24] = 0; in radeon_combios_get_lvds_info()1193 DRM_INFO("Panel ID String: %s\n", stmp); in radeon_combios_get_lvds_info()
175 char stmp[32]; in radeon_atombios_i2c_init() local190 sprintf(stmp, "0x%x", i2c.i2c_id); in radeon_atombios_i2c_init()191 rdev->i2c_bus[i] = radeon_i2c_create(rdev->ddev, &i2c, stmp); in radeon_atombios_i2c_init()
1716 s64 stmp; in emmh32_final() local1730 stmp = (sum & 0xffffffffLL) - ((sum >> 32) * 15); in emmh32_final()1731 utmp = (stmp & 0xffffffffLL) - ((stmp >> 32) * 15); in emmh32_final()