Home
last modified time | relevance | path

Searched refs:phy2 (Results 1 – 25 of 120) sorted by relevance

12345

/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dpci_mac.c205 struct mt7615_phy *phy2; in mt7615_mac_reset_work() local
213 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7615_mac_reset_work()
228 if (phy2) { in mt7615_mac_reset_work()
229 set_bit(MT76_RESET, &phy2->mt76->state); in mt7615_mac_reset_work()
230 cancel_delayed_work_sync(&phy2->mt76->mac_work); in mt7615_mac_reset_work()
231 timer_delete_sync(&phy2->roc_timer); in mt7615_mac_reset_work()
232 cancel_work_sync(&phy2->roc_work); in mt7615_mac_reset_work()
263 if (phy2) in mt7615_mac_reset_work()
264 clear_bit(MT76_RESET, &phy2->mt76->state); in mt7615_mac_reset_work()
294 if (phy2) in mt7615_mac_reset_work()
[all …]
/freebsd/sys/dev/usb/controller/dwc3/
H A Ddwc3.c234 uint32_t gctl, ghwp0, phy2, phy3; in snps_dwc3_reset() local
242 phy2 = DWC3_READ(sc, DWC3_GUSB2PHYCFG0); in snps_dwc3_reset()
243 phy2 |= DWC3_GUSB2PHYCFG0_PHYSOFTRST; in snps_dwc3_reset()
246 phy2 &= ~DWC3_GUSB2PHYCFG0_SUSPENDUSB20; in snps_dwc3_reset()
247 DWC3_WRITE(sc, DWC3_GUSB2PHYCFG0, phy2); in snps_dwc3_reset()
258 phy2 &= ~DWC3_GUSB2PHYCFG0_PHYSOFTRST; in snps_dwc3_reset()
259 DWC3_WRITE(sc, DWC3_GUSB2PHYCFG0, phy2); in snps_dwc3_reset()
/freebsd/sys/contrib/device-tree/src/arm/microchip/
H A Dlan966x-kontron-kswitch-d10-mmt-8g.dts16 phy2: ethernet-phy@3 { label
29 phy-handle = <&phy2>;
/freebsd/sys/contrib/device-tree/src/arm/hisilicon/
H A Dhisi-x5hd2-dkb.dts55 phy-handle = <&phy2>;
61 phy2: ethernet-phy@2 { label
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/
H A Dintel-ixp43x-kixrp435.dts53 phy2: ethernet-phy@2 { label
64 phy-handle = <&phy2>;
H A Dintel-ixp42x-gateway-7001.dts100 phy-handle = <&phy2>;
106 phy2: ethernet-phy@2 {
104 phy2: ethernet-phy@2 { global() label
/freebsd/sys/contrib/device-tree/src/loongarch/
H A Dloongson-2k2000-ref.dts106 phy-handle = <&phy2>;
111 phy2: ethernet-phy@2 { label
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dinit.c857 mt7915_init_hardware(struct mt7915_dev *dev, struct mt7915_phy *phy2) in mt7915_init_hardware() argument
866 ret = mt7915_dma_init(dev, phy2); in mt7915_init_hardware()
1253 struct mt7915_phy *phy2; in mt7915_register_device() local
1271 phy2 = mt7915_alloc_ext_phy(dev); in mt7915_register_device()
1272 if (IS_ERR(phy2)) in mt7915_register_device()
1273 return PTR_ERR(phy2); in mt7915_register_device()
1275 ret = mt7915_init_hardware(dev, phy2); in mt7915_register_device()
1294 if (phy2) { in mt7915_register_device()
1295 ret = mt7915_register_ext_phy(dev, phy2); in mt7915_register_device()
1325 if (phy2) in mt7915_register_device()
[all …]
H A Dmac.c1339 struct mt7915_phy *phy2; in mt7915_mac_restart() local
1345 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7915_mac_restart()
1434 mt7915_init_txpower(phy2); in mt7915_mac_restart()
1452 if (phy2) in mt7915_mac_restart()
1453 clear_bit(MT76_RESET, &phy2->mt76->state); in mt7915_mac_restart()
1470 struct mt7915_phy *phy2; in mt7915_mac_full_reset() local
1474 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7915_mac_full_reset()
1500 if (phy2) in mt7915_mac_full_reset()
1501 phy2->omac_mask = 0; in mt7915_mac_full_reset()
1522 struct mt7915_phy *phy2; in mt7915_mac_reset_work() local
[all …]
H A Ddma.c408 int mt7915_dma_init(struct mt7915_dev *dev, struct mt7915_phy *phy2) in mt7915_dma_init() argument
451 if (phy2) { in mt7915_dma_init()
452 ret = mt7915_init_tx_queues(phy2, in mt7915_dma_init()
453 MT_TXQ_ID(phy2->mt76->band_idx), in mt7915_dma_init()
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dmvme7100.dts48 phy2: ethernet-phy@3 { label
66 phy-handle = <&phy2>;
H A Dsbc8641d.dts89 phy2: ethernet-phy@1 { label
116 phy-handle = <&phy2>;
H A Dgef_sbc610.dts152 phy2: ethernet-phy@2 { label
165 phy-handle = <&phy2>;
H A Dp1010rdb-pb.dts27 &phy2 {
H A Dgef_ppc9a.dts154 phy2: ethernet-phy@2 { label
167 phy-handle = <&phy2>;
H A Dgef_sbc310.dts153 phy2: ethernet-phy@2 { label
166 phy-handle = <&phy2>;
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio-stp-xway.txt25 - lantiq,phy2 : The gphy2 core can control 3 bits of the gpio cascade.
40 lantiq,phy2 = <0x7>;
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dhisilicon-hix5hd2-gmac.txt49 phy-handle = <&phy2>;
57 phy2: ethernet-phy@2 {
/freebsd/sys/contrib/device-tree/Bindings/ata/
H A Dapm-xgene.txt39 phy2: phy@1f22a000 {
61 phys = <&phy2 0>;
/freebsd/sys/contrib/device-tree/src/mips/realtek/
H A Dcameo-rtl9302c-2x-rtl8224-2xge.dts85 phy2: ethernet-phy@2 { label
132 phy-handle = <&phy2>;
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Darmada-xp-openblocks-ax3-4.dts126 phy = <&phy2>;
195 phy2: ethernet-phy@2 { label
H A Darmada-385-db-ap.dts64 phy2: ethernet-phy@6 { label
96 phy = <&phy2>;
H A Darmada-381-netgear-gs110emx.dts137 phy2: ethernet-phy@c {
218 phy-handle = <&phy2>;
139 phy2: ethernet-phy@c { global() label
/freebsd/sys/contrib/device-tree/src/mips/mscc/
H A Docelot_pcb123.dts63 phy-handle = <&phy2>;
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstih410-b2120.dts27 usb2_picophy1: phy2 {

12345