| /f-stack/freebsd/arm/allwinner/ |
| H A D | aw_usbphy.c | 142 struct resource * phy_ctrl; member 235 sc->phy_ctrl = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &rid, in awusbphy_init() 237 if (sc->phy_ctrl == NULL) { in awusbphy_init() 296 val = bus_read_4(sc->phy_ctrl, PHY_CSR); in awusbphy_init() 303 bus_write_4(sc->phy_ctrl, PHY_CSR, val); in awusbphy_init() 434 val = bus_read_4(sc->phy_ctrl, PHY_CSR); in awusbphy_set_mode() 446 CLR4(sc->phy_ctrl, OTG_PHY_CFG, OTG_PHY_ROUTE_OTG); in awusbphy_set_mode() 451 SET4(sc->phy_ctrl, OTG_PHY_CFG, OTG_PHY_ROUTE_OTG); in awusbphy_set_mode() 457 bus_write_4(sc->phy_ctrl, PHY_CSR, val); in awusbphy_set_mode()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/phy/ |
| H A D | allwinner,sun8i-v3s-usb-phy.yaml | 27 - const: phy_ctrl 79 reg-names = "phy_ctrl",
|
| H A D | allwinner,sun5i-a13-usb-phy.yaml | 27 - const: phy_ctrl 84 reg-names = "phy_ctrl", "pmu1";
|
| H A D | allwinner,sun50i-h6-usb-phy.yaml | 28 - const: phy_ctrl 91 reg-names = "phy_ctrl",
|
| H A D | allwinner,sun50i-a64-usb-phy.yaml | 28 - const: phy_ctrl 91 reg-names = "phy_ctrl",
|
| H A D | allwinner,sun8i-a23-usb-phy.yaml | 29 - const: phy_ctrl 89 reg-names = "phy_ctrl", "pmu1";
|
| H A D | allwinner,sun4i-a10-usb-phy.yaml | 30 - const: phy_ctrl 93 reg-names = "phy_ctrl", "pmu1", "pmu2";
|
| H A D | allwinner,sun8i-r40-usb-phy.yaml | 29 - const: phy_ctrl 101 reg-names = "phy_ctrl",
|
| H A D | allwinner,sun6i-a31-usb-phy.yaml | 28 - const: phy_ctrl 98 reg-names = "phy_ctrl",
|
| H A D | allwinner,sun8i-a83t-usb-phy.yaml | 28 - const: phy_ctrl 100 reg-names = "phy_ctrl",
|
| H A D | allwinner,sun8i-h3-usb-phy.yaml | 30 - const: phy_ctrl 111 reg-names = "phy_ctrl",
|
| /f-stack/dpdk/drivers/net/e1000/base/ |
| H A D | e1000_phy.c | 1611 u16 phy_ctrl; in e1000_copper_link_autoneg() local 1637 ret_val = phy->ops.read_reg(hw, PHY_CONTROL, &phy_ctrl); in e1000_copper_link_autoneg() 1642 ret_val = phy->ops.write_reg(hw, PHY_CONTROL, phy_ctrl); in e1000_copper_link_autoneg() 2016 *phy_ctrl &= ~MII_CR_AUTO_NEG_EN; in e1000_phy_force_speed_duplex_setup() 2021 *phy_ctrl &= ~MII_CR_FULL_DUPLEX; in e1000_phy_force_speed_duplex_setup() 2025 *phy_ctrl |= MII_CR_FULL_DUPLEX; in e1000_phy_force_speed_duplex_setup() 2032 *phy_ctrl |= MII_CR_SPEED_100; in e1000_phy_force_speed_duplex_setup() 2033 *phy_ctrl &= ~MII_CR_SPEED_1000; in e1000_phy_force_speed_duplex_setup() 2037 *phy_ctrl &= ~(MII_CR_SPEED_1000 | MII_CR_SPEED_100); in e1000_phy_force_speed_duplex_setup() 2804 u16 phy_ctrl; in e1000_phy_sw_reset_generic() local [all …]
|
| H A D | e1000_ich8lan.c | 3148 u32 phy_ctrl; in e1000_set_d0_lplu_state_ich8lan() local 3160 phy_ctrl |= E1000_PHY_CTRL_D0A_LPLU; in e1000_set_d0_lplu_state_ich8lan() 3185 phy_ctrl &= ~E1000_PHY_CTRL_D0A_LPLU; in e1000_set_d0_lplu_state_ich8lan() 3244 u32 phy_ctrl; in e1000_set_d3_lplu_state_ich8lan() local 3253 phy_ctrl &= ~E1000_PHY_CTRL_NOND0A_LPLU; in e1000_set_d3_lplu_state_ich8lan() 3294 phy_ctrl |= E1000_PHY_CTRL_NOND0A_LPLU; in e1000_set_d3_lplu_state_ich8lan() 5394 u32 phy_ctrl; in e1000_kmrn_lock_loss_workaround_ich8lan() local 5432 phy_ctrl |= (E1000_PHY_CTRL_GBE_DISABLE | in e1000_kmrn_lock_loss_workaround_ich8lan() 5577 u32 phy_ctrl; in e1000_suspend_workarounds_ich8lan() local 5583 phy_ctrl |= E1000_PHY_CTRL_GBE_DISABLE; in e1000_suspend_workarounds_ich8lan() [all …]
|
| H A D | e1000_phy.h | 40 void e1000_phy_force_speed_duplex_setup(struct e1000_hw *hw, u16 *phy_ctrl);
|
| /f-stack/dpdk/drivers/net/igc/base/ |
| H A D | igc_phy.c | 1642 u16 phy_ctrl; in igc_copper_link_autoneg() local 1668 ret_val = phy->ops.read_reg(hw, PHY_CONTROL, &phy_ctrl); in igc_copper_link_autoneg() 1673 ret_val = phy->ops.write_reg(hw, PHY_CONTROL, phy_ctrl); in igc_copper_link_autoneg() 2051 *phy_ctrl &= ~MII_CR_AUTO_NEG_EN; in igc_phy_force_speed_duplex_setup() 2056 *phy_ctrl &= ~MII_CR_FULL_DUPLEX; in igc_phy_force_speed_duplex_setup() 2060 *phy_ctrl |= MII_CR_FULL_DUPLEX; in igc_phy_force_speed_duplex_setup() 2067 *phy_ctrl |= MII_CR_SPEED_100; in igc_phy_force_speed_duplex_setup() 2068 *phy_ctrl &= ~MII_CR_SPEED_1000; in igc_phy_force_speed_duplex_setup() 2072 *phy_ctrl &= ~(MII_CR_SPEED_1000 | MII_CR_SPEED_100); in igc_phy_force_speed_duplex_setup() 2844 u16 phy_ctrl; in igc_phy_sw_reset_generic() local [all …]
|
| H A D | igc_phy.h | 40 void igc_phy_force_speed_duplex_setup(struct igc_hw *hw, u16 *phy_ctrl);
|
| /f-stack/freebsd/contrib/device-tree/Bindings/usb/ |
| H A D | am33xx-usb.txt | 17 - reg-names: "phy_ctrl" for the "USB control registers" and "wakeup" for 90 reg-names = "phy_ctrl", "wakeup";
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | sun8i-a23.dtsi | 103 reg-names = "phy_ctrl", "pmu1";
|
| H A D | sun8i-a33.dtsi | 430 reg-names = "phy_ctrl", "pmu1";
|
| H A D | sun8i-v3s.dtsi | 254 reg-names = "phy_ctrl",
|
| H A D | dm814x.dtsi | 461 reg-names = "phy_ctrl", "wakeup";
|
| H A D | sun5i.dtsi | 383 reg-names = "phy_ctrl", "pmu1";
|
| H A D | sun8i-r40.dtsi | 307 reg-names = "phy_ctrl",
|
| H A D | sunxi-h3-h5.dtsi | 273 reg-names = "phy_ctrl",
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/allwinner/ |
| H A D | sun50i-h6.dtsi | 645 reg-names = "phy_ctrl",
|