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

  /src/sys/dev/hpc/
hpciovar.h 80 #define HPCIO_INTR_EDGE (1<<0)
98 (HPCIO_INTR_EDGE|HPCIO_INTR_HOLD)
100 (HPCIO_INTR_EDGE|HPCIO_INTR_THROUGH)
hpcioman.c 117 hma.hma_intr_mode |= HPCIO_INTR_EDGE;
176 if (hma->hma_intr_mode & HPCIO_INTR_EDGE)
button.c 111 mode |= HPCIO_INTR_EDGE;
  /src/sys/arch/hpcmips/vr/
vrgiu.c 559 if (mode & HPCIO_INTR_EDGE) {
569 if (!(mode & HPCIO_INTR_EDGE)) {
vrc4172gpio.c 525 if (mode & HPCIO_INTR_EDGE)
533 if (mode & HPCIO_INTR_EDGE) {
vrc4172pci.c 165 HPCIO_INTR_EDGE|HPCIO_INTR_HOLD,

Completed in 124 milliseconds