Home
last modified time | relevance | path

Searched refs:dspcfg (Results 1 – 2 of 2) sorted by relevance

/linux/sound/hda/
H A DMakefile17 snd-intel-dspcfg-y := intel-dsp-config.o
18 snd-intel-dspcfg-$(CONFIG_SND_INTEL_NHLT) += intel-nhlt.o
19 obj-$(CONFIG_SND_INTEL_DSP_CONFIG) += snd-intel-dspcfg.o
/linux/drivers/net/ethernet/natsemi/
H A Dnatsemi.c583 u16 dspcfg; member
1217 int dspcfg; in init_phy_fixup() local
1221 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 …]