Searched refs:phy_ctrl (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_phy.c1627 u16 phy_ctrl; local
1653 ret_val = phy->ops.read_reg(hw, PHY_CONTROL, &phy_ctrl);
1657 phy_ctrl |= (MII_CR_AUTO_NEG_EN | MII_CR_RESTART_AUTO_NEG);
1658 ret_val = phy->ops.write_reg(hw, PHY_CONTROL, phy_ctrl);
2004 * @phy_ctrl: pointer to current value of PHY_CONTROL
2013 void e1000_phy_force_speed_duplex_setup(struct e1000_hw *hw, u16 *phy_ctrl) argument
2032 *phy_ctrl &= ~MII_CR_AUTO_NEG_EN;
2037 *phy_ctrl &= ~MII_CR_FULL_DUPLEX;
2041 *phy_ctrl |= MII_CR_FULL_DUPLEX;
2048 *phy_ctrl |
2820 u16 phy_ctrl; local
[all...]
H A De1000_ich8lan.c3219 u32 phy_ctrl; local
3228 phy_ctrl = E1000_READ_REG(hw, E1000_PHY_CTRL);
3231 phy_ctrl |= E1000_PHY_CTRL_D0A_LPLU;
3232 E1000_WRITE_REG(hw, E1000_PHY_CTRL, phy_ctrl);
3256 phy_ctrl &= ~E1000_PHY_CTRL_D0A_LPLU;
3257 E1000_WRITE_REG(hw, E1000_PHY_CTRL, phy_ctrl);
3315 u32 phy_ctrl; local
3321 phy_ctrl = E1000_READ_REG(hw, E1000_PHY_CTRL);
3324 phy_ctrl &= ~E1000_PHY_CTRL_NOND0A_LPLU;
3325 E1000_WRITE_REG(hw, E1000_PHY_CTRL, phy_ctrl);
5450 u32 phy_ctrl; local
5633 u32 phy_ctrl; local
[all...]
H A De1000_phy.h70 void e1000_phy_force_speed_duplex_setup(struct e1000_hw *hw, u16 *phy_ctrl);
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c4865 uint16_t phy_ctrl; local
4897 (void) e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl);
4902 if (phy_ctrl & CR_1000T_MS_ENABLE) {
4907 phy_ctrl &= ~CR_1000T_MS_ENABLE;
4909 PHY_1000T_CTRL, phy_ctrl);
4918 !e1000_read_phy_reg(hw, PHY_CONTROL, &phy_ctrl)) {
4919 phy_ctrl |= (MII_CR_AUTO_NEG_EN |
4922 PHY_CONTROL, phy_ctrl);
4943 (void) e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl);
4944 phy_ctrl |
5486 uint16_t phy_ctrl; local
5763 uint16_t phy_ctrl; local
5800 uint16_t phy_ctrl; local
[all...]
H A De1000g_sw.h978 uint16_t phy_ctrl; /* contents of PHY_CTRL */ member in struct:e1000g
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ohci.c1357 &ohci_hdl->ohci_regs->phy_ctrl);
1369 ddi_put32(ohci_hdl->ohci_reg_handle, &ohci_hdl->ohci_regs->phy_ctrl,
1384 &ohci_hdl->ohci_regs->phy_ctrl);
1419 &ohci_hdl->ohci_regs->phy_ctrl) & OHCI_PHYC_RDDATA_MASK) >>
1459 &ohci_hdl->ohci_regs->phy_ctrl);
1472 &ohci_hdl->ohci_regs->phy_ctrl, ohci_reg);
1486 &ohci_hdl->ohci_regs->phy_ctrl);
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h280 /* hci_regs_s.phy_ctrl - See OpenHCI 1.00 section 5.11, 1394-1994 J.4.1 */
478 uint32_t phy_ctrl; member in struct:hci1394_regs_s
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c3936 uint16_t phy_ctrl; local
3953 phy_ctrl = MII_CR_FULL_DUPLEX | MII_CR_SPEED_1000 | MII_CR_LOOPBACK;
3954 (void) e1000_write_phy_reg(hw, PHY_CONTROL, phy_ctrl);
5051 uint16_t phy_ctrl; local
5063 (void) e1000_read_phy_reg(hw, PHY_CONTROL, &phy_ctrl);

Completed in 107 milliseconds