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

/src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_opregion.c87 u32 csts; /* notification status */ member in struct:opregion_acpi
636 DRM_DEBUG_DRIVER("notify=0x%08x csts=0x%02x cevt=0x%02x\n", notify,
637 acpi->csts, acpi->cevt);
645 if (acpi->csts != 0x03)
647 acpi->csts = 0;
672 acpi->csts = 0;
1179 opregion->acpi->csts = 0;
/src/sys/arch/arm/ep93xx/
H A Depcom.c1035 uint32_t c, csts; local in function:epcomintr
1054 csts = bus_space_read_4(iot, ioh, EPCOM_RXSts);
1055 if (ISSET(csts, RXSts_BE)) {
1079 put[1] = csts & 0xf;
/src/sys/dev/ic/
H A Dnvme.c220 printf("%s: csts 0x%08x\n", DEVNAME(sc), r4);
255 uint32_t cc, csts; local in function:nvme_enable
259 csts = nvme_read4(sc, NVME_CSTS);
265 if (ISSET(csts, NVME_CSTS_RDY))
311 uint32_t cc, csts; local in function:nvme_disable
315 csts = nvme_read4(sc, NVME_CSTS);
324 if (!ISSET(csts, NVME_CSTS_RDY)) {
332 if (!ISSET(csts, NVME_CSTS_RDY))
641 uint32_t cc, csts; local in function:nvme_shutdown
668 csts
[all...]
/src/sys/dev/pci/
H A Dauich.c1205 int csts; local in function:auich_intr
1217 csts = pci_conf_read(sc->sc_pc, sc->sc_pt, PCI_COMMAND_STATUS_REG);
1218 if (csts & PCI_STATUS_MASTER_ABORT) {

Completed in 10 milliseconds