Searched refs:ksz_pwrite16 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/dsa/microchip/ |
H A D | lan937x_main.c | 249 ret = ksz_pwrite16(dev, port, PORT_MAX_FR_SIZE, new_mtu); in lan937x_change_mtu() 340 ksz_pwrite16(dev, port, reg, data16); in lan937x_set_tune_adj() 344 ksz_pwrite16(dev, port, reg, data16); in lan937x_set_tune_adj()
|
H A D | ksz9477.c | 337 return ksz_pwrite16(dev, addr, 0x100 + (reg << 1), val); in ksz9477_w_phy() 428 ksz_pwrite16(dev, port, REG_PORT_DEFAULT_VID, vlan->vid); in ksz9477_port_vlan_add() 461 ksz_pwrite16(dev, port, REG_PORT_DEFAULT_VID, pvid); in ksz9477_port_vlan_del() 1168 return ksz_pwrite16(dev, port, REG_PORT_MTI_CREDIT_INCREMENT, val); in ksz9477_tc_cbs_set_cinc()
|
H A D | ksz_common.h | 564 static inline int ksz_pwrite16(struct ksz_device *dev, int port, int offset, in ksz_pwrite16() function
|
H A D | ksz_common.c | 3178 ret = ksz_pwrite16(dev, port, REG_PORT_MTI_HI_WATER_MARK, in ksz_setup_tc_cbs() 3184 ret = ksz_pwrite16(dev, port, REG_PORT_MTI_LO_WATER_MARK, in ksz_setup_tc_cbs()
|
H A D | ksz8795.c | 1195 ksz_pwrite16(dev, port, REG_PORT_CTRL_VID, vid); in ksz8_port_vlan_add()
|