Searched refs:stat_val (Results 1 – 3 of 3) sorted by relevance
304 uint32_t stat_val; in imcsmb_transfer() local406 stat_val = pci_read_config(sc->imcsmb_pci, sc->regs->smb_stat, in imcsmb_transfer()408 if ((stat_val & IMCSMB_STATUS_BUSY_BIT) == 0) { in imcsmb_transfer()430 stat_val = pci_read_config(sc->imcsmb_pci, sc->regs->smb_stat, in imcsmb_transfer()441 if ((stat_val & IMCSMB_STATUS_WRITE_DATA_DONE) != 0) { in imcsmb_transfer()445 if ((stat_val & IMCSMB_STATUS_READ_DATA_VALID) != 0) { in imcsmb_transfer()460 if ((stat_val & IMCSMB_STATUS_BUS_ERROR_BIT) != 0) { in imcsmb_transfer()477 lword = (uint16_t) (stat_val & 0xffff); in imcsmb_transfer()482 lbyte = (uint8_t) (stat_val & 0xff); in imcsmb_transfer()
126 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8) argument129 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) argument
595 u32 stat_val, stat_cache; in mt76x02_send_tx_status() local597 stat_val = stat->rate; in mt76x02_send_tx_status()598 stat_val |= ((u32)stat->retry) << 16; in mt76x02_send_tx_status()602 if (*update == 0 && stat_val == stat_cache && in mt76x02_send_tx_status()