Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-mxs/
Dmach-m28evk.c234 static struct fec_platform_data mx28_fec_pdata[] __initdata = { variable
259 mx28_fec_pdata[i].mac[0] = 0xC0; in m28evk_fec_get_mac()
260 mx28_fec_pdata[i].mac[1] = 0xE5; in m28evk_fec_get_mac()
261 mx28_fec_pdata[i].mac[2] = 0x4E; in m28evk_fec_get_mac()
262 mx28_fec_pdata[i].mac[3] = (val >> 16) & 0xff; in m28evk_fec_get_mac()
263 mx28_fec_pdata[i].mac[4] = (val >> 8) & 0xff; in m28evk_fec_get_mac()
264 mx28_fec_pdata[i].mac[5] = (val >> 0) & 0xff; in m28evk_fec_get_mac()
329 mx28_add_fec(0, &mx28_fec_pdata[0]); in m28evk_init()
330 mx28_add_fec(1, &mx28_fec_pdata[1]); in m28evk_init()
Dmach-mx28evk.c238 static struct fec_platform_data mx28_fec_pdata[] __initdata = { variable
263 mx28_fec_pdata[i].mac[0] = 0x00; in mx28evk_fec_get_mac()
264 mx28_fec_pdata[i].mac[1] = 0x04; in mx28evk_fec_get_mac()
265 mx28_fec_pdata[i].mac[2] = 0x9f; in mx28evk_fec_get_mac()
266 mx28_fec_pdata[i].mac[3] = (val >> 16) & 0xff; in mx28evk_fec_get_mac()
267 mx28_fec_pdata[i].mac[4] = (val >> 8) & 0xff; in mx28evk_fec_get_mac()
268 mx28_fec_pdata[i].mac[5] = (val >> 0) & 0xff; in mx28evk_fec_get_mac()
430 mx28_add_fec(0, &mx28_fec_pdata[0]); in mx28evk_init()
431 mx28_add_fec(1, &mx28_fec_pdata[1]); in mx28evk_init()
Dmach-apx4devkit.c135 static const struct fec_platform_data mx28_fec_pdata __initconst = {
226 mx28_add_fec(0, &mx28_fec_pdata); in apx4devkit_init()