Lines Matching refs:Control
218 /* config Half-Duplex Control */
2198 u32 i, Control;
2216 if (atl2_read_eeprom(hw, i + 0x100, &Control)) {
2219 Addr[0] = Control;
2222 Addr[1] = Control;
2224 } else if ((Control & 0xff) == 0x5A) {
2226 Register = (u16) (Control >> 16);
2254 if (atl2_spi_read(hw, i + 0x1f000, &Control)) {
2257 Addr[0] = Control;
2259 Addr[1] = Control;
2261 } else if ((Control & 0xff) == 0x5A) {
2263 Register = (u16) (Control >> 16);
2567 * the 1000Base-T Control Register (Address 9). */
2621 * Sets bit 15 and 12 of the MII Control regiser (for F001 bug)
2737 u32 Control;
2743 Control = (Offset & VPD_CAP_VPD_ADDR_MASK) << VPD_CAP_VPD_ADDR_SHIFT;
2744 ATL2_WRITE_REG(hw, REG_VPD_CAP, Control);
2748 Control = ATL2_READ_REG(hw, REG_VPD_CAP);
2749 if (Control & VPD_CAP_VPD_FLAG)
2753 if (Control & VPD_CAP_VPD_FLAG) {