Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 15 of file hwtwl40x.c.
Referenced by LlbHwKbdRead(), LlbHwKbdReady(), LlbHwOmap3SynKpdInitialize(), and LlbHwRtcRead().
{ volatile int i = 1000; /* Select the register */ LlbHwOmap3TwlWrite(ChipAddress, RegisterAddress, 0, NULL); /* Now read it */ WRITE_REGISTER_USHORT(0x48070024, 0x8401); for (i = 1000; i > 0; i--); return READ_REGISTER_USHORT(0x4807001c); }