Home
last modified time | relevance | path

Searched +full:p1 +full:- +full:xr +full:- +full:dtime (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/devicetree/bindings/phy/
H A Dairoha,en7581-pcie-phy.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/phy/airoha,en7581-pcie-phy.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Airoha EN7581 PCI-Express PHY
10 - Lorenzo Bianconi <lorenzo@kernel.org>
17 const: airoha,en7581-pcie-phy
21 - description: PCIE analog base address
22 - description: PCIE lane0 base address
23 - description: PCIE lane1 base address
[all …]
/linux/drivers/phy/
H A Dphy-airoha-pcie.c1 // SPDX-License-Identifier: GPL-2.0-only
16 #include "phy-airoha-pcie-regs.h"
21 /* PCIe-PHY initialization time in ms needed by the hw to complete */
31 * struct airoha_pcie_phy - PCIe phy driver main structure
35 * @pma0: IO mapped register base address of PMA0-PCIe
36 * @pma1: IO mapped register base address of PMA1-PCIe
37 * @p0_xr_dtime: IO mapped register base address of port0 Tx-Rx detection time
38 * @p1_xr_dtime: IO mapped register base address of port1 Tx-Rx detection time
84 airoha_phy_clear_bits((pcie_phy)->csr_2l + (reg), (mask))
86 airoha_phy_set_bits((pcie_phy)->csr_2l + (reg), (mask))
[all …]