Home
last modified time | relevance | path

Searched refs:EN (Results 1 – 25 of 100) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp30 static void enumeration(IO &YIO, AccessQualifier &EN) { in enumeration()
31 YIO.enumCase(EN, "Default", AccessQualifier::Default); in enumeration()
32 YIO.enumCase(EN, "ReadOnly", AccessQualifier::ReadOnly); in enumeration()
33 YIO.enumCase(EN, "WriteOnly", AccessQualifier::WriteOnly); in enumeration()
34 YIO.enumCase(EN, "ReadWrite", AccessQualifier::ReadWrite); in enumeration()
40 static void enumeration(IO &YIO, AddressSpaceQualifier &EN) { in enumeration()
41 YIO.enumCase(EN, "Private", AddressSpaceQualifier::Private); in enumeration()
42 YIO.enumCase(EN, "Global", AddressSpaceQualifier::Global); in enumeration()
43 YIO.enumCase(EN, "Constant", AddressSpaceQualifier::Constant); in enumeration()
44 YIO.enumCase(EN, "Local", AddressSpaceQualifier::Local); in enumeration()
[all …]
/freebsd/sys/dev/aac/
H A Daac_debug.c268 switch(aif->data.EN.type) { in aac_print_aif()
271 (int)sizeof(aif->data.EN.data.EG), in aac_print_aif()
272 aif->data.EN.data.EG.text); in aac_print_aif()
285 aif->data.EN.data.ECC.container[0], in aac_print_aif()
286 aif->data.EN.data.ECC.container[1]); in aac_print_aif()
291 aif->data.EN.data.EDF.deviceHandle); in aac_print_aif()
297 aif->data.EN.data.EMF.container, in aac_print_aif()
298 aif->data.EN.data.EMF.failedSlice, in aac_print_aif()
299 aif->data.EN.data.EMF.creatingSlice); in aac_print_aif()
305 "%d\n", aif->data.EN.data.ECE.container, in aac_print_aif()
[all …]
/freebsd/sys/dev/aacraid/
H A Daacraid_debug.c181 switch(aif->data.EN.type) { in aacraid_print_aif()
184 (int)sizeof(aif->data.EN.data.EG), in aacraid_print_aif()
185 aif->data.EN.data.EG.text); in aacraid_print_aif()
198 aif->data.EN.data.ECC.container[0], in aacraid_print_aif()
199 aif->data.EN.data.ECC.container[1]); in aacraid_print_aif()
204 aif->data.EN.data.EDF.deviceHandle); in aacraid_print_aif()
210 aif->data.EN.data.EMF.container, in aacraid_print_aif()
211 aif->data.EN.data.EMF.failedSlice, in aacraid_print_aif()
212 aif->data.EN.data.EMF.creatingSlice); in aacraid_print_aif()
218 "%d\n", aif->data.EN.data.ECE.container, in aacraid_print_aif()
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp907 const EmitNodeMatcherCommon *EN = cast<EmitNodeMatcherCommon>(N); in EmitMatcher() local
908 bool IsEmitNode = isa<EmitNodeMatcher>(EN); in EmitMatcher()
910 bool CompressVTs = EN->getNumVTs() < 3; in EmitMatcher()
913 OS << EN->getNumVTs(); in EmitMatcher()
914 if (!EN->hasChain() && !EN->hasInGlue() && !EN->hasOutGlue() && in EmitMatcher()
915 !EN->hasMemRefs() && EN->getNumFixedArityOperands() == -1) { in EmitMatcher()
918 } else if (EN->hasChain() && !EN->hasInGlue() && !EN->hasOutGlue() && in EmitMatcher()
919 !EN->hasMemRefs() && EN->getNumFixedArityOperands() == -1) { in EmitMatcher()
922 } else if (!IsEmitNode && !EN->hasChain() && EN->hasInGlue() && in EmitMatcher()
923 !EN->hasOutGlue() && !EN->hasMemRefs() && in EmitMatcher()
[all …]
H A DDAGISelMatcherOpt.cpp86 if (EmitNodeMatcher *EN = dyn_cast<EmitNodeMatcher>(N)) in ContractNodes() local
88 dyn_cast<CompleteMatchMatcher>(EN->getNext())) { in ContractNodes()
90 unsigned RootResultFirst = EN->getFirstResultSlot(); in ContractNodes()
101 if (!EN->hasChain() && in ContractNodes()
111 if (!EN->hasOutGlue() && in ContractNodes()
119 if ((EN->hasGlue() || EN->hasChain()) && in ContractNodes()
120 EN->getNumNonChainGlueVTs() > ... need to get no results reliably ...) in ContractNodes()
125 const SmallVectorImpl<MVT::SimpleValueType> &VTs = EN->getVTList(); in ContractNodes()
126 const SmallVectorImpl<unsigned> &Operands = EN->getOperandList(); in ContractNodes()
128 EN->getInstruction(), VTs, Operands, EN->hasChain(), in ContractNodes()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mips/cavium/
H A Dcib.txt10 - reg: Two elements consisting of the addresses of the RAW and EN
27 <0x10700 0x0000e100 0x0 0x8>; /* EN */
/freebsd/tools/tools/locale/patch/
H A Dpatch-UnicodeData.txt22 1FBF8;SEGMENTED DIGIT EIGHT;Nd;0;EN;<font> 0038;8;8;8;N;;;;;
23 1FBF9;SEGMENTED DIGIT NINE;Nd;0;EN;<font> 0039;9;9;9;N;;;;;
/freebsd/sys/dev/axgbe/
H A Dxgbe-i2c.c141 XI2C_IOWRITE_BITS(pdata, IC_ENABLE, EN, 1); in xgbe_i2c_abort()
163 XI2C_IOWRITE_BITS(pdata, IC_ENABLE, EN, mode); in xgbe_i2c_set_enable()
164 if (XI2C_IOREAD_BITS(pdata, IC_ENABLE_STATUS, EN) == mode) in xgbe_i2c_set_enable()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/
H A DAMDGPUCustomBehaviour.cpp245 for (const auto &EN : llvm::enumerate(SrcMgr.getInstructions())) { in generateWaitCntInfo() local
246 const std::unique_ptr<Instruction> &Inst = EN.value(); in generateWaitCntInfo()
247 unsigned Index = EN.index(); in generateWaitCntInfo()
/freebsd/sys/contrib/device-tree/src/arm/allwinner/
H A Dsun8i-h2-plus-bananapi-m2-zero.dts221 "", "", "", "", "", "", "CSI-PWR-EN", "",
253 "VCC-IO-EN", "USB0-ID", "WL-PWR-EN",
/freebsd/sys/contrib/device-tree/Bindings/iio/light/
H A Dapds9300.txt3 https://www.avagotech.com/docs/AV02-1077EN
H A Dapds9960.txt3 https://www.avagotech.com/docs/AV02-4191EN
/freebsd/contrib/file/magic/Magdir/
H A Dbsi5 # https://www.bsi.bund.de/EN/Topics/OtherTopics/Chiasmus/Chiasmus_node.html
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dnau8315.txt8 - enable-gpios : GPIO specifier for the chip's device enable input(EN) pin.
/freebsd/tools/tools/locale/etc/charmaps/
H A DPT154.TXT163 0x8c 0x04A2 # CYRILLIC CAPITAL LETTER EN WITH DESCENDER
173 0x96 0x2013 # EN DASH
179 0x9c 0x04A3 # CYRILLIC SMALL LETTER EN WITH DESCENDER
228 0xcd 0x041D # CYRILLIC CAPITAL LETTER EN
260 0xed 0x043D # CYRILLIC SMALL LETTER EN
H A DCP1251.TXT170 0x96 0x2013 #EN DASH
225 0xCD 0x041D #CYRILLIC CAPITAL LETTER EN
257 0xED 0x043D #CYRILLIC SMALL LETTER EN
/freebsd/sys/contrib/device-tree/Bindings/leds/backlight/
H A Dsky81452-backlight.txt8 - gpios : GPIO to use to EN pin.
H A Dlp855x.txt16 - enable-supply: Regulator which controls the EN/VDDIO input
/freebsd/share/i18n/csmapper/KOI/
H A DKOI8-C%UCS.src29 0x84 = 0x04A3 # CYRILLIC SMALL LETTER EN WITH DESCENDER
45 0x94 = 0x04A2 # CYRILLIC CAPITAL LETTER EN WITH DESCENDER
H A DUCS%KOI8-C.src65 0x04A2 = 0x94 # CYRILLIC CAPITAL LETTER EN WITH DESCENDER
66 0x04A3 = 0x84 # CYRILLIC SMALL LETTER EN WITH DESCENDER
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dadp1653.txt9 - enable-gpios: Specifier of the GPIO connected to EN pin
/freebsd/crypto/openssl/doc/internal/man3/
H A Dcms_add1_signing_cert.pod29 (European Standard ETSI EN 319 122-1 V1.1.1).
/freebsd/sys/contrib/device-tree/Bindings/net/nfc/
H A Dtrf7970a.txt7 - ti,enable-gpios: One or two GPIO entries used for 'EN' and 'EN2' pins on the
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_passphrase.sgml1 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Drtc-omap.txt7 This RTC IP has special WAKE-EN Register to enable

1234