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

  /src/sys/dev/pci/
esm.c 127 static inline void wp_wrapu(struct esm_softc *, int, uint16_t,
428 wp_wrapu(struct esm_softc *ess, int ch, uint16_t reg, uint16_t data) function in typeref:typename:void
433 ("wp_wrapu(%p, ch=%d, reg=0x%x, data=0x%04x)\n",
444 printf("%s: wp_wrapu() timed out.\n", device_xname(ess->sc_dev));
790 wp_wrapu(ess, apuch + i, APUREG_WAVESPACE, wpwa & 0xff00);
791 wp_wrapu(ess, apuch + i, APUREG_CURPTR, offset);
792 wp_wrapu(ess, apuch + i, APUREG_ENDPTR, offset + size);
793 wp_wrapu(ess, apuch + i, APUREG_LOOPLEN, size - 1);
794 wp_wrapu(ess, apuch + i, APUREG_AMPLITUDE, 0xe800);
795 wp_wrapu(ess, apuch + i, APUREG_POSITION, 0x8f0
    [all...]
esm.c 127 static inline void wp_wrapu(struct esm_softc *, int, uint16_t,
428 wp_wrapu(struct esm_softc *ess, int ch, uint16_t reg, uint16_t data) function in typeref:typename:void
433 ("wp_wrapu(%p, ch=%d, reg=0x%x, data=0x%04x)\n",
444 printf("%s: wp_wrapu() timed out.\n", device_xname(ess->sc_dev));
790 wp_wrapu(ess, apuch + i, APUREG_WAVESPACE, wpwa & 0xff00);
791 wp_wrapu(ess, apuch + i, APUREG_CURPTR, offset);
792 wp_wrapu(ess, apuch + i, APUREG_ENDPTR, offset + size);
793 wp_wrapu(ess, apuch + i, APUREG_LOOPLEN, size - 1);
794 wp_wrapu(ess, apuch + i, APUREG_AMPLITUDE, 0xe800);
795 wp_wrapu(ess, apuch + i, APUREG_POSITION, 0x8f0
    [all...]

Completed in 45 milliseconds