Searched refs:csts (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
H A D | intel_opregion.c | 87 u32 csts; /* notification status */ member 637 acpi->csts, acpi->cevt); in intel_opregion_video_event() 645 if (acpi->csts != 0x03) in intel_opregion_video_event() 647 acpi->csts = 0; in intel_opregion_video_event() 672 acpi->csts = 0; in intel_opregion_video_event() 1179 opregion->acpi->csts = 0; in intel_opregion_resume()
|
/netbsd-src/sys/dev/ic/ |
H A D | nvme.c | 255 uint32_t cc, csts; in nvme_enable() local 259 csts = nvme_read4(sc, NVME_CSTS); in nvme_enable() 265 if (ISSET(csts, NVME_CSTS_RDY)) in nvme_enable() 311 uint32_t cc, csts; in nvme_disable() local 315 csts = nvme_read4(sc, NVME_CSTS); in nvme_disable() 324 if (!ISSET(csts, NVME_CSTS_RDY)) { in nvme_disable() 332 if (!ISSET(csts, NVME_CSTS_RDY)) in nvme_disable() 641 uint32_t cc, csts; in nvme_shutdown() local 668 csts = nvme_read4(sc, NVME_CSTS); in nvme_shutdown() 669 if ((csts & NVME_CSTS_SHST_MASK) == NVME_CSTS_SHST_DONE) in nvme_shutdown()
|
/netbsd-src/sys/arch/arm/ep93xx/ |
H A D | epcom.c | 1035 uint32_t c, csts; in epcomintr() local 1054 csts = bus_space_read_4(iot, ioh, EPCOM_RXSts); in epcomintr() 1055 if (ISSET(csts, RXSts_BE)) { in epcomintr() 1079 put[1] = csts & 0xf; in epcomintr()
|
/netbsd-src/sys/dev/pci/ |
H A D | auich.c | 1205 int csts; in auich_intr() local 1217 csts = pci_conf_read(sc->sc_pc, sc->sc_pt, PCI_COMMAND_STATUS_REG); in auich_intr() 1218 if (csts & PCI_STATUS_MASTER_ABORT) { in auich_intr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | region-model.cc | 4532 auto_vec<tree> csts; in test_tree_cmp_on_constants() local 4533 append_interesting_constants (&csts); in test_tree_cmp_on_constants() 4536 const unsigned num = csts.length (); in test_tree_cmp_on_constants() 4542 v.quick_push (csts[i]); in test_tree_cmp_on_constants() 4543 v.quick_push (csts[j]); in test_tree_cmp_on_constants() 4544 v.quick_push (csts[k]); in test_tree_cmp_on_constants() 5521 auto_vec<tree> csts; in test_canonicalization_4() local 5522 append_interesting_constants (&csts); in test_canonicalization_4() 5527 for (tree cst : csts) in test_canonicalization_4()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | region-model.cc | 7462 auto_vec<tree> csts; in test_tree_cmp_on_constants() local 7463 append_interesting_constants (&csts); in test_tree_cmp_on_constants() 7466 const unsigned num = csts.length (); in test_tree_cmp_on_constants() 7472 v.quick_push (csts[i]); in test_tree_cmp_on_constants() 7473 v.quick_push (csts[j]); in test_tree_cmp_on_constants() 7474 v.quick_push (csts[k]); in test_tree_cmp_on_constants() 8324 auto_vec<tree> csts; in test_canonicalization_4() local 8325 append_interesting_constants (&csts); in test_canonicalization_4() 8331 FOR_EACH_VEC_ELT (csts, i, cst) in test_canonicalization_4()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | match.pd | 5811 (with { tree csts = bitmask_inv_cst_vector_p (@1); } 5812 (if (csts && (VECTOR_TYPE_P (TREE_TYPE (@1)) || single_use (@2))) 5821 (icmp @0 { csts; }) 5822 (icmp (view_convert:utype @0) { csts; })))))))))
|