j
k
j a
j l
...When you say an access to physical address, how are you managing to access the physical address directly?
When you say an access to physical address, how are you managing to access the physical address directly?
Like this: unsigned long * const pReg = (unsigned long*) 0XC0000000 ; printk( KERN_INFO"** read (%p) %08lX.\n", pReg, *pReg) ;
Back to the thread
Back to the list