Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/rockchip/
H A Drk_edp.c294 static int rk_edp_link_power_up(struct rk_edp_priv *edp) in rk_edp_link_power_up() argument
300 if (edp->link_train.revision < 0x11) in rk_edp_link_power_up()
303 ret = rk_edp_dpcd_read(edp->regs, DPCD_LINK_POWER_STATE, &value, 1); in rk_edp_link_power_up()
310 ret = rk_edp_dpcd_write(edp->regs, DPCD_LINK_POWER_STATE, &value, 1); in rk_edp_link_power_up()
324 static int rk_edp_link_configure(struct rk_edp_priv *edp) in rk_edp_link_configure() argument
328 values[0] = edp->link_train.link_rate; in rk_edp_link_configure()
329 values[1] = edp->link_train.lane_count; in rk_edp_link_configure()
331 return rk_edp_dpcd_write(edp->regs, DPCD_LINK_BW_SET, values, in rk_edp_link_configure()
335 static void rk_edp_set_link_training(struct rk_edp_priv *edp, in rk_edp_set_link_training() argument
340 for (i = 0; i < edp->link_train.lane_count; i++) in rk_edp_set_link_training()
[all …]
/rk3399_rockchip-uboot/drivers/phy/
H A DMakefile13 obj-$(CONFIG_PHY_ROCKCHIP_NANENG_EDP) += phy-rockchip-naneng-edp.o
/rk3399_rockchip-uboot/arch/arm/dts/
H A Drk3288-veyron-jerry.dts122 &edp {
140 edp {
H A Drk3288-evb.dtsi147 edp_panel: edp-panel {
172 &edp {
H A Drk3288-fennec.dtsi123 edp_panel: edp-panel {
147 &edp {
H A Drk3588.dtsi201 edp1: edp@fded0000 {
202 compatible = "rockchip,rk3588-edp";
H A Drk3399-evb.dts399 &edp {
H A Drk3288.dtsi183 route_edp: route-edp {
803 edp: edp@ff970000 { label
811 reset-names = "edp";
H A Drk3399.dtsi136 route_edp: route-edp {
1639 edp: edp@ff970000 { label
1640 compatible = "rockchip,rk3399-edp";
1796 edp {
1797 edp_hpd: edp-hpd {
H A Dexynos5420-peach-pit.dts78 edp-lvds-bridge@48 {
H A Drk3568.dtsi530 edp_phy: edp-phy@fdcb0000 {
531 compatible = "rockchip,rk3568-edp-phy";
1465 edp: edp@fe0c0000 { label
1466 compatible = "rockchip,rk3568-edp";
H A Drk3288-veyron.dtsi583 &edp {
H A Drk3576.dtsi656 route_edp: route-edp {
2600 edp: edp@27dc0000 { label
2601 compatible = "rockchip,rk3576-edp";
H A Drk3588s.dtsi1144 edp0: edp@fdec0000 {
1145 compatible = "rockchip,rk3588-edp";
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.c228 ed_t *edp = (ed_t *)value; in maybe_print_eds() local
232 dbg ("%08x", edp->hwINFO); in maybe_print_eds()
233 dbg ("%08x", edp->hwTailP); in maybe_print_eds()
234 dbg ("%08x", edp->hwHeadP); in maybe_print_eds()
235 dbg ("%08x", edp->hwNextED); in maybe_print_eds()
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci-hcd.c361 ed_t *edp = (ed_t *)value; in maybe_print_eds() local
365 invalidate_dcache_ed(edp); in maybe_print_eds()
366 dbg("%08x", edp->hwINFO); in maybe_print_eds()
367 dbg("%08x", edp->hwTailP); in maybe_print_eds()
368 dbg("%08x", edp->hwHeadP); in maybe_print_eds()
369 dbg("%08x", edp->hwNextED); in maybe_print_eds()