static void omap2_sms_write_rot_size(u32 val, unsigned ctx) { __raw_writel(val, vrfb_base + SMS_ROT_SIZE(ctx)); }
void omap2_sms_write_rot_size(u32 val, unsigned ctx) { sms_write_reg(val, SMS_ROT_SIZE(ctx)); }