/freebsd/sys/contrib/device-tree/Bindings/soc/samsung/ |
H A D | exynos-usi.yaml | 4 $id: http://devicetree.org/schemas/soc/samsung/exynos-usi.yaml# 7 title: Samsung's Exynos USI (Universal Serial Interface) 14 USI IP-core provides selectable serial protocol (UART, SPI or High-Speed I2C). 15 USI shares almost all internal circuits within each protocol, so only one 16 protocol can be chosen at a time. USI is modeled as a node with zero or more 22 pattern: "^usi@[0-9a-f]+$" 28 - google,gs101-usi 29 - samsung,exynosautov9-usi 30 - samsung,exynosautov920-usi 31 - const: samsung,exynos850-usi [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/exynos/ |
H A D | exynosautov9.dtsi | 12 #include <dt-bindings/soc/samsung,exynos-usi.h> 440 usi_0: usi@103000c0 { 441 compatible = "samsung,exynosautov9-usi", 442 "samsung,exynos850-usi"; 503 usi_i2c_0: usi@103100c0 { 504 compatible = "samsung,exynosautov9-usi", 505 "samsung,exynos850-usi"; 532 usi_1: usi@103200c0 { 533 compatible = "samsung,exynosautov9-usi", 534 "samsung,exynos850-usi"; [all …]
|
H A D | exynos850.dtsi | 15 #include <dt-bindings/soc/samsung,exynos-usi.h> 650 usi_uart: usi@138200c0 { 651 compatible = "samsung,exynos850-usi"; 676 usi_hsi2c_0: usi@138a00c0 { 677 compatible = "samsung,exynos850-usi"; 705 usi_hsi2c_1: usi@138b00c0 { 706 compatible = "samsung,exynos850-usi"; 734 usi_hsi2c_2: usi@138c00c0 { 735 compatible = "samsung,exynos850-usi"; 763 usi_spi_0: usi@139400c0 { [all …]
|
H A D | exynosautov920.dtsi | 11 #include <dt-bindings/soc/samsung,exynos-usi.h> 210 usi_0: usi@108800c0 { 211 compatible = "samsung,exynosautov920-usi", 212 "samsung,exynos850-usi";
|
H A D | exynos850-pinctrl.dtsi | 121 /* USI: UART_DEBUG_0 pins */ 128 /* USI: UART_DEBUG_1 pins */ 591 /* USI: HSI2C0 */ 599 /* USI: HSI2C1 */ 607 /* USI: HSI2C2 */ 615 /* USI: SPI */
|
/freebsd/sys/contrib/device-tree/src/arm64/exynos/google/ |
H A D | gs101.dtsi | 12 #include <dt-bindings/soc/samsung,exynos-usi.h> 378 usi1: usi@109000c0 { 379 compatible = "google,gs101-usi", "samsung,exynos850-usi"; 433 usi2: usi@109100c0 { 434 compatible = "google,gs101-usi", "samsung,exynos850-usi"; 488 usi3: usi@109200c0 { 489 compatible = "google,gs101-usi", "samsung,exynos850-usi"; 543 usi4: usi@109300c0 { 544 compatible = "google,gs101-usi", "samsung,exynos850-usi"; 598 usi5: usi@109400c0 { [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | macho_platform.cpp | 126 static size_t size(const UnwindSectionInfo &USI) { in size() 128 USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection); in size() 131 static bool serialize(SPSOutputBuffer &OB, const UnwindSectionInfo &USI) { in serialize() 133 OB, USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection); in serialize() 136 static bool deserialize(SPSInputBuffer &IB, UnwindSectionInfo &USI) { in deserialize() 138 IB, USI in deserialize() 125 size(const UnwindSectionInfo & USI) size() argument 130 serialize(SPSOutputBuffer & OB,const UnwindSectionInfo & USI) serialize() argument 135 deserialize(SPSInputBuffer & IB,UnwindSectionInfo & USI) deserialize() argument 1203 __anon3d23d5020a02(ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> USI, std::vector<std::pair<std::string_view, ExecutorAddrRange>> &Secs) __orc_rt_macho_deregister_object_platform_sections() argument 1205 __anon3d23d5020b02(ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> USI, std::vector<std::pair<std::string_view, ExecutorAddrRange>> &Secs) __orc_rt_macho_deregister_object_platform_sections() argument [all...] |
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | i2c-exynos5.yaml | 16 In case the HSI2C controller is encapsulated within USI block (it's the case 18 define USI node in device tree file, choosing "i2c" configuration. Please see 19 Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml for details.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUSubtarget.cpp | 798 using USI = GCNUserSGPRUsageInfo; in getMaxNumPreloadedSGPRs() typedef 801 USI::getNumUserSGPRForField(USI::PrivateSegmentBufferID) + in getMaxNumPreloadedSGPRs() 802 USI::getNumUserSGPRForField(USI::DispatchPtrID) + in getMaxNumPreloadedSGPRs() 803 USI::getNumUserSGPRForField(USI::QueuePtrID) + in getMaxNumPreloadedSGPRs() 804 USI::getNumUserSGPRForField(USI::KernargSegmentPtrID) + in getMaxNumPreloadedSGPRs() 805 USI::getNumUserSGPRForField(USI::DispatchIdID) + in getMaxNumPreloadedSGPRs() 806 USI::getNumUserSGPRForField(USI::FlatScratchInitID) + in getMaxNumPreloadedSGPRs() 807 USI::getNumUserSGPRForField(USI::ImplicitBufferPtrID); in getMaxNumPreloadedSGPRs()
|
/freebsd/sys/contrib/device-tree/Bindings/arm/marvell/ |
H A D | marvell,kirkwood.txt | 102 "usi,topkick" 103 "usi,topkick-1281P2"
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | kirkwood-topkick.dts | 9 compatible = "usi,topkick-1281P2", "usi,topkick", "marvell,kirkwood-88f6282", "marvell,kirkwood";
|
H A D | dove-cm-a510.dtsi | 70 * W: Broadcom BCM4319 802.11b/g/n (USI WM-N-BM-01 on SDIO1)
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/soc/ |
H A D | samsung,exynos-usi.h | 6 * Device Tree bindings for Samsung Exynos USI (Universal Serial Interface).
|
/freebsd/sys/dev/ath/ |
H A D | if_ath_pci_devlist.h | 360 0x14CD, /* USI */ 365 0x14CD, /* USI */
|
/freebsd/crypto/openssl/crypto/bn/asm/ |
H A D | sparcv9a-mont.pl | 31 # USI&II cores currently exhibit uniform 2x improvement [over pre- 35 # is >3x faster than USI&II one, which is harder to match [but see 62 # key length, more for longer keys] on USI&II cores and 30-80% - on
|
/freebsd/crypto/openssl/crypto/sha/asm/ |
H A D | sha1-sparcv9a.pl | 120 # out at 6.25 ticks. This means that USI&II should operate at IALU 144 # would give no gain on USI&II anyway.
|
/freebsd/sys/dev/usb/serial/ |
H A D | uslcom.c | 353 USLCOM_DEV(USI, MC60),
|
/freebsd/sys/dev/usb/ |
H A D | usbdevs | 605 vendor USI 0x10ab USI 4914 /* USI products */ 4915 product USI MC60 0x10c5 MC60 Serial
|
/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | vendor-prefixes.yaml | 1568 "^usi,.*":
|
/freebsd/share/misc/ |
H A D | pci_vendors | 20558 0001 USI-1514-1GbaseT [OCP1] 20559 0002 USI-4227-SFP [OCP2] 20560 0003 USI-X557-10GbaseT [OCP3] 35090 14cd 0010 88E1514 Ethernet OCP 2x1G RJ45 Phy Card [USI-1514-1GbaseT] 35101 14cd 0030 Ethernet OCP 2x10G RJ45 Phy Card [USI-X557-10GbaseT]
|
H A D | usb_vendors | 16440 10ab USI Co., Ltd
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 24324 @Article{Horn:1978:USI,
|