Searched refs:ksz_write16 (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/dsa/microchip/ |
D | ksz_priv.h | 141 static inline int ksz_write16(struct ksz_device *dev, u32 reg, u16 value) in ksz_write16() function 201 ksz_write16(dev, PORT_CTRL_ADDR(port, offset), data); in ksz_pwrite16()
|
D | ksz_common.c | 157 ksz_write16(dev, REG_SW_VLAN_ENTRY_INDEX__2, vid & VLAN_INDEX_M); in get_vlan_table() 190 ksz_write16(dev, REG_SW_VLAN_ENTRY_INDEX__2, vid & VLAN_INDEX_M); in set_vlan_table() 297 ksz_write16(dev, REG_SW_MAC_CTRL_2, data16); in ksz_reset_switch()
|