Searched +full:p1 +full:- +full:xr +full:- +full:dtime (Results 1 – 2 of 2) sorted by relevance
1 # 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 PHY10 - Lorenzo Bianconi <lorenzo@kernel.org>17 const: airoha,en7581-pcie-phy21 - description: PCIE analog base address22 - description: PCIE lane0 base address23 - description: PCIE lane1 base address[all …]
1 // SPDX-License-Identifier: GPL-2.0-only16 #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 structure35 * @pma0: IO mapped register base address of PMA0-PCIe36 * @pma1: IO mapped register base address of PMA1-PCIe37 * @p0_xr_dtime: IO mapped register base address of port0 Tx-Rx detection time38 * @p1_xr_dtime: IO mapped register base address of port1 Tx-Rx detection time84 airoha_phy_clear_bits((pcie_phy)->csr_2l + (reg), (mask))86 airoha_phy_set_bits((pcie_phy)->csr_2l + (reg), (mask))[all …]