Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/igb/
De1000_phy.c275 u16 phy_data_swapped; in igb_write_phy_reg_i2c() local
285 phy_data_swapped = ((data >> 8) & 0x00FF) | ((data << 8) & 0xFF00); in igb_write_phy_reg_i2c()
294 phy_data_swapped); in igb_write_phy_reg_i2c()