Searched refs:stmp (Results 1 - 4 of 4) sorted by relevance

/drivers/video/fbdev/aty/
H A Dradeon_monitor.c169 char stmp[30]; local
182 stmp[i] = BIOS_IN8(tmp+i+1);
183 stmp[24] = 0;
184 printk("radeonfb: panel ID string: %s\n", stmp);
/drivers/gpu/drm/radeon/
H A Dradeon_combios.c1177 char stmp[30]; local
1190 stmp[i] = RBIOS8(lcd_info + i + 1);
1191 stmp[24] = 0;
1193 DRM_INFO("Panel ID String: %s\n", stmp);
H A Dradeon_atombios.c175 char stmp[32]; local
190 sprintf(stmp, "0x%x", i2c.i2c_id);
191 rdev->i2c_bus[i] = radeon_i2c_create(rdev->ddev, &i2c, stmp);
/drivers/net/wireless/
H A Dairo.c1716 s64 stmp; local
1730 stmp = (sum & 0xffffffffLL) - ((sum >> 32) * 15);
1731 utmp = (stmp & 0xffffffffLL) - ((stmp >> 32) * 15);

Completed in 139 milliseconds