Home
last modified time | relevance | path

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

12345

/freebsd-14.2/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 del_timer_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()
292 if (phy2) in mt7615_mac_reset_work()
[all …]
/freebsd-14.2/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c1466 if (phy2) in mt7996_mac_set_coverage_class()
1634 if (phy2) in mt7996_mac_restart()
1713 if (phy2) in mt7996_mac_restart()
1739 if (phy2) in mt7996_mac_full_reset()
1745 if (phy2) in mt7996_mac_full_reset()
1761 if (phy2) in mt7996_mac_full_reset()
1767 if (phy2) in mt7996_mac_full_reset()
1776 if (phy2) in mt7996_mac_full_reset()
1827 if (phy2) in mt7996_mac_reset_work()
1871 if (phy2) in mt7996_mac_reset_work()
[all …]
H A Ddma.c375 struct mt76_phy *phy2 = dev->mt76.phys[MT_BAND1]; in mt7996_dma_reset() local
393 if (phy2) in mt7996_dma_reset()
394 mt76_queue_tx_cleanup(dev, phy2->q_tx[i], true); in mt7996_dma_reset()
416 if (phy2) in mt7996_dma_reset()
417 mt76_queue_reset(dev, phy2->q_tx[i]); in mt7996_dma_reset()
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dlan966x-kontron-kswitch-d10-mmt-8g.dts16 phy2: ethernet-phy@3 { label
27 phy-handle = <&phy2>;
H A Dhisi-x5hd2-dkb.dts55 phy-handle = <&phy2>;
61 phy2: ethernet-phy@2 { label
H A Dintel-ixp43x-kixrp435.dts53 phy2: ethernet-phy@2 { label
64 phy-handle = <&phy2>;
H A Dintel-ixp42x-gateway-7001.dts98 phy-handle = <&phy2>;
104 phy2: ethernet-phy@2 { label
H A Darmada-xp-openblocks-ax3-4.dts126 phy = <&phy2>;
195 phy2: ethernet-phy@2 { label
H A Dstih410-b2120.dts27 usb2_picophy1: phy2 {
H A Darmada-385-db-ap.dts64 phy2: ethernet-phy@6 { label
96 phy = <&phy2>;
H A Darmada-381-netgear-gs110emx.dts139 phy2: ethernet-phy@c { label
220 phy-handle = <&phy2>;
/freebsd-14.2/sys/dev/usb/controller/
H A Ddwc3.c236 uint32_t gctl, ghwp0, phy2, phy3; in snps_dwc3_reset() local
244 phy2 = DWC3_READ(sc, DWC3_GUSB2PHYCFG0); in snps_dwc3_reset()
245 phy2 |= DWC3_GUSB2PHYCFG0_PHYSOFTRST; in snps_dwc3_reset()
248 phy2 &= ~DWC3_GUSB2PHYCFG0_SUSPENDUSB20; in snps_dwc3_reset()
249 DWC3_WRITE(sc, DWC3_GUSB2PHYCFG0, phy2); in snps_dwc3_reset()
260 phy2 &= ~DWC3_GUSB2PHYCFG0_PHYSOFTRST; in snps_dwc3_reset()
261 DWC3_WRITE(sc, DWC3_GUSB2PHYCFG0, phy2); in snps_dwc3_reset()
/freebsd-14.2/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dinit.c812 mt7915_init_hardware(struct mt7915_dev *dev, struct mt7915_phy *phy2) in mt7915_init_hardware() argument
821 ret = mt7915_dma_init(dev, phy2); in mt7915_init_hardware()
1208 struct mt7915_phy *phy2; in mt7915_register_device() local
1226 phy2 = mt7915_alloc_ext_phy(dev); in mt7915_register_device()
1227 if (IS_ERR(phy2)) in mt7915_register_device()
1228 return PTR_ERR(phy2); in mt7915_register_device()
1230 ret = mt7915_init_hardware(dev, phy2); in mt7915_register_device()
1251 if (phy2) { in mt7915_register_device()
1252 ret = mt7915_register_ext_phy(dev, phy2); in mt7915_register_device()
1280 if (phy2) in mt7915_register_device()
[all …]
H A Ddma.c406 int mt7915_dma_init(struct mt7915_dev *dev, struct mt7915_phy *phy2) in mt7915_dma_init() argument
449 if (phy2) { in mt7915_dma_init()
450 ret = mt7915_init_tx_queues(phy2, in mt7915_dma_init()
451 MT_TXQ_ID(phy2->mt76->band_idx), in mt7915_dma_init()
/freebsd-14.2/sys/contrib/device-tree/Bindings/soc/imx/
H A Dfsl,imx8mp-hsio-blk-ctrl.yaml38 - const: usb-phy2
89 "usb-phy2", "pcie", "pcie-phy";
/freebsd-14.2/sys/contrib/device-tree/src/powerpc/fsl/
H A Dmvme7100.dts48 phy2: ethernet-phy@3 { label
66 phy-handle = <&phy2>;
H A Dp1010rdb-pb.dts27 &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 Dgef_ppc9a.dts154 phy2: ethernet-phy@2 { label
167 phy-handle = <&phy2>;
/freebsd-14.2/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-14.2/sys/contrib/device-tree/Bindings/ata/
H A Dapm-xgene.txt39 phy2: phy@1f22a000 {
61 phys = <&phy2 0>;
/freebsd-14.2/sys/contrib/device-tree/Bindings/net/
H A Dhisilicon-hix5hd2-gmac.txt49 phy-handle = <&phy2>;
57 phy2: ethernet-phy@2 {
H A Dintel,ixp4xx-ethernet.yaml97 phy-handle = <&phy2>;
105 phy2: ethernet-phy@2 {
/freebsd-14.2/sys/contrib/device-tree/src/mips/mscc/
H A Docelot_pcb123.dts63 phy-handle = <&phy2>;

12345