Searched defs:rockchip_combphy_grfcfg (Results 1 – 3 of 3) sorted by relevance
32 struct rockchip_combphy_grfcfg { struct33 struct combphy_reg pcie_mode_set;34 struct combphy_reg usb_mode_set;35 struct combphy_reg sgmii_mode_set;36 struct combphy_reg qsgmii_mode_set;37 struct combphy_reg pipe_rxterm_set;38 struct combphy_reg pipe_txelec_set;39 struct combphy_reg pipe_txcomp_set;40 struct combphy_reg pipe_clk_24m;41 struct combphy_reg pipe_clk_25m;[all …]
33 struct rockchip_combphy_grfcfg { struct34 struct combphy_reg pcie_mode_set;35 struct combphy_reg usb_mode_set;36 struct combphy_reg sgmii_mode_set;37 struct combphy_reg qsgmii_mode_set;38 struct combphy_reg pipe_rxterm_set;39 struct combphy_reg pipe_txelec_set;40 struct combphy_reg pipe_txcomp_set;41 struct combphy_reg pipe_clk_24m;42 struct combphy_reg pipe_clk_25m;[all …]
43 struct rockchip_combphy_grfcfg { struct44 struct combphy_reg pipe_l1_sel;45 struct combphy_reg pipe_l1_set;46 struct combphy_reg pipe_l1pd_sel;47 struct combphy_reg pipe_l1pd_p3;48 struct combphy_reg pipe_l0pd_sel;49 struct combphy_reg pipe_l0pd_p3;73 const struct rockchip_combphy_grfcfg grfcfg; argument