Searched refs:mac0 (Results 1 – 25 of 71) sorted by relevance
123
13 void ebony_init(void *mac0, void *mac1);14 void bamboo_init(void *mac0, void *mac1);
37 void bamboo_init(void *mac0, void *mac1) in bamboo_init() argument41 bamboo_mac0 = mac0; in bamboo_init()
80 void ebony_init(void *mac0, void *mac1) in ebony_init() argument84 ebony_mac0 = mac0; in ebony_init()
58 mac0_phy_reset_pin: mac0-phy-reset@0 {68 mac0_phy_int_pin: mac0-phy-int@0 {126 mac0: ethernet@800f0000 { label
29 mac0_pins_cfa10037: mac0-10037@0 {56 mac0: ethernet@800f0000 { label
58 mac0_phy_reset_pin: mac0-phy-reset@0 {68 mac0_phy_int_pin: mac0-phy-int@0 {122 mac0: ethernet@800f0000 { label
71 mac0_phy_reset_pin: mac0-phy-reset@0 {81 mac0_phy_int_pin: mac0-phy-int@0 {142 mac0: ethernet@800f0000 { label
59 mac0_phy_reset_pin: mac0-phy-reset@0 {69 mac0_phy_int_pin: mac0-phy-int@0 {134 mac0: ethernet@800f0000 { label
53 mac0_phy_reset_pin: mac0-phy-reset@0 {111 mac0: ethernet@800f0000 { label
42 &mac0 {
72 mac0: ethernet@800f0000 { label
35 &mac0 {
67 &mac0 {
66 &mac0 {
72 &mac0 {
106 &mac0 {
75 &mac0 {
122 mac0: ethernet@800f0000 { label
105 mac0_pins_cfa10049: mac0-10049@0 {319 mac0: ethernet@800f0000 { label
108 mac0: ethernet@800f0000 { label
41 * phy0 is connected to mac0, but the port itself is on the (optional) carrier44 &mac0 {
74 &mac0 {
14 mac0: mac@90900000 {
41 mac0: ethernet@1e660000 {
1404 u32 mac0, mac1; in sc92031_probe() local1460 mac0 = ioread32(port_base + MAC0); in sc92031_probe()1462 addr[0] = mac0 >> 24; in sc92031_probe()1463 addr[1] = mac0 >> 16; in sc92031_probe()1464 addr[2] = mac0 >> 8; in sc92031_probe()1465 addr[3] = mac0; in sc92031_probe()