Home
last modified time | relevance | path

Searched refs:PCIC_INTR_ENABLE (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/isa/
H A Di82365_isasubr.c202 reg &= ~(PCIC_INTR_IRQ_MASK | PCIC_INTR_ENABLE); in pcic_isa_chip_intr_establish()
222 reg &= ~(PCIC_INTR_IRQ_MASK | PCIC_INTR_ENABLE); in pcic_isa_chip_intr_disestablish()
/openbsd/sys/dev/ic/
H A Di82365reg.h139 #define PCIC_INTR_ENABLE 0x10 macro
/openbsd/sys/arch/luna88k/cbus/
H A Di82365_cbus.c383 reg &= ~(PCIC_INTR_IRQ_MASK | PCIC_INTR_ENABLE); in pcic_cbus_chip_intr_establish()
412 reg &= ~(PCIC_INTR_IRQ_MASK | PCIC_INTR_ENABLE); in pcic_cbus_chip_intr_disestablish()
/openbsd/sys/dev/pci/
H A Dpccbb.c817 Pcic_write(ph, PCIC_INTR, PCIC_INTR_ENABLE | PCIC_INTR_RESET); in pccbb_pcmcia_attach_setup()