Home
last modified time | relevance | path

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

/dports/emulators/dynamips-community/dynamips-0.2.17/common/
H A Ddev_c6msfc1.h133 int dev_c6msfc1_iofpga_init(c6msfc1_t *router,m_uint64_t paddr,m_uint32_t len);
H A Ddev_c6msfc1_iofpga.c411 int dev_c6msfc1_iofpga_init(c6msfc1_t *router,m_uint64_t paddr,m_uint32_t len) in dev_c6msfc1_iofpga_init() function
H A Ddev_c6msfc1.c557 if (dev_c6msfc1_iofpga_init(router,C6MSFC1_IOFPGA_ADDR,0x1000) == -1) in c6msfc1_init_platform()