Searched refs:stat_val (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/imcsmb/
H A Dimcsmb.c332 uint32_t stat_val; local
434 stat_val = pci_read_config(sc->imcsmb_pci, sc->regs->smb_stat,
436 if ((stat_val & IMCSMB_STATUS_BUSY_BIT) == 0) {
458 stat_val = pci_read_config(sc->imcsmb_pci, sc->regs->smb_stat,
469 if ((stat_val & IMCSMB_STATUS_WRITE_DATA_DONE) != 0) {
473 if ((stat_val & IMCSMB_STATUS_READ_DATA_VALID) != 0) {
488 if ((stat_val & IMCSMB_STATUS_BUS_ERROR_BIT) != 0) {
505 lword = (uint16_t) (stat_val & 0xffff);
510 lbyte = (uint8_t) (stat_val & 0xff);
/freebsd-13-stable/contrib/diff/src/
H A Dsystem.h126 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
129 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)

Completed in 58 milliseconds