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

/freebsd-11-stable/sys/dev/iicbus/
H A Dds13rtc.c265 uint8_t ctlreg, statreg; local
313 if (read_reg(sc, sc->osfaddr, &statreg) != 0) {
317 if (statreg & DS13xx_B_STATUS_OSF) {
328 if (read_reg(sc, sc->secaddr + 2, &statreg) != 0) {
333 if (statreg & DS13xx_B_HOUR_AMPM)
352 uint8_t statreg, hourmask; local
357 if ((err = read_reg(sc, sc->osfaddr, &statreg)) != 0) {
360 if (statreg & DS13xx_B_STATUS_OSF)
411 uint8_t cflag, statreg, pmflags; local
458 if ((err = read_reg(sc, sc->osfaddr, &statreg)) !
[all...]
/freebsd-11-stable/sys/dev/pci/
H A Dpcivar.h188 uint16_t statreg; /* supported PCI features and error state */ member in struct:pcicfg
H A Dpci.c686 cfg->statreg = REG(PCIR_STATUS, 2);
2932 printf("\tcmdreg=0x%04x, statreg=0x%04x, cachelnsz=%d (dwords)\n",
2933 cfg->cmdreg, cfg->statreg, cfg->cachelnsz);

Completed in 103 milliseconds