Home
last modified time | relevance | path

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

/openbsd/sys/arch/hppa/dev/
H A Dcpu.c252 ci->ci_mask |= (1U << 31); in cpu_hatch()
256 mtctl(ci->ci_mask, CR_EIEM); in cpu_hatch()
/openbsd/sys/arch/hppa/hppa/
H A Dintr.c96 mask = ci->ci_mask | SOFTINT_MASK; in cpu_intr_init()
127 mtctl(ci->ci_mask, CR_EIEM); in cpu_intr_init()
212 ci->ci_mask |= (1 << irq); in cpu_intr_establish()
H A Dipi.c49 ci->ci_mask |= (1 << 30); in hppa_ipi_init()
/openbsd/sys/arch/hppa/include/
H A Dcpu.h101 volatile u_long ci_mask; /* Hardware interrupt mask. */ member
/openbsd/sys/dev/ic/
H A Dahci.c2041 ahci_port_intr(struct ahci_port *ap, u_int32_t ci_mask) in ahci_port_intr() argument
2056 if (ci_mask == AHCI_PREG_CI_ALL_SLOTS) in ahci_port_intr()
2323 ci_masked = ~ci_saved & *active & ci_mask; in ahci_port_intr()