Home
last modified time | relevance | path

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

/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/mos2/
H A Dmos2mask.c119 value->rValue = model->MOS2junctionDepth; in MOS2mAsk()
H A Dmos2load.c621 if (model->MOS2junctionDepth > 0) { in MOS2load()
622 tmp = 2.0/model->MOS2junctionDepth; in MOS2load()
627 tmp = .5*model->MOS2junctionDepth/EffectiveLength; in MOS2load()
634 if (model->MOS2junctionDepth > 0) { in MOS2load()
639 model->MOS2xd/(model->MOS2junctionDepth*argxs))/ in MOS2load()
642 model->MOS2xd/(model->MOS2junctionDepth*argxd))/ in MOS2load()
647 if (model->MOS2junctionDepth > 0) { in MOS2load()
H A Dmos2mpar.c150 model->MOS2junctionDepth = value->rValue; in MOS2mParam()
H A Dmos2dset.c436 if (model->MOS2junctionDepth > 0) { in MOS2dSetup()
437 tmp = 2.0/model->MOS2junctionDepth; /*const*/ in MOS2dSetup()
448 tmp = .5*model->MOS2junctionDepth/EffectiveLength; in MOS2dSetup()
464 if (model->MOS2junctionDepth > 0) { in MOS2dSetup()
476 if (model->MOS2junctionDepth > 0) { in MOS2dSetup()
H A Dmos2set.c105 model->MOS2junctionDepth = 0; in MOS2setup()
H A Dmos2defs.h376 double MOS2junctionDepth; /* xj */ member