Searched refs:mac0 (Results 1 – 25 of 54) 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
67 &mac0 {
64 &mac0 {
106 &mac0 {
75 &mac0 {
87 &mac0 {
122 mac0: ethernet@800f0000 { label
77 &mac0 {
105 mac0_pins_cfa10049: mac0-10049@0 {319 mac0: ethernet@800f0000 { label
104 &mac0 {
108 mac0: ethernet@800f0000 { label
14 mac0: mac@90900000 {
29 mac0: ethernet@1e660000 {
79 mac0: ethernet@e0100000 { label
1402 u32 mac0, mac1; in sc92031_probe() local1457 mac0 = ioread32(port_base + MAC0); in sc92031_probe()1459 dev->dev_addr[0] = mac0 >> 24; in sc92031_probe()1460 dev->dev_addr[1] = mac0 >> 16; in sc92031_probe()1461 dev->dev_addr[2] = mac0 >> 8; in sc92031_probe()1462 dev->dev_addr[3] = mac0; in sc92031_probe()