Searched refs:ag71xx (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/atheros/ |
H A D | ag71xx.c | 348 struct ag71xx { struct 400 static bool ag71xx_is(struct ag71xx *ag, enum ag71xx_type type) in ag71xx_is() argument 405 static void ag71xx_wr(struct ag71xx *ag, unsigned int reg, u32 value) in ag71xx_wr() 412 static u32 ag71xx_rr(struct ag71xx *ag, unsigned int reg) in ag71xx_rr() 417 static void ag71xx_sb(struct ag71xx *ag, unsigned int reg, u32 mask) in ag71xx_sb() 427 static void ag71xx_cb(struct ag71xx *ag, unsigned int reg, u32 mask) in ag71xx_cb() 437 static void ag71xx_int_enable(struct ag71xx *ag, u32 ints) in ag71xx_int_enable() 442 static void ag71xx_int_disable(struct ag71xx *ag, u32 ints) in ag71xx_int_disable() 449 struct ag71xx *ag = netdev_priv(ndev); in ag71xx_do_ioctl() 457 struct ag71xx *ag = netdev_priv(ndev); in ag71xx_get_drvinfo() [all …]
|
H A D | Makefile | 6 obj-$(CONFIG_AG71XX) += ag71xx.o
|