house keeping

- correct initialization call sequence
- move hcd_init to ehci.c
This commit is contained in:
hathach
2013-02-27 18:49:28 +07:00
parent d54a12c449
commit 0c397c6b8d
11 changed files with 21 additions and 14 deletions
+5
View File
@@ -276,6 +276,11 @@ void test_register_portsc(void)
TEST_ASSERT_EQUAL( 26 , BITFIELD_OFFSET_OF_MEMBER(ehci_registers_t, portsc_bit, nxp_port_speed));
}
//--------------------------------------------------------------------+
// EHCI Data Organiztion
//--------------------------------------------------------------------+
//--------------------------------------------------------------------+
// Helper
//--------------------------------------------------------------------+