Home
last modified time | relevance | path

Searched refs:CPSW_SLAVE_PORTS_NUM (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/
H A Dcpsw_new.c1244 if (data->slaves != CPSW_SLAVE_PORTS_NUM) { in cpsw_probe_dt()
1255 data->slave_data = devm_kcalloc(dev, CPSW_SLAVE_PORTS_NUM, in cpsw_probe_dt()
1282 if (!port_id || port_id > CPSW_SLAVE_PORTS_NUM) { in cpsw_probe_dt()
1884 CPSW_SLAVE_PORTS_NUM, in cpsw_probe()
H A Dcpsw_priv.h57 #define CPSW_SLAVE_PORTS_NUM 2 macro