Lines Matching defs:corbsize
349 uint8_t corbsize;
354 * by using the CORBSIZE register. Choose a size based on the
357 corbsize = hda_read1(sc, HDAUDIO_MMIO_CORBSIZE);
358 corbsize &= ~0x3;
359 if ((corbsize >> 4) & 0x4) {
360 corbsize |= 0x2;
362 } else if ((corbsize >> 4) & 0x2) {
363 corbsize |= 0x1;
365 } else if ((corbsize >> 4) & 0x1) {
366 corbsize |= 0x0;
375 (int)bufsize, corbsize >> 4);
379 sc->sc_corb.dma_sizereg = corbsize;