Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpci-dra7xx.c98 u32 b1co_mode_sel_mask; member
703 .b1co_mode_sel_mask = BIT(2),
708 .b1co_mode_sel_mask = GENMASK(3, 2),
713 .b1co_mode_sel_mask = BIT(2),
718 .b1co_mode_sel_mask = GENMASK(3, 2),
793 u32 b1co_mode_sel_mask) in dra7xx_pcie_configure_two_lane() argument
813 mask = b1co_mode_sel_mask | PCIE_B0_B1_TSYNCEN; in dra7xx_pcie_configure_two_lane()
839 u32 b1co_mode_sel_mask; in dra7xx_pcie_probe() local
847 b1co_mode_sel_mask = data->b1co_mode_sel_mask; in dra7xx_pcie_probe()
901 ret = dra7xx_pcie_configure_two_lane(dev, b1co_mode_sel_mask); in dra7xx_pcie_probe()