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

  /src/sys/modules/examples/pollpal/
pollpal.c 97 struct selinfo psel; member in struct:pollpal_softc
142 selinit(&pl->psel);
156 seldestroy(&pl->psel);
185 selnotify(&pl->psel, POLLOUT | POLLWRNORM, 0);
234 selnotify(&pl->psel, POLLIN | POLLRDNORM, 0);
280 selrecord(curlwp, &pl->psel);
289 selrecord(curlwp, &pl->psel);
  /src/sys/dev/pci/
radeonfb.c 3684 psel = GET32(sc, R400_GB_PIPE_SELECT);
3687 (1 | ((psel >> 8) & 0xf) << 4)));
3688 PUTPLL(sc, R500_DYN_SCLK_PWMEM_PIPE, (1 | ((psel >> 8) & 0xf) << 4));

Completed in 14 milliseconds