Searched refs:crystal_type (Results 1 – 5 of 5) sorted by relevance
35 u32 crystal_type; member
1231 if(sh->cfg.crystal_type == SSV6XXX_IQK_CFG_XTAL_26M) in ssv6xxx_init_hw()1236 else if(sh->cfg.crystal_type == SSV6XXX_IQK_CFG_XTAL_40M) in ssv6xxx_init_hw()1241 else if(sh->cfg.crystal_type == SSV6XXX_IQK_CFG_XTAL_24M) in ssv6xxx_init_hw()1462 if(ssv_cfg.crystal_type == 26) in ssv6xxx_read_configuration()1463 sh->cfg.crystal_type = SSV6XXX_IQK_CFG_XTAL_26M; in ssv6xxx_read_configuration()1464 else if(ssv_cfg.crystal_type == 40) in ssv6xxx_read_configuration()1465 sh->cfg.crystal_type = SSV6XXX_IQK_CFG_XTAL_40M; in ssv6xxx_read_configuration()1466 else if(ssv_cfg.crystal_type == 24) in ssv6xxx_read_configuration()1467 sh->cfg.crystal_type = SSV6XXX_IQK_CFG_XTAL_24M; in ssv6xxx_read_configuration()
400 if (vt_tbl[sh->cfg.crystal_type][chidx].channel_id == ch) { in ssv6xxx_set_channel()412 …if((sh->cfg.crystal_type == SSV6XXX_IQK_CFG_XTAL_26M) || (sh->cfg.crystal_type == SSV6XXX_IQK_CFG_… in ssv6xxx_set_channel()417 else if(sh->cfg.crystal_type == SSV6XXX_IQK_CFG_XTAL_40M) in ssv6xxx_set_channel()429 regval = vt_tbl[sh->cfg.crystal_type][chidx].rf_ctrl_F; in ssv6xxx_set_channel()432 regval = vt_tbl[sh->cfg.crystal_type][chidx].rf_ctrl_N; in ssv6xxx_set_channel()436 regval = vt_tbl[sh->cfg.crystal_type][chidx].rf_precision_default; in ssv6xxx_set_channel()453 …printk("Lock to channel %d ([0xce010098]=%x)!!\n", vt_tbl[sh->cfg.crystal_type][chidx].channel_id,… in ssv6xxx_set_channel()454 printk("crystal_type [%d]\n",sh->cfg.crystal_type); in ssv6xxx_set_channel()469 …][%x]\n",vt_tbl[sh->cfg.crystal_type][chidx].rf_ctrl_N,vt_tbl[sh->cfg.crystal_type][chidx].rf_ctrl… in ssv6xxx_set_channel()
766 int crystal_type = 0; /* Default 12 MHz */ in omap1_clk_init() local814 if (cpu_is_omap16xx() && crystal_type == 2) in omap1_clk_init()
227 { "xtal_clock", (void *)&ssv_cfg.crystal_type, 0, __string2u32 },