Home
last modified time | relevance | path

Searched refs:b1co_mode_sel_mask (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/pci/controller/dwc/
H A Dpci-dra7xx.c100 u32 b1co_mode_sel_mask; member
566 .b1co_mode_sel_mask = BIT(2),
571 .b1co_mode_sel_mask = GENMASK(3, 2),
576 .b1co_mode_sel_mask = BIT(2),
581 .b1co_mode_sel_mask = GENMASK(3, 2),
657 u32 b1co_mode_sel_mask) in dra7xx_pcie_configure_two_lane() argument
677 mask = b1co_mode_sel_mask | PCIE_B0_B1_TSYNCEN; in dra7xx_pcie_configure_two_lane()
702 u32 b1co_mode_sel_mask; in dra7xx_pcie_probe() local
709 b1co_mode_sel_mask = data->b1co_mode_sel_mask; in dra7xx_pcie_probe()
772 ret = dra7xx_pcie_configure_two_lane(dev, b1co_mode_sel_mask); in dra7xx_pcie_probe()