Lines Matching +full:0 +full:x0314
17 #define RCAR_HDMI_PHY_OPMODE_PLLCFG 0x06 /* Mode of operation and PLL dividers */
18 #define RCAR_HDMI_PHY_PLLCURRGMPCTRL 0x10 /* PLL current and Gmp (conductance) */
19 #define RCAR_HDMI_PHY_PLLDIVCTRL 0x11 /* PLL dividers */
29 { 35500000, 0x0003, 0x0344, 0x0328 },
30 { 44900000, 0x0003, 0x0285, 0x0128 },
31 { 71000000, 0x0002, 0x1184, 0x0314 },
32 { 90000000, 0x0002, 0x1144, 0x0114 },
33 { 140250000, 0x0001, 0x20c4, 0x030a },
34 { 182750000, 0x0001, 0x2084, 0x010a },
35 { 281250000, 0x0000, 0x0084, 0x0305 },
36 { 297000000, 0x0000, 0x0084, 0x0105 },
37 { ~0UL, 0x0000, 0x0000, 0x0000 },
60 for (; params->mpixelclock != ~0UL; ++params) { in rcar_hdmi_phy_configure()
65 if (params->mpixelclock == ~0UL) in rcar_hdmi_phy_configure()
74 return 0; in rcar_hdmi_phy_configure()
93 return 0; in rcar_dw_hdmi_probe()