Searched refs:newstatus (Results 1 - 4 of 4) sorted by relevance

/drivers/net/wireless/orinoco/
H A Dmain.c1475 u16 newstatus; local
1491 newstatus = le16_to_cpu(linkstatus.linkstatus);
1495 if (newstatus == HERMES_LINKSTATUS_AP_OUT_OF_RANGE &&
1502 connected = (newstatus == HERMES_LINKSTATUS_CONNECTED)
1503 || (newstatus == HERMES_LINKSTATUS_AP_CHANGE)
1504 || (newstatus == HERMES_LINKSTATUS_AP_IN_RANGE);
1511 if (newstatus != priv->last_linkstatus) {
1512 priv->last_linkstatus = newstatus;
1513 print_linkstatus(dev, newstatus);
/drivers/net/wireless/brcm80211/brcmfmac/
H A Ddhd_sdio.c2357 u32 intstatus, newstatus = 0; local
2432 r_sdreg32(bus, &newstatus,
2436 newstatus = 0;
2437 newstatus &= bus->hostintmask;
2438 bus->fcstate = !!(newstatus & I_HMB_FC_STATE);
2439 if (newstatus) {
2440 w_sdreg32(bus, newstatus,
2448 intstatus |= newstatus;
2460 r_sdreg32(bus, &newstatus,
2464 !!(newstatus
[all...]
/drivers/net/wireless/bcmdhd/
H A Ddhd_sdio.c5479 uint32 intstatus, newstatus = 0; local
5560 R_SDREG(newstatus, &regs->intstatus, retries);
5563 newstatus = 0;
5564 newstatus &= bus->hostintmask;
5565 bus->fcstate = !!(newstatus & I_HMB_FC_STATE);
5566 if (newstatus) {
5569 (newstatus == I_XMTDATA_AVAIL)) {
5572 W_SDREG(newstatus, &regs->intstatus, retries);
5577 intstatus |= newstatus;
5587 R_SDREG(newstatus,
[all...]
/drivers/platform/x86/
H A Dthinkpad_acpi.c4906 int newstatus = 0; local
4913 newstatus = 1;
4915 newstatus = 0;
4920 return light_set_status(newstatus);

Completed in 710 milliseconds