Searched refs:hs_mailbox (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx_core.c6492 ahd->hs_mailbox = 0;
7078 ahd->hs_mailbox &= ~ENINT_COALESCE;
7080 ahd->hs_mailbox |= ENINT_COALESCE;
7081 ahd_outb(ahd, HS_MAILBOX, ahd->hs_mailbox);
8048 enint_coal = ahd->hs_mailbox & ENINT_COALESCE;
8054 if (enint_coal != (ahd->hs_mailbox & ENINT_COALESCE)) {
9822 u_int hs_mailbox; local
9824 hs_mailbox = ahd_inb(ahd, HS_MAILBOX);
9825 hs_mailbox &= ~HOST_TQINPOS;
9826 hs_mailbox |
[all...]
H A Daic79xx.h1177 * Cached verson of the hs_mailbox so we can avoid
1180 uint8_t hs_mailbox; member in struct:ahd_softc
H A Daic7xxx_core.c7223 u_int hs_mailbox; local
7225 hs_mailbox = ahc_inb(ahc, HS_MAILBOX);
7226 hs_mailbox &= ~HOST_TQINPOS;
7227 hs_mailbox |= ahc->tqinfifonext & HOST_TQINPOS;
7228 ahc_outb(ahc, HS_MAILBOX, hs_mailbox);

Completed in 91 milliseconds