Hi Matt, i am not sure of that but EGIO base address could be located at
physical address 0x10000004 that is to say :
#define EGPIO_OFFSET 4
#define EGPIO_BASE (PXA_CS4_PHYS+EGPIO_OFFSET)
If you run the following script from haret :
==================
clearwatch
addwatch P2V(0x10000004) 0 16
watch 15
==================
-> and you power ON Bluetooth device,
you will see that BIT3 (1<<3) consistently toggles
-> Powering ON Wifi also leads BIT6 (1<<6) to toggle
Bye, Nicolas.
Received on Wed Mar 21 2007 - 13:50:13 EST
This archive was generated by hypermail 2.2.0 : Wed Mar 21 2007 - 13:50:27 EST