Searched refs:grf5101_encode (Results 1 – 1 of 1) sorted by relevance
26 static const int grf5101_encode[] = { variable38 phy_config = grf5101_encode[(data >> 8) & 0xF]; in write_grf5101()39 phy_config |= grf5101_encode[(data >> 4) & 0xF] << 4; in write_grf5101()40 phy_config |= grf5101_encode[data & 0xF] << 8; in write_grf5101()41 phy_config |= grf5101_encode[(addr >> 1) & 0xF] << 12; in write_grf5101()43 phy_config |= grf5101_encode[(data & 0xf000) >> 12] << 24; in write_grf5101()