HomeSort by: relevance | last modified time | path
    Searched defs:tas3004_write (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/macppc/dev/
snapper.c 157 static int tas3004_write(struct snapper_softc *, u_int, const void *);
1088 tas3004_write(sc, DEQ_ACR, &data);
1093 tas3004_write(sc, DEQ_ACR, &data);
1511 tas3004_write(sc, DEQ_VOLUME, regs);
1546 tas3004_write(sc, mode, &reg);
1608 tas3004_write(sc, DEQ_MIXER_L, regs);
1628 tas3004_write(sc, DEQ_MIXER_R, regs);
1739 tas3004_write(sc, DEQ_MCR1, &mcr1);
1846 tas3004_write(struct snapper_softc *sc, u_int reg, const void *data) function in typeref:typename:int
2009 if (tas3004_write(sc, reg, addr)) goto er
    [all...]

Completed in 12 milliseconds