pll_write
atom_card_info->pll_write = cail_pll_write;
gctx->card->pll_write(gctx->card, idx, val);
void (*pll_write)(struct card_info *info,
pll_write(pll, REG_HDMI_8960_PHY_PLL_LOCKDET_CFG2, 0x8d);
pll_write(pll, REG_HDMI_8960_PHY_PLL_LOCKDET_CFG0, 0x10);
pll_write(pll, REG_HDMI_8960_PHY_PLL_LOCKDET_CFG1, 0x1a);
pll_write(pll, REG_HDMI_8960_PHY_PLL_LOCKDET_CFG2, 0x0d);
pll_write(pll, REG_HDMI_8960_PHY_PLL_PWRDN_B, val);
pll_write(pll, REG_HDMI_8960_PHY_PLL_LOCKDET_CFG2, 0x8d);
pll_write(pll, REG_HDMI_8960_PHY_PLL_LOCKDET_CFG2, 0x0d);
pll_write(pll, REG_HDMI_8960_PHY_PLL_PWRDN_B, val);
pll_write(pll, pll_rate->conf[i].reg, pll_rate->conf[i].val);
gctx->card->pll_write(gctx->card, idx, val);
void (* pll_write)(struct card_info *, uint32_t, uint32_t); /* filled by driver */
atom_card_info->pll_write = cail_pll_write;