Searched refs:RIO_DEBUG_INIT (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/rio/
H A Drioinit.c133 rio_dprintk (RIO_DEBUG_INIT, "RIO-init: Uniquenum 0x%x\n",p->RIOHosts[p->RIONumHosts].UniqueNum);
136 rio_dprintk (RIO_DEBUG_INIT, "RIO-init: Tests Passed at 0x%x\n", Base);
161 rio_dprintk (RIO_DEBUG_INIT, "RIO-init: Reset host type=%d, DpRam=%p, slot=%d\n",
174 rio_dprintk (RIO_DEBUG_INIT, "RIO-init: Setup ram/size arrays\n");
190 rio_dprintk (RIO_DEBUG_INIT, "RIO-init: Memory: %p(0x%x), %p(0x%x), %p(0x%x)\n",
193 rio_dprintk (RIO_DEBUG_INIT, "RIO-init: %p(0x%x), %p(0x%x), %p(0x%x), %p(0x%x)\n",
205 rio_dprintk (RIO_DEBUG_INIT, "RIO-init: RIOScrub band %d, op %d failed\n",
212 rio_dprintk (RIO_DEBUG_INIT, "Test completed\n");
257 rio_dprintk (RIO_DEBUG_INIT, "RIO-init: Byte Pre Check 1: BYTE at offset 0x%x should have been=%x, was=%x\n", off, oldbyte, readb(ram + off));
263 rio_dprintk (RIO_DEBUG_INIT, "RI
[all...]
H A Drio_linux.c494 rio_dprintk(RIO_DEBUG_INIT, "Getting CD status: %d\n", rv);
784 rio_dprintk(RIO_DEBUG_INIT, "set_termios = %p\n", gs_set_termios);
832 rio_dprintk(RIO_DEBUG_INIT, "getting : %Zd %Zd %Zd %Zd %Zd bytes\n", RI_SZ, RIO_HOSTS * HOST_SZ, RIO_PORTS * PORT_SZ, RIO_PORTS * TMIO_SZ, RIO_PORTS * TMIO_SZ);
841 rio_dprintk(RIO_DEBUG_INIT, "Got : %p %p %p\n", p, p->RIOHosts, p->RIOPortp);
848 rio_dprintk(RIO_DEBUG_INIT, "initing port %d (%d)\n", i, port->Mapped);
864 if (rio_debug & RIO_DEBUG_INIT) {
879 rio_dprintk(RIO_DEBUG_INIT, "Not enough memory! %p %p %p\n", p, p->RIOHosts, p->RIOPortp);
952 rio_dprintk(RIO_DEBUG_INIT, "Initing rio module... (rio_debug=%d)\n", rio_debug);
1009 rio_dprintk(RIO_DEBUG_INIT, "Done RIOBoardTest\n");
1135 rio_dprintk(RIO_DEBUG_INIT, "Requestin
[all...]
H A Dlinux_compat.h30 #define RIO_DEBUG_INIT 0x000001 macro

Completed in 154 milliseconds