Searched refs:b53_write16 (Results 1 - 2 of 2) sorted by relevance

/openwrt/target/linux/generic/files/drivers/net/phy/b53/
H A Db53_common.c201 b53_write16(dev, B53_VLAN_PAGE, B53_VLAN_TABLE_ACCESS_25, vid |
210 b53_write16(dev, B53_VLAN_PAGE, B53_VLAN_WRITE_65, entry);
211 b53_write16(dev, B53_VLAN_PAGE, B53_VLAN_TABLE_ACCESS_65, vid |
214 b53_write16(dev, B53_ARLIO_PAGE, dev->vta_regs[1], vid);
308 b53_write16(dev, B53_VLAN_PAGE, B53_VLAN_CTRL3_63XX, 0);
312 b53_write16(dev, B53_VLAN_PAGE, B53_VLAN_CTRL3, 0);
336 return b53_write16(dev, B53_JUMBO_PAGE, dev->jumbo_size_reg, max_size);
397 b53_write16(dev, B53_PVLAN_PAGE, B53_PVLAN_PORT_MASK(i),
444 b53_write16(dev, B53_VLAN_PAGE,
449 b53_write16(de
[all...]
H A Db53_priv.h256 static inline int b53_write16(struct b53_device *dev, u8 page, u8 reg, function

Completed in 80 milliseconds