Searched refs:erstbuf (Results 1 – 1 of 1) sorted by relevance
6938 unsigned lastbuf, erstbuf; in init_sdma_7322_regs() local6953 erstbuf = (dd->piobcnt2k + dd->piobcnt4k) - in init_sdma_7322_regs()6956 lastbuf = erstbuf + n; in init_sdma_7322_regs()6958 ppd->sdma_state.first_sendbuf = erstbuf; in init_sdma_7322_regs()6960 for (; erstbuf < lastbuf; ++erstbuf) { in init_sdma_7322_regs()6961 unsigned word = erstbuf / BITS_PER_LONG; in init_sdma_7322_regs()6962 unsigned bit = erstbuf & (BITS_PER_LONG - 1); in init_sdma_7322_regs()