Searched refs:CPSW_SLAVE_PORTS_NUM (Results 1 – 2 of 2) sorted by relevance
1233 if (data->slaves != CPSW_SLAVE_PORTS_NUM) { in cpsw_probe_dt()1244 data->slave_data = devm_kcalloc(dev, CPSW_SLAVE_PORTS_NUM, in cpsw_probe_dt()1270 if (!port_id || port_id > CPSW_SLAVE_PORTS_NUM) { in cpsw_probe_dt()1875 CPSW_SLAVE_PORTS_NUM, in cpsw_probe()
60 #define CPSW_SLAVE_PORTS_NUM 2 macro