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

  /src/sys/dev/ic/
seeq8005.c 647 int runup; local in function:ea_readbuf
665 runup = 0;
670 runup = (addr & 0x00ff) - 0x00e8;
685 SEEQ_WRITE16(sc, iot, ioh, SEEQ_DMA_ADDR, addr - runup);
690 while (runup > 0) {
693 runup -= 2;
seeq8005.c 647 int runup; local in function:ea_readbuf
665 runup = 0;
670 runup = (addr & 0x00ff) - 0x00e8;
685 SEEQ_WRITE16(sc, iot, ioh, SEEQ_DMA_ADDR, addr - runup);
690 while (runup > 0) {
693 runup -= 2;

Completed in 24 milliseconds