Home
last modified time | relevance | path

Searched refs:dev_c6sup1_iofpga_init (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/dynamips-community/dynamips-0.2.17/common/
H A Ddev_c6sup1.h144 int dev_c6sup1_iofpga_init(c6sup1_t *router,m_uint64_t paddr,m_uint32_t len);
H A Ddev_c6sup1_iofpga.c379 int dev_c6sup1_iofpga_init(c6sup1_t *router,m_uint64_t paddr,m_uint32_t len) in dev_c6sup1_iofpga_init() function
H A Ddev_c6sup1.c623 if (dev_c6sup1_iofpga_init(router,C6SUP1_IOFPGA_ADDR,0x1000) == -1) in c6sup1_init_platform()