Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ig_hal/
H A De1000_phy.c472 u16 phy_data_swapped; in e1000_write_phy_reg_i2c() local
484 phy_data_swapped = ((data >> 8) & 0x00FF) | ((data << 8) & 0xFF00); in e1000_write_phy_reg_i2c()
493 phy_data_swapped); in e1000_write_phy_reg_i2c()