Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pci/controller/dwc/
Dpci-dra7xx.c100 u32 b1co_mode_sel_mask; member
575 .b1co_mode_sel_mask = BIT(2),
580 .b1co_mode_sel_mask = GENMASK(3, 2),
585 .b1co_mode_sel_mask = BIT(2),
590 .b1co_mode_sel_mask = GENMASK(3, 2),
666 u32 b1co_mode_sel_mask) in dra7xx_pcie_configure_two_lane() argument
686 mask = b1co_mode_sel_mask | PCIE_B0_B1_TSYNCEN; in dra7xx_pcie_configure_two_lane()
711 u32 b1co_mode_sel_mask; in dra7xx_pcie_probe() local
718 b1co_mode_sel_mask = data->b1co_mode_sel_mask; in dra7xx_pcie_probe()
781 ret = dra7xx_pcie_configure_two_lane(dev, b1co_mode_sel_mask); in dra7xx_pcie_probe()