Lines Matching defs:slave
16 int slave, u8 *mac_addr)
29 regmap_read(syscon, CTRL_MAC_LO_REG(offset, slave), &macid_lsb);
30 regmap_read(syscon, CTRL_MAC_HI_REG(offset, slave), &macid_msb);
42 static int cpsw_am33xx_cm_get_macid(struct device *dev, u16 offset, int slave,
56 regmap_read(syscon, CTRL_MAC_LO_REG(offset, slave), &macid_lo);
57 regmap_read(syscon, CTRL_MAC_HI_REG(offset, slave), &macid_hi);
69 int ti_cm_get_macid(struct device *dev, int slave, u8 *mac_addr)
72 return cpsw_am33xx_cm_get_macid(dev, 0x630, slave, mac_addr);
75 return cpsw_am33xx_cm_get_macid(dev, 0x630, slave, mac_addr);
78 return davinci_emac_3517_get_macid(dev, 0x110, slave, mac_addr);
81 return cpsw_am33xx_cm_get_macid(dev, 0x30, slave, mac_addr);
84 return cpsw_am33xx_cm_get_macid(dev, 0x630, slave, mac_addr);
87 return davinci_emac_3517_get_macid(dev, 0x514, slave, mac_addr);