Searched refs:ag71xx (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/ |
| H A D | ag71xx.c | 346 struct ag71xx { struct 401 static bool ag71xx_is(struct ag71xx *ag, enum ag71xx_type type) in ag71xx_is() argument 406 static void ag71xx_wr(struct ag71xx *ag, unsigned int reg, u32 value) in ag71xx_wr() 413 static u32 ag71xx_rr(struct ag71xx *ag, unsigned int reg) in ag71xx_rr() 418 static void ag71xx_sb(struct ag71xx *ag, unsigned int reg, u32 mask) in ag71xx_sb() 428 static void ag71xx_cb(struct ag71xx *ag, unsigned int reg, u32 mask) in ag71xx_cb() 438 static void ag71xx_int_enable(struct ag71xx *ag, u32 ints) in ag71xx_int_enable() 443 static void ag71xx_int_disable(struct ag71xx *ag, u32 ints) in ag71xx_int_disable() 451 struct ag71xx *ag = netdev_priv(ndev); in ag71xx_get_drvinfo() 461 struct ag71xx *ag = netdev_priv(ndev); in ag71xx_get_link_ksettings() [all …]
|
| H A D | Makefile | 6 obj-$(CONFIG_AG71XX) += ag71xx.o
|