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

/freebsd-11-stable/sys/dev/sound/pci/
H A Dneomagic.c71 u_int32_t buftop, pbuf, rbuf, cbuf, acbuf; member in struct:sc_info
550 sc->buftop = 2560 * 1024;
562 sc->buftop = (nm_rd(sc, 0xa0b, 2)? 6144 : 4096) * 1024;
571 ofs = sc->buftop - 0x0400;
572 sc->buftop -= 0x1400;
575 device_printf(sc->dev, "buftop is 0x%08x\n", sc->buftop);
580 device_printf(sc->dev, "buftop is changed to 0x%08x\n", i);
581 sc->buftop = i;
585 sc->cbuf = sc->buftop
[all...]

Completed in 158 milliseconds