| /freebsd/sys/contrib/device-tree/Bindings/net/nfc/ |
| H A D | nxp,nci.yaml | 4 $id: http://devicetree.org/schemas/net/nfc/nxp,nci.yaml# 7 title: NXP Semiconductors NCI NFC controller 15 - const: nxp,nxp-nci-i2c 20 - const: nxp,nxp-nci-i2c 52 compatible = "nxp,nxp-nci-i2c";
|
| H A D | nxp-nci.txt | 1 * NXP Semiconductors NXP NCI NFC Controllers 4 - compatible: Should be "nxp,nxp-nci-i2c". 22 compatible = "nxp,nxp-nci-i2c";
|
| H A D | marvell,nci.yaml | 4 $id: http://devicetree.org/schemas/net/nfc/marvell,nci.yaml# 7 title: Marvell International Ltd. NCI NFC controller 22 Specifies that the chip is muxing NCI over HCI frames
|
| H A D | nfcmrvl.txt | 1 * Marvell International Ltd. NCI NFC Controller 13 - hci-muxed: Specifies that the chip is muxing NCI over HCI frames.
|
| H A D | st,st-nci.yaml | 4 $id: http://devicetree.org/schemas/net/nfc/st,st-nci.yaml# 7 title: STMicroelectronics ST NCI NFC controller
|
| H A D | s3fwrn5.txt | 1 * Samsung S3FWRN5 NCI NFC Controller
|
| H A D | st-nci-spi.txt | 1 * STMicroelectronics SAS. ST NCI NFC Controller
|
| H A D | st-nci-i2c.txt | 1 * STMicroelectronics SAS. ST NCI NFC Controller
|
| H A D | samsung,s3fwrn5.yaml | 7 title: Samsung S3FWRN5 NCI NFC Controller
|
| /freebsd/sys/netpfil/ipfw/ |
| H A D | ip_fw_compat.c | 476 struct rule_check_info *ci, *nci; in add_rules_v0() local 482 ret = parse_rules_v0(chain, op3, sd, &rtlv, &nci); in add_rules_v0() 488 for (i = 0, ci = nci; i < rtlv->count; i++, ci++) in add_rules_v0() 493 if ((ret = ipfw_commit_rules(chain, nci, rtlv->count)) != 0) { in add_rules_v0() 494 for (i = 0, ci = nci; i < rtlv->count; i++, ci++) in add_rules_v0() 498 free(nci, M_TEMP); in add_rules_v0()
|
| H A D | ip_fw_sockopt.c | 2524 struct rule_check_info *ci, *nci; in add_rules() local 2530 ret = parse_rules_v1(chain, op3, sd, &rtlv, &nci); in add_rules() 2536 for (i = 0, ci = nci; i < rtlv->count; i++, ci++) in add_rules() 2541 if ((ret = ipfw_commit_rules(chain, nci, rtlv->count)) != 0) { in add_rules() 2542 for (i = 0, ci = nci; i < rtlv->count; i++, ci++) in add_rules() 2546 free(nci, M_TEMP); in add_rules()
|
| /freebsd/contrib/lua/src/ |
| H A D | lstate.c | 114 L->nci++; in luaE_extendCI() 129 L->nci--; in freeCI() 146 L->nci--; in luaE_shrinkCI() 208 lua_assert(L->nci == 0); in freestack() 253 L->nci = 0; in preinit_thread()
|
| H A D | lstate.h | 313 unsigned short nci; /* number of items in 'ci' list */ member
|
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | lvm.c | 795 CallInfo *nci = L->ci; /* called frame */ in luaV_execute() 796 CallInfo *oci = nci->previous; /* caller frame */ in luaV_execute() 797 StkId nfunc = nci->func; /* called function */ in luaV_execute() 800 StkId lim = nci->u.l.base + getproto(nfunc)->numparams; in luaV_execute() 807 oci->u.l.base = ofunc + (nci->u.l.base - nfunc); /* correct base */ in luaV_execute() 809 oci->u.l.savedpc = nci->u.l.savedpc; in luaV_execute()
|
| /freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | sdm632-fairphone-fp3.dts | 72 compatible = "nxp,nq310", "nxp,nxp-nci-i2c";
|
| H A D | msm8992-xiaomi-libra.dts | 155 * NXP NCI NFC,
|
| H A D | msm8916-huawei-g7.dts | 201 compatible = "nxp,pn547", "nxp,nxp-nci-i2c";
|
| H A D | msm8916-samsung-serranove.dts | 197 compatible = "nxp,pn547", "nxp,nxp-nci-i2c";
|
| H A D | msm8998-oneplus-common.dtsi | 208 compatible = "nxp,nxp-nci-i2c";
|
| H A D | msm8939-samsung-a7.dts | 120 compatible = "nxp,pn547", "nxp,nxp-nci-i2c";
|
| H A D | sm8250-sony-xperia-edo.dtsi | 462 compatible = "nxp,nxp-nci-i2c";
|
| H A D | msm8996-xiaomi-common.dtsi | 191 compatible = "nxp,nxp-nci-i2c";
|
| H A D | sm8150-sony-xperia-kumano.dtsi | 496 compatible = "nxp,nxp-nci-i2c";
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULibCalls.cpp | 570 auto *NCI = B.CreateCall(F, Args); in fold_read_write_pipe() local 571 NCI->setAttributes(CI->getAttributes()); in fold_read_write_pipe() 572 CI->replaceAllUsesWith(NCI); in fold_read_write_pipe()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | IndVarSimplify.cpp | 1410 if (auto *NCI = dyn_cast<Instruction>(NewCond)) { in optimizeLoopExitWithUnknownExitCount() local 1411 NCI->setName(OldCond->getName() + ".first_iter"); in optimizeLoopExitWithUnknownExitCount()
|