Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] load dram incomprehension



Hi,
I don't understand the following lines in av7110.c from the last CVS DVB
driver :

Where variable "Root"  does it declared ?
Where the content of Root file does it charged into this variable ?

static int 
bootarm(av7110_t *av7110)
{
	...
	dprintk("bootarm: load dram code\n");

	if (load_dram(av7110, (u32 *)Root, sizeof(Root))<0)
		return -1;

	setgpio(av7110, RESET_LINE, GPIO_OUTLO);
	mdelay(1);

	...
}


Olivier Marlec 
Research & Innovation
Corporate Research Rennes
Multimedia Streaming & Storage Lab
mailto:olivier.marlec@thomson.net
phone :(33)(0)2.99.27.33.64
fax: (33)(0)2.99.27.30.15




-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index