Home
last modified time | relevance | path

Searched refs:HPCIO_INTR_POSEDGE (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/dev/hpc/
H A Dhpcioman.c120 hma.hma_intr_mode |= HPCIO_INTR_POSEDGE; in hpcioman_search()
128 hma.hma_intr_mode |= HPCIO_INTR_POSEDGE; in hpcioman_search()
178 (hma->hma_intr_mode&HPCIO_INTR_POSEDGE) in hpcioman_print()
H A Dbutton.c114 mode |= HPCIO_INTR_POSEDGE; in button_attach()
122 mode |= HPCIO_INTR_POSEDGE; in button_attach()
H A Dhpciovar.h86 #define HPCIO_INTR_POSEDGE (1<<3) macro
/netbsd-src/sys/arch/hpcmips/tx/
H A Dtx39io.c251 if (mode & HPCIO_INTR_POSEDGE) { in mfio_intr_map()
346 if (mode & HPCIO_INTR_POSEDGE) { in tx391x_io_intr_map()
407 if (mode & HPCIO_INTR_POSEDGE) { in tx392x_io_intr_map()
/netbsd-src/sys/arch/hpcmips/vr/
H A Dvrc4172gpio.c534 switch (mode & (HPCIO_INTR_POSEDGE | HPCIO_INTR_NEGEDGE)) { in vrc4172gpio_intr_establish()
535 case HPCIO_INTR_POSEDGE: in vrc4172gpio_intr_establish()
543 case HPCIO_INTR_POSEDGE | HPCIO_INTR_NEGEDGE: in vrc4172gpio_intr_establish()