mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-20 07:34:42 +02:00
ar71xx: ag71xx: nuke ar7240sw_init
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29539 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
803afe6e40
commit
ba116ade9e
@ -219,11 +219,6 @@ struct ar7240sw_hw_stat {
|
|||||||
|
|
||||||
static DEFINE_MUTEX(reg_mutex);
|
static DEFINE_MUTEX(reg_mutex);
|
||||||
|
|
||||||
static inline void ar7240sw_init(struct ar7240sw *as, struct mii_bus *mii)
|
|
||||||
{
|
|
||||||
as->mii_bus = mii;
|
|
||||||
}
|
|
||||||
|
|
||||||
static inline u16 mk_phy_addr(u32 reg)
|
static inline u16 mk_phy_addr(u32 reg)
|
||||||
{
|
{
|
||||||
return 0x17 & ((reg >> 4) | 0x10);
|
return 0x17 & ((reg >> 4) | 0x10);
|
||||||
@ -849,7 +844,7 @@ static struct ar7240sw *ar7240_probe(struct ag71xx *ag)
|
|||||||
if (!as)
|
if (!as)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
ar7240sw_init(as, mii);
|
as->mii_bus = mii;
|
||||||
|
|
||||||
ctrl = ar7240sw_reg_read(mii, AR7240_REG_MASK_CTRL);
|
ctrl = ar7240sw_reg_read(mii, AR7240_REG_MASK_CTRL);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user