cpsw.h (ffee921033e64edf8579a3b21c7f15d1a6c3ef71) cpsw.h (5892cd135e166c425c992c437a2944534b663a24)
1/* Texas Instruments Ethernet Switch Driver
2 *
3 * Copyright (C) 2013 Texas Instruments
4 *
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License
7 * version 2 as published by the Free Software Foundation.
8 *

--- 25 unchanged lines hidden (view full) ---

34 u32 ale_entries; /* ale table size */
35 u32 bd_ram_size; /*buffer descriptor ram size */
36 u32 rx_descs; /* Number of Rx Descriptios */
37 u32 mac_control; /* Mac control register */
38 u16 default_vlan; /* Def VLAN for ALE lookup in VLAN aware mode*/
39 bool dual_emac; /* Enable Dual EMAC mode */
40};
41
1/* Texas Instruments Ethernet Switch Driver
2 *
3 * Copyright (C) 2013 Texas Instruments
4 *
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License
7 * version 2 as published by the Free Software Foundation.
8 *

--- 25 unchanged lines hidden (view full) ---

34 u32 ale_entries; /* ale table size */
35 u32 bd_ram_size; /*buffer descriptor ram size */
36 u32 rx_descs; /* Number of Rx Descriptios */
37 u32 mac_control; /* Mac control register */
38 u16 default_vlan; /* Def VLAN for ALE lookup in VLAN aware mode*/
39 bool dual_emac; /* Enable Dual EMAC mode */
40};
41
42void cpsw_phy_sel(struct device *dev, phy_interface_t phy_mode, int slave);
43
42#endif /* __CPSW_H__ */
44#endif /* __CPSW_H__ */