/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSectionXCOFF.h | 45 MCSectionXCOFF(StringRef Name, XCOFF::StorageMappingClass SMC, in MCSectionXCOFF() argument 50 /*IsVirtual=*/ST == XCOFF::XTY_CM && SMC != XCOFF::XMC_TD, in MCSectionXCOFF() 52 CsectProp(XCOFF::CsectProperties(SMC, ST)), QualName(QualName), in MCSectionXCOFF() 59 if (SMC == XCOFF::XMC_UL) in MCSectionXCOFF() 68 if (SMC == XCOFF::XMC_PR) in MCSectionXCOFF()
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | atmel-smc.txt | 1 * Device tree bindings for Atmel SMC (Static Memory Controller) 3 The SMC registers are used to configure Atmel EBI (External Bus Interface) 14 - reg: Contains offset/length value of the SMC memory
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/ |
H A D | MCDisassembler.cpp | 53 static uint8_t getSMCPriority(XCOFF::StorageMappingClass SMC) { in getSMCPriority() argument 54 switch (SMC) { in getSMCPriority()
|
/freebsd/sys/contrib/device-tree/Bindings/arm/firmware/ |
H A D | sdei.txt | 12 below) and passing arguments in a manner specified by the "SMC Calling 32 * "smc" : SMC #0, with the register assignments specified in this
|
H A D | linaro,optee-tz.txt | 17 "smc" : SMC #0, with the register assignments specified
|
/freebsd/sys/dev/mii/ |
H A D | smscphy.c | 77 MII_PHY_DESC(SMC, LAN8710A), 78 MII_PHY_DESC(SMC, LAN8700),
|
H A D | miidevs | 74 oui SMC 0x00800f SMC 362 /* SMC */ 363 model SMC LAN8710A 0x000F SMC LAN8710A 10/100 interface 364 model SMC LAN8700 0x000C SMC LAN8700 10/100 interface
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | atmel,ebi.txt | 5 The EBI provides a glue-less interface to asynchronous memories through the SMC 45 Optional EBI/SMC properties: 74 If at least one atmel,smc- property is defined the following SMC timing
|
/freebsd/tools/kerneldoc/subsys/ |
H A D | Doxyfile-dev_smc | 6 PROJECT_NAME = "FreeBSD kernel SMC device code"
|
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | XCOFF.cpp | 20 StringRef XCOFF::getMappingClassString(XCOFF::StorageMappingClass SMC) { in getMappingClassString() argument 21 switch (SMC) { in getMappingClassString()
|
/freebsd/sys/contrib/device-tree/Bindings/firmware/xilinx/ |
H A D | xlnx,zynqmp-firmware.txt | 19 - "smc" : SMC #0, following the SMCCC
|
/freebsd/sys/arm/conf/ |
H A D | std.qca | 45 # PSCI - SMC calls, needed for qualcomm SCM
|
/freebsd/sys/contrib/device-tree/Bindings/firmware/ |
H A D | intel,stratix10-svc.txt | 18 driver also manages secure monitor call (SMC) to communicate with secure monitor
|
/freebsd/sys/contrib/device-tree/src/arm64/arm/ |
H A D | vexpress-v2f-1xv7-ca53x2.dts | 115 /* SMC clock */
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 2419 XCOFF::StorageMappingClass SMC = in getSectionForExternalReference() local 2422 SMC = XCOFF::XMC_UL; in getSectionForExternalReference() 2426 SMC = XCOFF::XMC_TD; in getSectionForExternalReference() 2431 XCOFF::CsectProperties(SMC, XCOFF::XTY_ER)); in getSectionForExternalReference() 2455 XCOFF::StorageMappingClass SMC = Kind.isBSSLocal() ? XCOFF::XMC_BS in SelectSectionForGlobal() local 2459 Name, Kind, XCOFF::CsectProperties(SMC, XCOFF::XTY_CM)); in SelectSectionForGlobal() 2672 const XCOFF::StorageMappingClass SMC = [](const MCSymbol *Sym, in getSectionForTOCEntry() local 2699 XCOFF::CsectProperties(SMC, XCOFF::XTY_SD)); in getSectionForTOCEntry()
|
/freebsd/sys/dev/usb/net/ |
H A D | if_aue.c | 190 AUE_DEV(SMC, 2202USB, 0), 191 AUE_DEV(SMC, 2206USB, AUE_FLAG_PII),
|
H A D | if_kue.c | 141 KUE_DEV(SMC, 2102USB),
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | arm,scmi.txt | 28 - arm,smc-id : SMC id required when using smc or hvc transports
|
/freebsd/sys/contrib/device-tree/src/arm64/apple/ |
H A D | t600x-pmgr.dtsi | 671 apple,always-on; /* PCPU voltage regulator interface (used by SMC) */ 680 apple,always-on; /* GPU voltage regulator interface (used by SMC) */ 689 apple,always-on; /* ANE, fabric, AFR voltage regulator interface (used by SMC) */ 698 apple,always-on; /* Additional voltage regulator, probably used on T6001 (SMC) */ 707 apple,always-on; /* Additional voltage regulator, probably used on T6001 (SMC) */
|
/freebsd/sys/contrib/device-tree/Bindings/edac/ |
H A D | socfpga-eccmgr.txt | 239 with SMC calls. Therefore the device tree is slightly different. Note
|
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
H A D | mt8173-elm.dtsi | 161 * Disable the original MMIO watch dog and switch to the SMC watchdog, which
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | device.subr | 1338 f_network "sn%d" "SMC/Megahertz Ethernet card" 1345 f_network "tx%d" "SMC 9432TX Ethernet card"
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 366 MultiClass *SMC = SubMultiClass.MC; in AddSubMultiClass() local 370 Substs, SMC, SubMultiClass.TemplateArgs, in AddSubMultiClass() 377 return resolve(SMC->Entries, Substs, false, &CurMC->Entries); in AddSubMultiClass()
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | imx8mq-librem5.dtsi | 1304 &uart3 { /* SMC */
|
/freebsd/sys/conf/ |
H A D | NOTES | 1902 # SMC TigerCard 1000 (SMC9462SX), and some Addtron cards. 1918 # SMC EZ Card 1000 (SMC9462TX), D-Link DGE-500T, Asante FriendlyNet 2524 # and the SMC 2202USB. Also works with the ADMtek AN986 Pegasus 2547 # the Netgear EA101, the D-Link DSB-650, the SMC 2102USB
|