Home
last modified time | relevance | path

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

12345

/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dpci_mac.c202 struct mt7615_phy *phy2; in mt7615_mac_reset_work() local
210 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7615_mac_reset_work()
225 if (phy2) { in mt7615_mac_reset_work()
226 set_bit(MT76_RESET, &phy2->mt76->state); in mt7615_mac_reset_work()
227 cancel_delayed_work_sync(&phy2->mt76->mac_work); in mt7615_mac_reset_work()
228 timer_delete_sync(&phy2->roc_timer); in mt7615_mac_reset_work()
229 cancel_work_sync(&phy2->roc_work); in mt7615_mac_reset_work()
260 if (phy2) in mt7615_mac_reset_work()
261 clear_bit(MT76_RESET, &phy2->mt76->state); in mt7615_mac_reset_work()
291 if (phy2) in mt7615_mac_reset_work()
[all …]
/linux/drivers/media/platform/ti/omap3isp/
H A Dispcsiphy.c339 struct isp_csiphy *phy2 = &isp->isp_csiphy2; in omap3isp_csiphy_init() local
341 phy2->isp = isp; in omap3isp_csiphy_init()
342 phy2->csi2 = &isp->isp_csi2a; in omap3isp_csiphy_init()
343 phy2->num_data_lanes = ISP_CSIPHY2_NUM_DATA_LANES; in omap3isp_csiphy_init()
344 phy2->cfg_regs = OMAP3_ISP_IOMEM_CSI2A_REGS1; in omap3isp_csiphy_init()
345 phy2->phy_regs = OMAP3_ISP_IOMEM_CSIPHY2; in omap3isp_csiphy_init()
346 mutex_init(&phy2->mutex); in omap3isp_csiphy_init()
/linux/drivers/phy/allwinner/
H A Dphy-sun4i-usb.c282 struct sun4i_usb_phy *phy2 = &data->phys[2]; in sun4i_usb_phy_init() local
284 ret = clk_prepare_enable(phy2->clk); in sun4i_usb_phy_init()
292 ret = reset_control_deassert(phy2->reset); in sun4i_usb_phy_init()
294 clk_disable_unprepare(phy2->clk); in sun4i_usb_phy_init()
305 ret = clk_prepare_enable(phy2->clk2); in sun4i_usb_phy_init()
307 reset_control_assert(phy2->reset); in sun4i_usb_phy_init()
308 clk_disable_unprepare(phy2->clk); in sun4i_usb_phy_init()
315 if (phy2->pmu && data->cfg->hci_phy_ctl_clear) { in sun4i_usb_phy_init()
316 val = readl(phy2->pmu + REG_HCI_PHY_CTL); in sun4i_usb_phy_init()
318 writel(val, phy2->pmu + REG_HCI_PHY_CTL); in sun4i_usb_phy_init()
[all …]
/linux/net/ieee802154/
H A Dnl-phy.c297 struct wpan_phy *phy2; in ieee802154_del_iface() local
306 phy2 = wpan_phy_find(pname); in ieee802154_del_iface()
307 if (!phy2) in ieee802154_del_iface()
310 if (phy != phy2) { in ieee802154_del_iface()
311 wpan_phy_put(phy2); in ieee802154_del_iface()
/linux/arch/arm/boot/dts/microchip/
H A Dlan966x-kontron-kswitch-d10-mmt-8g.dts16 phy2: ethernet-phy@3 { label
29 phy-handle = <&phy2>;
/linux/drivers/gpio/
H A Dgpio-stp-xway.c88 u8 phy2; /* 3 bits can be driven by phy2 */ member
197 chip->phy2 << XWAY_STP_PHY2_SHIFT, in xway_stp_hw_init()
216 chip->reserved = (chip->phy4 << 11) | (chip->phy3 << 8) | (chip->phy2 << 5) in xway_stp_hw_init()
281 chip->phy2 = phy & XWAY_STP_PHY_MASK; in xway_stp_probe()
/linux/arch/arm/boot/dts/hisilicon/
H A Dhisi-x5hd2-dkb.dts55 phy-handle = <&phy2>;
61 phy2: ethernet-phy@2 { label
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dinit.c828 mt7915_init_hardware(struct mt7915_dev *dev, struct mt7915_phy *phy2) in mt7915_init_hardware() argument
837 ret = mt7915_dma_init(dev, phy2); in mt7915_init_hardware()
1222 struct mt7915_phy *phy2; in mt7915_register_device() local
1240 phy2 = mt7915_alloc_ext_phy(dev); in mt7915_register_device()
1241 if (IS_ERR(phy2)) in mt7915_register_device()
1242 return PTR_ERR(phy2); in mt7915_register_device()
1244 ret = mt7915_init_hardware(dev, phy2); in mt7915_register_device()
1263 if (phy2) { in mt7915_register_device()
1264 ret = mt7915_register_ext_phy(dev, phy2); in mt7915_register_device()
1290 if (phy2) in mt7915_register_device()
[all …]
H A Dmac.c1305 struct mt7915_phy *phy2; in mt7915_mac_restart() local
1311 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7915_mac_restart()
1400 mt7915_init_txpower(phy2); in mt7915_mac_restart()
1418 if (phy2) in mt7915_mac_restart()
1419 clear_bit(MT76_RESET, &phy2->mt76->state); in mt7915_mac_restart()
1436 struct mt7915_phy *phy2; in mt7915_mac_full_reset() local
1440 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7915_mac_full_reset()
1466 if (phy2) in mt7915_mac_full_reset()
1467 phy2->omac_mask = 0; in mt7915_mac_full_reset()
1488 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()
/linux/arch/arm/boot/dts/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 { label
/linux/arch/loongarch/boot/dts/
H A Dloongson-2k2000-ref.dts106 phy-handle = <&phy2>;
111 phy2: ethernet-phy@2 { label
/linux/arch/powerpc/boot/dts/fsl/
H A Dmvme7100.dts48 phy2: ethernet-phy@3 { label
66 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>;
H A Dp1010rdb-pb.dts27 &phy2 {
H A Dp1020utm-pc.dtsi90 phy2: ethernet-phy@2 { label
111 phy-handle = <&phy2>;
H A Dgef_sbc310.dts153 phy2: ethernet-phy@2 { label
166 phy-handle = <&phy2>;
/linux/arch/mips/boot/dts/realtek/
H A Dcameo-rtl9302c-2x-rtl8224-2xge.dts85 phy2: ethernet-phy@2 { label
132 phy-handle = <&phy2>;
/linux/Documentation/devicetree/bindings/net/
H A Dhisilicon-hix5hd2-gmac.txt49 phy-handle = <&phy2>;
57 phy2: ethernet-phy@2 {
/linux/arch/arm/boot/dts/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-xp-db.dts110 phy = <&phy2>;
226 phy2: ethernet-phy@2 { label
H A Darmada-381-netgear-gs110emx.dts137 phy2: ethernet-phy@c { label
218 phy-handle = <&phy2>;

12345