Home
last modified time | relevance | path

Searched refs:interrupt_mask (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ohci.c530 uint32_t interrupt_mask) in hci1394_ohci_intr_enable() argument
535 &ohci_hdl->ohci_regs->intr_mask_set, interrupt_mask); in hci1394_ohci_intr_enable()
546 uint32_t interrupt_mask) in hci1394_ohci_intr_disable() argument
551 &ohci_hdl->ohci_regs->intr_mask_clr, interrupt_mask); in hci1394_ohci_intr_disable()
563 uint32_t interrupt_mask) in hci1394_ohci_intr_clear() argument
568 &ohci_hdl->ohci_regs->intr_event_clr, interrupt_mask); in hci1394_ohci_intr_clear()
602 uint32_t interrupt_mask) in hci1394_ohci_it_intr_enable() argument
607 &ohci_hdl->ohci_regs->it_intr_mask_set, interrupt_mask); in hci1394_ohci_it_intr_enable()
619 uint32_t interrupt_mask) in hci1394_ohci_it_intr_disable() argument
624 &ohci_hdl->ohci_regs->it_intr_mask_clr, interrupt_mask); in hci1394_ohci_it_intr_disable()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge_hw.h1180 volatile uint32_t interrupt_mask; /* 0x38 */ member