Lines Matching refs:newstatus
7308 uint32 intstatus, newstatus = 0; local
7405 R_SDREG(newstatus, ®s->intstatus, retries);
7408 newstatus = 0;
7409 newstatus &= bus->hostintmask;
7410 bus->fcstate = !!(newstatus & I_HMB_FC_STATE);
7411 if (newstatus) {
7415 (newstatus == I_XMTDATA_AVAIL)) {
7418 W_SDREG(newstatus, ®s->intstatus, retries);
7423 intstatus |= newstatus;
7433 R_SDREG(newstatus, ®s->intstatus, retries);
7435 bus->fcstate = !!(newstatus & (I_HMB_FC_STATE | I_HMB_FC_CHANGE));
7436 intstatus |= (newstatus & bus->hostintmask);
7549 R_SDREG(newstatus, ®s->intstatus, retries);
7551 newstatus = 0;
7552 if (newstatus & bus->hostintmask) {