Searched refs:mac0 (Results 1 – 23 of 23) sorted by relevance
13 void ebony_init(void *mac0, void *mac1);14 void bamboo_init(void *mac0, void *mac1);
40 void bamboo_init(void *mac0, void *mac1) in bamboo_init() argument44 bamboo_mac0 = mac0; in bamboo_init()
84 void ebony_init(void *mac0, void *mac1) in ebony_init() argument88 ebony_mac0 = mac0; in ebony_init()
35 mac0_pins_cfa10037: mac0-10037@0 {62 mac0: ethernet@800f0000 { label
77 mac0: ethernet@800f0000 { label
49 &mac0 {
107 &mac0 {
80 mac0: ethernet@800f0000 { label
120 mac0: mac@90900000 { label
128 mac0: ethernet@800f0000 { label
46 mac0_pins_cfa10049: mac0-10049@0 {325 mac0: ethernet@800f0000 { label
113 mac0: ethernet@800f0000 { label
161 mac0: ethernet@800f0000 { label
186 mac0: ethernet@800f0000 { label
215 mac0: ethernet@800f0000 { label
187 mac0: ethernet@800f0000 { label
472 &mac0 {577 tx28_mac0_pins_gpio: tx28-mac0-gpio-pins {
20 ethernet0 = &mac0;408 mac0_pins_a: mac0@0 {1224 mac0: ethernet@800f0000 { label
260 mac0: ethernet@800f0000 { label
11 mac0: mac@90900000 {
1404 u32 mac0, mac1; in sc92031_probe() local1459 mac0 = ioread32(port_base + MAC0); in sc92031_probe()1461 dev->dev_addr[0] = mac0 >> 24; in sc92031_probe()1462 dev->dev_addr[1] = mac0 >> 16; in sc92031_probe()1463 dev->dev_addr[2] = mac0 >> 8; in sc92031_probe()1464 dev->dev_addr[3] = mac0; in sc92031_probe()
126 u8 mac0[6]; /* x1A */ member
279 u32 mac0, mac1; in alx_read_macaddr() local281 mac0 = alx_read_mem32(hw, ALX_STAD0); in alx_read_macaddr()285 put_unaligned(cpu_to_be32(mac0), (__be32 *)(addr + 2)); in alx_read_macaddr()