Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/sound/
Dclone.c615 struct snd_clone_entry *ce, *after, *bce, *cce, *nce, *tce; in snd_clone_alloc() local
638 nce = NULL; /* "n"ull, totally unbusy candidate */ in snd_clone_alloc()
695 (nce == NULL || timespeccmp(&ce->tsp, &nce->tsp, <))) in snd_clone_alloc()
696 nce = ce; in snd_clone_alloc()
706 } else if (nce != NULL) { in snd_clone_alloc()
711 if (allocunit < (nce->unit & ~tmask)) in snd_clone_alloc()
713 ce = nce; in snd_clone_alloc()
754 if (nce != NULL) { in snd_clone_alloc()
755 ce = nce; in snd_clone_alloc()
/freebsd-12-stable/sys/dev/nand/
Dnfc_rb.c165 uint32_t ale[2],cle[2],nce[2],rdy[2]; in rb_nand_attach() local
178 if (OF_getprop(node, "nce", nce, sizeof(nce)) <= 0) { in rb_nand_attach()
185 if (ale[0] != cle[0] || ale[0] != nce[0] || ale[0] != rdy[0]) { in rb_nand_attach()
191 sc->sc_nce_pin = nce[1]; in rb_nand_attach()
/freebsd-12-stable/sys/gnu/dts/arm/
Dpicoxcell-pc7302-pc3x2.dts41 &banka 2 0 /* nce */
Dpicoxcell-pc7302-pc3x3.dts47 &banka 2 0 /* nce */
/freebsd-12-stable/contrib/nvi/catalog/
Dtr_TR.UTF-8.base188 201 "Arabellekler komuttan önce belirtilmeli"
235 250 "%s: Dosya bu kopyadan daha önce değiştirilmiş; yok saymak için ! kullanın"
236 251 "%s: Dosya bu kopyadan daha önce değiştirilmiş"
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp7389 nce = nested_indirect_field_decl->chain_end(); in BuildIndirectFields() local
7390 nci < nce; ++nci) { in BuildIndirectFields()