Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/
H A Dsolo.c160 port_wr(struct resource *port, int regno, u_int32_t data, int size) in port_wr() function
187 port_wr(sc->sb, reg, val, 1); in ess_wr()
761 port_wr(sc->vc, 0x8, 0xc4, 1); /* command */ in ess_dmasetup()
762 port_wr(sc->vc, 0xd, 0xff, 1); /* reset */ in ess_dmasetup()
763 port_wr(sc->vc, 0xf, 0x01, 1); /* mask */ in ess_dmasetup()
764 port_wr(sc->vc, 0xb, dir == PCMDIR_PLAY? 0x58 : 0x54, 1); /* mode */ in ess_dmasetup()
765 port_wr(sc->vc, 0x0, base, 4); in ess_dmasetup()
766 port_wr(sc->vc, 0x4, cnt - 1, 2); in ess_dmasetup()
769 port_wr(sc->io, 0x6, 0x08, 1); /* autoinit */ in ess_dmasetup()
770 port_wr(sc->io, 0x0, base, 4); in ess_dmasetup()
[all …]