Home
last modified time | relevance | path

Searched refs:ssc_enable (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/sound/soc/atmel/
H A Datmel-pcm.h40 u32 ssc_enable; /* SSC recv/trans enable */ member
H A Datmel_ssc_dai.c59 .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 Dclk-pllfh.h68 int (*ssc_enable)(struct mtk_fh *fh, u32 rate); member
H A Dclk-fhctl.c233 .ssc_enable = fhctl_ssc_enable,
263 fh->ops->ssc_enable(fh, state.ssc_rate); in fhctl_hw_init()
/openbmc/linux/drivers/phy/
H A Dphy-xgene.c1254 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()