Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/pci/controller/dwc/
Dpci-dra7xx.c98 u32 b1co_mode_sel_mask; member
564 .b1co_mode_sel_mask = BIT(2),
569 .b1co_mode_sel_mask = GENMASK(3, 2),
574 .b1co_mode_sel_mask = BIT(2),
579 .b1co_mode_sel_mask = GENMASK(3, 2),
654 u32 b1co_mode_sel_mask) in dra7xx_pcie_configure_two_lane() argument
674 mask = b1co_mode_sel_mask | PCIE_B0_B1_TSYNCEN; in dra7xx_pcie_configure_two_lane()
700 u32 b1co_mode_sel_mask; in dra7xx_pcie_probe() local
708 b1co_mode_sel_mask = data->b1co_mode_sel_mask; in dra7xx_pcie_probe()
762 ret = dra7xx_pcie_configure_two_lane(dev, b1co_mode_sel_mask); in dra7xx_pcie_probe()