/openbmc/linux/arch/x86/platform/ts5500/ |
H A D | ts5500.c | 9 * (SBC) and its devices, and exposes information to userspace such as jumpers' 114 static int __init ts5500_detect_config(struct ts5500_sbc *sbc) in ts5500_detect_config() argument 122 sbc->id = inb(TS5500_PRODUCT_CODE_ADDR); in ts5500_detect_config() 123 if (sbc->id == TS5500_PRODUCT_CODE) { in ts5500_detect_config() 124 sbc->name = "TS-5500"; in ts5500_detect_config() 125 } else if (sbc->id == TS5400_PRODUCT_CODE) { in ts5500_detect_config() 126 sbc->name = "TS-5400"; in ts5500_detect_config() 128 pr_err("ts5500: unknown product code 0x%x\n", sbc->id); in ts5500_detect_config() 134 sbc->sram = tmp & TS5500_SRAM; in ts5500_detect_config() 135 sbc->rs485 = tmp & TS5500_RS485; in ts5500_detect_config() [all …]
|
/openbmc/u-boot/arch/arm/mach-uniphier/sbc/ |
H A D | Makefile | 3 obj-y += sbc.o 5 obj-$(CONFIG_ARCH_UNIPHIER_LD4) += sbc-ld4.o 6 obj-$(CONFIG_ARCH_UNIPHIER_SLD8) += sbc-ld4.o 7 obj-$(CONFIG_ARCH_UNIPHIER_PXS2) += sbc-pxs2.o 8 obj-$(CONFIG_ARCH_UNIPHIER_LD6B) += sbc-pxs2.o 9 obj-$(CONFIG_ARCH_UNIPHIER_LD11) += sbc-ld11.o 10 obj-$(CONFIG_ARCH_UNIPHIER_LD20) += sbc-ld11.o 11 obj-$(CONFIG_ARCH_UNIPHIER_PXS3) += sbc-pxs2.o
|
/openbmc/linux/include/trace/events/ |
H A D | mmc.h | 56 __entry->sbc_opcode = mrq->sbc ? mrq->sbc->opcode : 0; 57 __entry->sbc_arg = mrq->sbc ? mrq->sbc->arg : 0; 58 __entry->sbc_flags = mrq->sbc ? mrq->sbc->flags : 0; 59 __entry->sbc_retries = mrq->sbc ? mrq->sbc->retries : 0; 143 __entry->sbc_opcode = mrq->sbc ? mrq->sbc->opcode : 0; 144 __entry->sbc_err = mrq->sbc ? mrq->sbc->error : 0; 145 __entry->sbc_resp[0] = mrq->sbc ? mrq->sbc->resp[0] : 0; 146 __entry->sbc_resp[1] = mrq->sbc ? mrq->sbc->resp[1] : 0; 147 __entry->sbc_resp[2] = mrq->sbc ? mrq->sbc->resp[2] : 0; 148 __entry->sbc_resp[3] = mrq->sbc ? mrq->sbc->resp[3] : 0; [all …]
|
/openbmc/linux/drivers/mtd/maps/ |
H A D | sbc_gxx.c | 2 /* sbc_gxx.c -- MTD map driver for Arcom Control Systems SBC-MediaGX, 3 SBC-GXm and SBC-GX1 series boards. 8 The SBC-MediaGX / SBC-GXx has up to 16 MiB of 79 { .name = "SBC-GXx flash boot partition", 82 { .name = "SBC-GXx flash data partition", 85 { .name = "SBC-GXx flash application partition", 155 .name = "SBC-GXx flash", 190 if (!request_region( PAGE_IO, PAGE_IO_SIZE, "SBC-GXx flash")) { in init_sbc_gxx() 224 MODULE_DESCRIPTION("MTD map driver for SBC-GXm and SBC-GX1 series boards");
|
/openbmc/linux/Documentation/devicetree/bindings/arm/aspeed/ |
H A D | aspeed,sbc.yaml | 5 $id: http://devicetree.org/schemas/arm/aspeed/aspeed,sbc.yaml# 21 - const: aspeed,ast2600-sbc 34 sbc: secure-boot-controller@1e6f2000 { 35 compatible = "aspeed,ast2600-sbc";
|
/openbmc/openbmc/poky/meta/recipes-multimedia/sbc/ |
H A D | sbc_2.0.bb | 1 SUMMARY = "SBC Audio Codec" 2 DESCRIPTION = "Bluetooth low-complexity, subband codec (SBC) library." 11 file://sbc/sbc.h;beginline=1;endline=26;md5=0f57d0df22b0d40746bdd29805a4361b"
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | Makefile | 64 omap3-sbc-t3517.dtb \ 65 omap3-sbc-t3530.dtb \ 66 omap3-sbc-t3730.dtb \ 117 am335x-sbc-t335.dtb \ 126 am437x-sbc-t43.dtb \ 140 am57xx-sbc-am57x.dtb \ 156 omap5-sbc-t54.dtb \
|
H A D | omap3-sbc-t3517.dts | 3 * Suppport for CompuLab SBC-T3517 with CM-T3517 10 model = "CompuLab SBC-T3517 with CM-T3517"; 11 compatible = "compulab,omap3-sbc-t3517", "compulab,omap3-cm-t3517", "ti,am3517", "ti,omap3"; 18 /* Only one GPMC smsc9220 on SBC-T3517, CM-T3517 uses am35x Ethernet */
|
H A D | omap3-sbc-t3730.dts | 3 * Suppport for CompuLab SBC-T3730 with CM-T3730 10 model = "CompuLab SBC-T3730 with CM-T3730"; 11 compatible = "compulab,omap3-sbc-t3730", "compulab,omap3-cm-t3730", "ti,omap3630", "ti,omap3";
|
H A D | omap3-sbc-t3530.dts | 3 * Suppport for CompuLab SBC-T3530 with CM-T3530 10 model = "CompuLab SBC-T3530 with CM-T3530"; 11 …compatible = "compulab,omap3-sbc-t3530", "compulab,omap3-cm-t3530", "ti,omap3430", "ti,omap34xx", …
|
H A D | omap3-sb-t35.dtsi | 3 * Common support for CompuLab SB-T35 used on SBC-T3530, SBC-T3517 and SBC-T3730
|
H A D | am335x-sbc-t335.dts | 3 * am335x-sbc-t335.dts - Device Tree file for Compulab SBC-T335 12 compatible = "compulab,sbc-t335", "compulab,cm-t335", "ti,am33xx";
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | stih418-b2264.dts | 25 /* u-boot puts hpen in SBC dmem at 0xb8 offset */ 30 /* u-boot puts hpen in SBC dmem at 0xb8 offset */ 35 /* u-boot puts hpen in SBC dmem at 0xb8 offset */ 40 /* u-boot puts hpen in SBC dmem at 0xb8 offset */ 85 pin-controller-sbc@961f080 {
|
/openbmc/qemu/hw/sd/ |
H A D | core.c | 218 SDBusClass *sbc = SD_BUS_GET_CLASS(sdbus); in sdbus_set_inserted() local 221 if (sbc->set_inserted) { in sdbus_set_inserted() 222 sbc->set_inserted(qbus->parent, inserted); in sdbus_set_inserted() 228 SDBusClass *sbc = SD_BUS_GET_CLASS(sdbus); in sdbus_set_readonly() local 231 if (sbc->set_readonly) { in sdbus_set_readonly() 232 sbc->set_readonly(qbus->parent, readonly); in sdbus_set_readonly()
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx7d-sbc-imx7.dts | 2 * Support for CompuLab SBC-iMX7 Single Board Computer 16 model = "CompuLab SBC-iMX7"; 17 compatible = "compulab,sbc-imx7", "compulab,cl-som-imx7", "fsl,imx7d";
|
/openbmc/openbmc/poky/meta/recipes-extended/bc/bc/ |
H A D | no-gen-libmath.patch | 22 sbcOBJ = main.o sbc.o scan.o execute.o global.o load.o storage.o util.o \ 24 sbc.o: sbc.c
|
/openbmc/linux/Documentation/devicetree/bindings/arm/omap/ |
H A D | omap.txt | 89 - AM437x SBC-T43 90 compatible = "compulab,am437x-sbc-t43", "compulab,am437x-cm-t43", "ti,am4372", "ti,am43" 104 - AM57XX SBC-AM57x 105 …compatible = "compulab,sbc-am57x", "compulab,cl-som-am57x", "ti,am5728", "ti,dra742", "ti,dra74", …
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-luma-core_2.4.2.bb | 1 SUMMARY = "A component library to support SBC display drivers" 2 DESCRIPTION = "A component library to support SBC display drivers"
|
/openbmc/linux/drivers/watchdog/ |
H A D | sbc_epx_c3.c | 3 * SBC EPX C3 0.1 A Hardware Watchdog Device for the Winsystems EPX-C3 195 pr_info("Hardware Watchdog Timer for Winsystems EPX-C3 SBC: 0.1\n"); in watchdog_init() 215 MODULE_DESCRIPTION("Hardware Watchdog Device for Winsystems EPX-C3 SBC. " 218 "SBC system from Winsystems! It writes to IO ports 0x1ee and 0x1ef!");
|
H A D | sbc_fitpc2_wdt.c | 3 * Watchdog driver for SBC-FITPC2 board 41 #define WATCHDOG_NAME "SBC-FITPC2 Watchdog" 205 if (!brd_name || !strstr(brd_name, "SBC-FITPC2")) in fitpc2_wdt_init() 256 MODULE_DESCRIPTION("SBC-FITPC2 Watchdog");
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | dove-sbc-a510.dts | 2 * Device Tree file for Compulab SBC-A510 Single Board Computer 46 * SBC-A510 comprises a PCA9555 I2C GPIO expander its GPIO lines connected to 72 model = "Compulab SBC-A510"; 73 compatible = "compulab,sbc-a510", "compulab,cm-a510", "marvell,dove";
|
/openbmc/linux/drivers/mmc/host/ |
H A D | litex_mmc.c | 343 struct mmc_command *sbc = mrq->sbc; in litex_mmc_request() local 360 if (sbc) { in litex_mmc_request() 361 sbc->error = litex_mmc_send_cmd(host, sbc->opcode, sbc->arg, in litex_mmc_request() 362 litex_mmc_response_len(sbc), in litex_mmc_request() 364 if (sbc->error) { in litex_mmc_request() 410 if (stop && (cmd->error || !sbc)) { in litex_mmc_request()
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | apq8016-sbc.dts | 17 model = "Qualcomm Technologies, Inc. APQ 8016 SBC"; 18 compatible = "qcom,apq8016-sbc", "qcom,apq8016"; 95 label = "apq8016-sbc:green:user1"; 104 label = "apq8016-sbc:green:user2"; 113 label = "apq8016-sbc:green:user3"; 122 label = "apq8016-sbc:green:user4"; 131 label = "apq8016-sbc:yellow:wlan"; 140 label = "apq8016-sbc:blue:bt";
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/wireshark/ |
H A D | wireshark_4.2.7.bb | 26 PACKAGECONFIG ?= "libpcap gnutls libnl libcap sbc" 42 PACKAGECONFIG[sbc] = "-DENABLE_SBC=ON,-DENABLE_SBC=OFF, sbc"
|
/openbmc/linux/drivers/soc/aspeed/ |
H A D | aspeed-sbc.c | 36 np = of_find_compatible_node(NULL, NULL, "aspeed,ast2600-sbc"); in aspeed_sbc_init() 60 sbc_dir = debugfs_create_dir("sbc", arch_debugfs_dir); in aspeed_sbc_init()
|