/openbmc/u-boot/board/ti/ti814x/ |
H A D | evm.c | 144 static struct cpsw_platform_data cpsw_data = { variable 187 return cpsw_register(&cpsw_data); in board_eth_init()
|
/openbmc/u-boot/board/compulab/cm_t335/ |
H A D | cm_t335.c | 54 static struct cpsw_platform_data cpsw_data = { variable 142 rv = cpsw_register(&cpsw_data); in board_eth_init()
|
/openbmc/u-boot/board/compulab/cm_t43/ |
H A D | cm_t43.c | 88 static struct cpsw_platform_data cpsw_data = { variable 158 rv = cpsw_register(&cpsw_data); in board_eth_init()
|
/openbmc/u-boot/board/silica/pengwyn/ |
H A D | board.c | 149 static struct cpsw_platform_data cpsw_data = { variable 194 rv = cpsw_register(&cpsw_data); in board_eth_init()
|
/openbmc/u-boot/board/phytec/pcm051/ |
H A D | board.c | 190 static struct cpsw_platform_data cpsw_data = { variable 239 rv = cpsw_register(&cpsw_data); in board_eth_init()
|
/openbmc/u-boot/board/gumstix/pepper/ |
H A D | board.c | 215 static struct cpsw_platform_data cpsw_data = { variable 257 rv = cpsw_register(&cpsw_data); in board_eth_init()
|
/openbmc/u-boot/board/isee/igep003x/ |
H A D | board.c | 241 static struct cpsw_platform_data cpsw_data = { variable 286 rv = cpsw_register(&cpsw_data); in board_eth_init()
|
/openbmc/u-boot/board/tcl/sl50/ |
H A D | board.c | 270 static struct cpsw_platform_data cpsw_data = { variable 352 rv = cpsw_register(&cpsw_data); in board_eth_init()
|
/openbmc/u-boot/board/birdland/bav335x/ |
H A D | board.c | 332 static struct cpsw_platform_data cpsw_data = { variable 418 rv = cpsw_register(&cpsw_data); in board_eth_init()
|
/openbmc/u-boot/board/siemens/draco/ |
H A D | board.c | 303 static struct cpsw_platform_data cpsw_data = { variable 335 rv = cpsw_register(&cpsw_data); in board_eth_init()
|
/openbmc/u-boot/board/siemens/rut/ |
H A D | board.c | 154 static struct cpsw_platform_data cpsw_data = { variable 188 rv = cpsw_register(&cpsw_data); in board_eth_init()
|
/openbmc/u-boot/board/siemens/pxm2/ |
H A D | board.c | 193 static struct cpsw_platform_data cpsw_data = { variable 232 rv = cpsw_register(&cpsw_data); in board_eth_init()
|
/openbmc/u-boot/board/vscom/baltos/ |
H A D | board.c | 399 static struct cpsw_platform_data cpsw_data = { variable 460 rv = cpsw_register(&cpsw_data); in board_eth_init()
|
/openbmc/u-boot/board/ti/am57xx/ |
H A D | board.c | 915 static struct cpsw_platform_data cpsw_data = { variable 1006 cpsw_data.slave_data[0].phy_addr = 0; in board_eth_init() 1007 cpsw_data.slave_data[1].phy_addr = 1; in board_eth_init() 1010 ret = cpsw_register(&cpsw_data); in board_eth_init()
|
/openbmc/u-boot/board/ti/am43xx/ |
H A D | board.c | 871 static struct cpsw_platform_data cpsw_data = { variable 945 rv = cpsw_register(&cpsw_data); in board_eth_init()
|
/openbmc/u-boot/board/ti/dra7xx/ |
H A D | evm.c | 959 static struct cpsw_platform_data cpsw_data = { variable 1021 cpsw_data.active_slave = 1; in board_eth_init() 1028 ret = cpsw_register(&cpsw_data); in board_eth_init()
|
/openbmc/u-boot/board/ti/am335x/ |
H A D | board.c | 902 static struct cpsw_platform_data cpsw_data = { variable 983 rv = cpsw_register(&cpsw_data); in board_eth_init()
|