Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/sound/pci/
Dcsapcm.c483 u_long pdtc, tmp; in csa_setupchan() local
508 pdtc = csa_readmem(resp, BA1_PDTC) & ~0x000001ff; in csa_setupchan()
509 pdtc |= tmp; in csa_setupchan()
510 csa_writemem(resp, BA1_PDTC, pdtc); in csa_setupchan()