Searched refs:dspcfg (Results 1 – 2 of 2) sorted by relevance
17 snd-intel-dspcfg-y := intel-dsp-config.o18 snd-intel-dspcfg-$(CONFIG_SND_INTEL_NHLT) += intel-nhlt.o19 obj-$(CONFIG_SND_INTEL_DSP_CONFIG) += snd-intel-dspcfg.o
583 u16 dspcfg; member1217 int dspcfg; in init_phy_fixup() local1221 np->dspcfg = (np->srr <= SRR_DP83815_C)? in init_phy_fixup()1223 writew(np->dspcfg, ioaddr + DSPCFG); in init_phy_fixup()1230 dspcfg = readw(ioaddr + DSPCFG); in init_phy_fixup()1232 if (np->dspcfg == dspcfg) in init_phy_fixup()1615 np->dspcfg = data | DSPCFG_LOCK; in do_cable_magic()1616 writew(np->dspcfg, ioaddr + DSPCFG); in do_cable_magic()1637 np->dspcfg = data & ~DSPCFG_LOCK; in undo_cable_magic()1638 writew(np->dspcfg, ioaddr + DSPCFG); in undo_cable_magic()[all …]