Home
last modified time | relevance | path

Searched refs:cpsw_register (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dcpsw.h55 int cpsw_register(struct cpsw_platform_data *data);
/OK3568_Linux_fs/u-boot/board/compulab/cm_t335/
H A Dcm_t335.c142 rv = cpsw_register(&cpsw_data); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/ti/ti814x/
H A Devm.c187 return cpsw_register(&cpsw_data); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/compulab/cm_t43/
H A Dcm_t43.c159 rv = cpsw_register(&cpsw_data); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/silica/pengwyn/
H A Dboard.c194 rv = cpsw_register(&cpsw_data); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/compulab/cl-som-am57x/
H A Deth.c190 ret = cpsw_register(&cl_som_am57_cpsw_data); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/grinn/chiliboard/
H A Dboard.c198 rv = cpsw_register(&cpsw_data); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/phytec/pcm051/
H A Dboard.c239 rv = cpsw_register(&cpsw_data); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/gumstix/pepper/
H A Dboard.c258 rv = cpsw_register(&cpsw_data); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/isee/igep003x/
H A Dboard.c287 rv = cpsw_register(&cpsw_data); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/birdland/bav335x/
H A Dboard.c419 rv = cpsw_register(&cpsw_data); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/tcl/sl50/
H A Dboard.c353 rv = cpsw_register(&cpsw_data); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/siemens/draco/
H A Dboard.c338 rv = cpsw_register(&cpsw_data); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/siemens/pxm2/
H A Dboard.c234 rv = cpsw_register(&cpsw_data); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/siemens/rut/
H A Dboard.c191 rv = cpsw_register(&cpsw_data); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/vscom/baltos/
H A Dboard.c466 rv = cpsw_register(&cpsw_data); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/bosch/shc/
H A Dboard.c558 rv = cpsw_register(&cpsw_data); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/ti/am43xx/
H A Dboard.c833 rv = cpsw_register(&cpsw_data); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/BuR/common/
H A Dcommon.c680 rv = cpsw_register(&cpsw_data); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/ti/am335x/
H A Dboard.c879 rv = cpsw_register(&cpsw_data); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/ti/dra7xx/
H A Devm.c929 ret = cpsw_register(&cpsw_data); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/ti/am57xx/
H A Dboard.c967 ret = cpsw_register(&cpsw_data); in board_eth_init()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dcpsw.c1074 int cpsw_register(struct cpsw_platform_data *data) in cpsw_register() function