Searched refs:corb_size (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/sound/pci/hda/
H A Dhdac_private.h186 int corb_size; member in struct:hdac_softc
H A Dhdac.c521 sc->corb_size = 256;
524 sc->corb_size = 16;
527 sc->corb_size = 2;
555 sc->corb_size, sc->rirb_size);
810 switch (sc->corb_size) {
821 panic("%s: Invalid CORB size (%x)\n", __func__, sc->corb_size);
1022 sc->corb_wp %= sc->corb_size;
1275 sc->corb_size * sizeof(uint32_t));

Completed in 111 milliseconds