Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Daic79xx.c6796 ahd->hs_mailbox &= ~ENINT_COALESCE; in ahd_enable_coalescing()
6798 ahd->hs_mailbox |= ENINT_COALESCE; in ahd_enable_coalescing()
7815 enint_coal = ahd->hs_mailbox & ENINT_COALESCE; in ahd_stat_timer()
7817 enint_coal |= ENINT_COALESCE; in ahd_stat_timer()
7819 enint_coal &= ~ENINT_COALESCE; in ahd_stat_timer()
7821 if (enint_coal != (ahd->hs_mailbox & ENINT_COALESCE)) { in ahd_stat_timer()
7828 (enint_coal & ENINT_COALESCE) ? "en" : "dis", in ahd_stat_timer()
/openbsd/src/sys/dev/microcode/aic7xxx/
Daic79xx_reg.h2471 #define ENINT_COALESCE 0x40 macro
Daic79xx.reg283 mask ENINT_COALESCE 0x40 /* Perform interrupt coalescing */
Daic79xx.seq256 test LOCAL_HS_MAILBOX, ENINT_COALESCE jz issue_cmdcmplt;