Home
last modified time | relevance | path

Searched refs:nce (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/dev/sound/
HDclone.c613 struct snd_clone_entry *ce, *after, *bce, *cce, *nce, *tce; in snd_clone_alloc() local
636 nce = NULL; /* "n"ull, totally unbusy candidate */ in snd_clone_alloc()
693 (nce == NULL || timespeccmp(&ce->tsp, &nce->tsp, <))) in snd_clone_alloc()
694 nce = ce; in snd_clone_alloc()
704 } else if (nce != NULL) { in snd_clone_alloc()
709 if (allocunit < (nce->unit & ~tmask)) in snd_clone_alloc()
711 ce = nce; in snd_clone_alloc()
752 if (nce != NULL) { in snd_clone_alloc()
753 ce = nce; in snd_clone_alloc()
/NextBSD/sys/dev/nand/
HDnfc_rb.c128 uint32_t ale[2],cle[2],nce[2],rdy[2]; in rb_nand_attach() local
141 if (OF_getprop(node, "nce", nce, sizeof(nce)) <= 0) { in rb_nand_attach()
148 if (ale[0] != cle[0] || ale[0] != nce[0] || ale[0] != rdy[0]) { in rb_nand_attach()
154 sc->sc_nce_pin = nce[1]; in rb_nand_attach()
/NextBSD/sys/gnu/dts/arm/
HDpicoxcell-pc7302-pc3x2.dts49 &banka 2 0 /* nce */
HDpicoxcell-pc7302-pc3x3.dts55 &banka 2 0 /* nce */
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTType.cpp5008 nce = nested_indirect_field_decl->chain_end(); in BuildIndirectFields() local
5009 nci < nce; in BuildIndirectFields()