Home
last modified time | relevance | path

Searched refs:SMC (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionXCOFF.h45 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 Datmel-smc.txt1 * 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 DMCDisassembler.cpp53 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 Dsdei.txt12 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 Dlinaro,optee-tz.txt17 "smc" : SMC #0, with the register assignments specified
/freebsd/sys/dev/mii/
H A Dsmscphy.c77 MII_PHY_DESC(SMC, LAN8710A),
78 MII_PHY_DESC(SMC, LAN8700),
H A Dmiidevs74 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 Datmel,ebi.txt5 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 DDoxyfile-dev_smc6 PROJECT_NAME = "FreeBSD kernel SMC device code"
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DXCOFF.cpp20 StringRef XCOFF::getMappingClassString(XCOFF::StorageMappingClass SMC) { in getMappingClassString() argument
21 switch (SMC) { in getMappingClassString()
/freebsd/sys/contrib/device-tree/Bindings/firmware/xilinx/
H A Dxlnx,zynqmp-firmware.txt19 - "smc" : SMC #0, following the SMCCC
/freebsd/sys/arm/conf/
H A Dstd.qca45 # PSCI - SMC calls, needed for qualcomm SCM
/freebsd/sys/contrib/device-tree/Bindings/firmware/
H A Dintel,stratix10-svc.txt18 driver also manages secure monitor call (SMC) to communicate with secure monitor
/freebsd/sys/contrib/device-tree/src/arm64/arm/
H A Dvexpress-v2f-1xv7-ca53x2.dts115 /* SMC clock */
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2419 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 Dif_aue.c190 AUE_DEV(SMC, 2202USB, 0),
191 AUE_DEV(SMC, 2206USB, AUE_FLAG_PII),
H A Dif_kue.c141 KUE_DEV(SMC, 2102USB),
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Darm,scmi.txt28 - arm,smc-id : SMC id required when using smc or hvc transports
/freebsd/sys/contrib/device-tree/src/arm64/apple/
H A Dt600x-pmgr.dtsi671 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 Dsocfpga-eccmgr.txt239 with SMC calls. Therefore the device tree is slightly different. Note
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt8173-elm.dtsi161 * Disable the original MMIO watch dog and switch to the SMC watchdog, which
/freebsd/usr.sbin/bsdconfig/share/
H A Ddevice.subr1338 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 DTGParser.cpp366 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 Dimx8mq-librem5.dtsi1304 &uart3 { /* SMC */
/freebsd/sys/conf/
H A DNOTES1902 # 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

12