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

/freebsd-current/sys/dev/iicbus/rtc/
H A Dds13rtc.c264 uint8_t ctlreg, statreg; local
312 if (read_reg(sc, sc->osfaddr, &statreg) != 0) {
316 if (statreg & DS13xx_B_STATUS_OSF) {
327 if (read_reg(sc, sc->secaddr + 2, &statreg) != 0) {
332 if (statreg & DS13xx_B_HOUR_AMPM)
351 uint8_t statreg, hourmask; local
356 if ((err = read_reg(sc, sc->osfaddr, &statreg)) != 0) {
359 if (statreg & DS13xx_B_STATUS_OSF)
410 uint8_t cflag, statreg, pmflags; local
457 if ((err = read_reg(sc, sc->osfaddr, &statreg)) !
[all...]
/freebsd-current/sys/dev/pci/
H A Dpcivar.h192 uint16_t statreg; /* supported PCI features and error state */ member in struct:pcicfg
H A Dpci.c727 cfg->statreg = REG(PCIR_STATUS, 2);
2993 printf("\tcmdreg=0x%04x, statreg=0x%04x, cachelnsz=%d (dwords)\n",
2994 cfg->cmdreg, cfg->statreg, cfg->cachelnsz);

Completed in 175 milliseconds