Searched refs:ag71xx (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/atheros/ |
| D | ag71xx.c | 294 struct ag71xx { struct 347 static bool ag71xx_is(struct ag71xx *ag, enum ag71xx_type type) in ag71xx_is() argument 352 static void ag71xx_wr(struct ag71xx *ag, unsigned int reg, u32 value) in ag71xx_wr() 359 static u32 ag71xx_rr(struct ag71xx *ag, unsigned int reg) in ag71xx_rr() 364 static void ag71xx_sb(struct ag71xx *ag, unsigned int reg, u32 mask) in ag71xx_sb() 374 static void ag71xx_cb(struct ag71xx *ag, unsigned int reg, u32 mask) in ag71xx_cb() 384 static void ag71xx_int_enable(struct ag71xx *ag, u32 ints) in ag71xx_int_enable() 389 static void ag71xx_int_disable(struct ag71xx *ag, u32 ints) in ag71xx_int_disable() 394 static int ag71xx_mdio_wait_busy(struct ag71xx *ag) in ag71xx_mdio_wait_busy() 418 struct ag71xx *ag = bus->priv; in ag71xx_mdio_mii_read() [all …]
|
| D | Makefile | 6 obj-$(CONFIG_AG71XX) += ag71xx.o
|