HomeSort by: relevance | last modified time | path
    Searched refs:csts (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_opregion.c 87 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);
640 * The firmware sets CSTS to 0x03 `Dispatched (ASL)' before
642 * additional notifications until the graphics driver sets CSTS
645 if (acpi->csts != 0x03)
647 acpi->csts = 0;
672 acpi->csts = 0;
1179 opregion->acpi->csts = 0;
  /src/sys/arch/arm/ep93xx/
epcom.c 1035 uint32_t c, csts; local
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/
nvme.c 220 printf("%s: csts 0x%08x\n", DEVNAME(sc), r4);
255 uint32_t cc, csts; local
259 csts = nvme_read4(sc, NVME_CSTS);
265 if (ISSET(csts, NVME_CSTS_RDY))
311 uint32_t cc, csts; local
315 csts = nvme_read4(sc, NVME_CSTS);
319 * when CSTS.RDY is 1 or transitioning CC.EN from 1 to 0 when
320 * CSTS.RDY is 0 "has undefined results" So make sure that CSTS.RDY
324 if (!ISSET(csts, NVME_CSTS_RDY))
641 uint32_t cc, csts; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model.cc 4532 auto_vec<tree> csts; local
4533 append_interesting_constants (&csts);
4536 const unsigned num = csts.length ();
4542 v.quick_push (csts[i]);
4543 v.quick_push (csts[j]);
4544 v.quick_push (csts[k]);
5521 auto_vec<tree> csts; local
5522 append_interesting_constants (&csts);
5527 for (tree cst : csts)
  /src/sys/dev/pci/
auich.c 1205 int csts; local
1217 csts = pci_conf_read(sc->sc_pc, sc->sc_pt, PCI_COMMAND_STATUS_REG);
1218 if (csts & PCI_STATUS_MASTER_ABORT) {
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model.cc 7206 auto_vec<tree> csts; local
7207 append_interesting_constants (&csts);
7210 const unsigned num = csts.length ();
7216 v.quick_push (csts[i]);
7217 v.quick_push (csts[j]);
7218 v.quick_push (csts[k]);
8250 auto_vec<tree> csts; local
8251 append_interesting_constants (&csts);
8256 for (tree cst : csts)
  /src/external/gpl3/gcc.old/dist/gcc/
match.pd 5815 (with { tree csts = bitmask_inv_cst_vector_p (@1); }
5816 (if (csts && (VECTOR_TYPE_P (TREE_TYPE (@1)) || single_use (@2)))
5825 (icmp @0 { csts; })
5826 (icmp (view_convert:utype @0) { csts; })))))))))
  /src/external/gpl3/gcc/dist/gcc/
match.pd 7340 (with { tree csts = bitmask_inv_cst_vector_p (@1); }
7341 (if (csts && (VECTOR_TYPE_P (TREE_TYPE (@1)) || single_use (@2)))
7350 (icmp @0 { csts; })
7351 (icmp (view_convert:utype @0) { csts; })))))))))

Completed in 40 milliseconds