Home
last modified time | relevance | path

Searched refs:phy_data_swapped (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/igb/
De1000_phy.c291 u16 phy_data_swapped; in igb_write_phy_reg_i2c() local
301 phy_data_swapped = ((data >> 8) & 0x00FF) | ((data << 8) & 0xFF00); in igb_write_phy_reg_i2c()
310 phy_data_swapped); in igb_write_phy_reg_i2c()