Searched refs:RIO_DEBUG_INIT (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/staging/generic_serial/rio/ |
D | rioinit.c | 128 rio_dprintk (RIO_DEBUG_INIT, "RIO-init: Uniquenum 0x%x\n",p->RIOHosts[p->RIONumHosts].UniqueNum); in RIOAssignAT() 131 rio_dprintk (RIO_DEBUG_INIT, "RIO-init: Tests Passed at 0x%x\n", Base); in RIOAssignAT() 156 rio_dprintk (RIO_DEBUG_INIT, "RIO-init: Reset host type=%d, DpRam=%p, slot=%d\n", in RIOBoardTest() 169 rio_dprintk (RIO_DEBUG_INIT, "RIO-init: Setup ram/size arrays\n"); in RIOBoardTest() 185 rio_dprintk (RIO_DEBUG_INIT, "RIO-init: Memory: %p(0x%x), %p(0x%x), %p(0x%x)\n", in RIOBoardTest() 188 rio_dprintk (RIO_DEBUG_INIT, "RIO-init: %p(0x%x), %p(0x%x), %p(0x%x), %p(0x%x)\n", in RIOBoardTest() 200 rio_dprintk (RIO_DEBUG_INIT, "RIO-init: RIOScrub band %d, op %d failed\n", in RIOBoardTest() 207 rio_dprintk (RIO_DEBUG_INIT, "Test completed\n"); in RIOBoardTest() 252 …rio_dprintk (RIO_DEBUG_INIT, "RIO-init: Byte Pre Check 1: BYTE at offset 0x%x should have been=%x,… in RIOScrub() 258 …rio_dprintk (RIO_DEBUG_INIT, "RIO-init: Word Pre Check: WORD at offset 0x%x should have been=%x, w… in RIOScrub() [all …]
|
D | rio_linux.c | 489 rio_dprintk(RIO_DEBUG_INIT, "Getting CD status: %d\n", rv); in rio_carrier_raised() 783 rio_dprintk(RIO_DEBUG_INIT, "set_termios = %p\n", gs_set_termios); in rio_init_drivers() 822 …rio_dprintk(RIO_DEBUG_INIT, "getting : %Zd %Zd %Zd %Zd %Zd bytes\n", RI_SZ, RIO_HOSTS * HOST_SZ, R… in rio_init_datastructures() 831 rio_dprintk(RIO_DEBUG_INIT, "Got : %p %p %p\n", p, p->RIOHosts, p->RIOPortp); in rio_init_datastructures() 839 rio_dprintk(RIO_DEBUG_INIT, "initing port %d (%d)\n", i, port->Mapped); in rio_init_datastructures() 855 if (rio_debug & RIO_DEBUG_INIT) { in rio_init_datastructures() 870 rio_dprintk(RIO_DEBUG_INIT, "Not enough memory! %p %p %p\n", p, p->RIOHosts, p->RIOPortp); in rio_init_datastructures() 943 rio_dprintk(RIO_DEBUG_INIT, "Initing rio module... (rio_debug=%d)\n", rio_debug); in rio_init() 1000 rio_dprintk(RIO_DEBUG_INIT, "Done RIOBoardTest\n"); in rio_init() 1126 …rio_dprintk(RIO_DEBUG_INIT, "Requesting interrupt hp: %p rio_interrupt: %d Mode: %x\n", hp, hp->Iv… in rio_init() [all …]
|
D | linux_compat.h | 30 #define RIO_DEBUG_INIT 0x000001 macro
|