Searched refs:active_slave (Results 1 – 17 of 17) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | cpsw.txt | 20 - active_slave : Specifies the slave to use for time stamping, 82 active_slave = <0>; 113 active_slave = <0>;
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | cpsw.c | 249 slave = (priv)->slaves + (priv)->data.active_slave; if (slave) 1182 int slave = priv->data.active_slave; in cpsw_gmii_sel_am3352() 1236 int slave = priv->data.active_slave; in cpsw_gmii_sel_dra7xx() 1302 int active_slave; in cpsw_eth_ofdata_to_platdata() local 1358 active_slave = fdtdec_get_int(fdt, node, "active_slave", 0); in cpsw_eth_ofdata_to_platdata() 1359 priv->data.active_slave = active_slave; in cpsw_eth_ofdata_to_platdata() 1435 ret = ti_cm_get_macid(dev, active_slave, pdata->enetaddr); in cpsw_eth_ofdata_to_platdata() 1441 pdata->phy_interface = priv->data.slave_data[active_slave].phy_if; in cpsw_eth_ofdata_to_platdata()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | cpsw.h | 50 u32 active_slave; member
|
| /OK3568_Linux_fs/u-boot/board/compulab/cl-som-am57x/ |
| H A D | eth.c | 188 cl_som_am57_cpsw_data.active_slave = cpsw_act_phy; in board_eth_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/bonding/ |
| H A D | bond_netlink.c | 181 char *active_slave = ""; in bond_changelink() local 188 active_slave = slave_dev->name; in bond_changelink() 190 bond_opt_initstr(&newval, active_slave); in bond_changelink()
|
| H A D | bond_sysfs.c | 474 static DEVICE_ATTR(active_slave, 0644,
|
| /OK3568_Linux_fs/u-boot/board/vscom/baltos/ |
| H A D | board.c | 413 .active_slave = 1,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/ |
| H A D | cpsw_priv.h | 296 u32 active_slave;/* time stamping, ethtool and SIOCGMIIPHY slave */ member
|
| H A D | cpsw.c | 83 return cpsw->data.dual_emac ? priv->emac_port : cpsw->data.active_slave; in cpsw_slave_index_priv() 1271 data->active_slave = prop; in cpsw_probe_dt()
|
| H A D | cpsw_new.c | 1249 data->active_slave = 0; in cpsw_probe_dt()
|
| /OK3568_Linux_fs/u-boot/board/ti/dra7xx/ |
| H A D | evm.c | 922 cpsw_data.active_slave = 1; in board_eth_init()
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | am33xx.dtsi | 717 active_slave = <0>;
|
| H A D | am4372.dtsi | 547 active_slave = <0>;
|
| H A D | dra7.dtsi | 1722 active_slave = <0>;
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | dm814x.dtsi | 709 active_slave = <0>;
|
| H A D | am33xx-l4.dtsi | 713 active_slave = <0>;
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | bonding.rst | 170 active_slave
|