Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic79xx.c7064 ahd->hs_mailbox &= ~ENINT_COALESCE; in ahd_enable_coalescing()
7066 ahd->hs_mailbox |= ENINT_COALESCE; in ahd_enable_coalescing()
8064 enint_coal = ahd->hs_mailbox & ENINT_COALESCE; in ahd_stat_timer()
8066 enint_coal |= ENINT_COALESCE; in ahd_stat_timer()
8068 enint_coal &= ~ENINT_COALESCE; in ahd_stat_timer()
8070 if (enint_coal != (ahd->hs_mailbox & ENINT_COALESCE)) { in ahd_stat_timer()
8077 (enint_coal & ENINT_COALESCE) ? "en" : "dis", in ahd_stat_timer()
H A Daic79xx_reg.h2469 #define ENINT_COALESCE 0x40 macro
H A Daic79xx.reg280 mask ENINT_COALESCE 0x40 /* Perform interrupt coalescing */
H A Daic79xx.seq253 test LOCAL_HS_MAILBOX, ENINT_COALESCE jz issue_cmdcmplt;