Searched refs:ssc_enable (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/sound/soc/atmel/ |
H A D | atmel-pcm.h | 40 u32 ssc_enable; /* SSC recv/trans enable */ member
|
H A D | atmel_ssc_dai.c | 59 .ssc_enable = SSC_BIT(CR_TXEN), 69 .ssc_enable = SSC_BIT(CR_RXEN), 755 ssc_writel(ssc_p->ssc->regs, CR, dma_params->mask->ssc_enable); in atmel_ssc_trigger()
|
/openbmc/linux/drivers/clk/mediatek/ |
H A D | clk-pllfh.h | 68 int (*ssc_enable)(struct mtk_fh *fh, u32 rate); member
|
H A D | clk-fhctl.c | 233 .ssc_enable = fhctl_ssc_enable, 263 fh->ops->ssc_enable(fh, state.ssc_rate); in fhctl_hw_init()
|
/openbmc/linux/drivers/phy/ |
H A D | phy-xgene.c | 1254 enum clk_type_t clk_type, int ssc_enable) in xgene_phy_hw_init_sata() argument 1290 if (ssc_enable) in xgene_phy_hw_init_sata() 1319 int ssc_enable) in xgene_phy_hw_initialize() argument 1326 rc = xgene_phy_hw_init_sata(ctx, clk_type, ssc_enable); in xgene_phy_hw_initialize()
|