Home
last modified time | relevance | path

Searched refs:IRQENABLE (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/sys/dev/ppbus/
Dif_plip.c405 ppbus_wctr(ppbus, IRQENABLE); in lpioctl()
560 ppbus_wctr(ppbus, ~IRQENABLE); in lp_intr()
666 ppbus_wctr(ppbus, ~IRQENABLE); in lp_intr()
673 ppbus_wctr(ppbus, IRQENABLE); in lp_intr()
746 ppbus_wctr(ppbus, ~IRQENABLE); in lpoutput()
806 ppbus_wctr(ppbus, ~IRQENABLE); in lpstart()
815 ppbus_wctr(ppbus, ~IRQENABLE); in lpstart()
906 ppbus_wctr(ppbus, IRQENABLE); in lpstart()
919 ppbus_wctr(ppbus, ~IRQENABLE); in lpstart()
Dpps_ppbus.c133 ppbus_wctr(sc->ppbus, IRQENABLE | PCD | nINIT | SELECTIN); in ppsopen()
179 ppbus_wctr(ppbus, IRQENABLE | AUTOFEED); in ppsintr()
182 ppbus_wctr(ppbus, IRQENABLE); in ppsintr()
Dppbus_base.h44 #define IRQENABLE 0x10 macro
/netbsd/src/sys/dev/ic/
Datppc.c499 atppc_w_ctr(atppc, (ctr_sav & ~IRQENABLE) | PCD); in atppc_detect_fifo()
545 atppc_w_ctr(atppc, (ctr_sav & ~IRQENABLE) & ~PCD); in atppc_detect_fifo()
1623 if (!(ctr & IRQENABLE)) { in atppc_nibble_read()
1624 ctr |= IRQENABLE; in atppc_nibble_read()
1697 if (!(ctr & IRQENABLE)) { in atppc_byte_read()
1698 ctr |= IRQENABLE; in atppc_byte_read()
1966 if (!(ctr & IRQENABLE)) { in atppc_std_write()
1967 ctr |= IRQENABLE; in atppc_std_write()
2067 ctr &= ~(IRQENABLE | STROBE | AUTOFEED); in atppc_fifo_write()
Datppcreg.h79 #define IRQENABLE 0x10 macro
/netbsd/src/sys/arch/sgimips/hpc/
Dpi1ppc.c1181 if (!(ctr & IRQENABLE)) { in pi1ppc_nibble_read()
1182 ctr |= IRQENABLE; in pi1ppc_nibble_read()
1259 if (!(ctr & IRQENABLE)) { in pi1ppc_byte_read()
1260 ctr |= IRQENABLE; in pi1ppc_byte_read()
1378 if (!(ctr & IRQENABLE)) { in pi1ppc_std_write()
1379 ctr |= IRQENABLE; in pi1ppc_std_write()
Dpi1ppcreg.h45 #define IRQENABLE 0x10 macro