Ejemplo n.º 1
0
void hdmi_writeb(u8 value, unsigned int reg)
{
	hdmi_check_overflow();
/*	pr_debug("hdmi wr: 0x%04x = 0x%02x\n", reg, value);*/
	__raw_writeb(value, hdmi_base + reg);
	hdmi_check_overflow();
}
Ejemplo n.º 2
0
void hdmi_writeb(u8 value, unsigned int reg)
{
	hdmi_check_overflow();
	__raw_writeb(value, hdmi_base + reg);
	hdmi_check_overflow();
}