/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 …]
|
/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 [all...] |
/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");
|
H A D | Kconfig | 174 tristate "CFI Flash device mapped on Arcom SBC-GXx boards" 178 Systems' SBC-GXn family of boards, formerly known as SBC-MediaGX.
|
/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";
|
/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 \ 120 am335x-sbc-t335.dtb \ 129 am437x-sbc-t43.dtb \ 153 am57xx-sbc-am57x.dtb \ 169 omap5-sbc-t54.dtb \
|
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 | 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";
|
/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 {
|
H A D | stih418.dtsi | 18 /* u-boot puts hpen in SBC dmem at 0xa4 offset */ 26 /* u-boot puts hpen in SBC dmem at 0xa4 offset */
|
/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";
|
H A D | imx6ul-ccimx6ulsbcexpress.dts | 3 * Digi International's ConnectCore6UL SBC Express board device tree source 16 model = "Digi International ConnectCore 6UL SBC Express.";
|
/linux/Documentation/devicetree/bindings/soc/sti/ |
H A D | st,sti-syscon.yaml | 26 - st,stih407-sbc-reg-syscfg 27 - st,stih407-sbc-syscfg 51 compatible = "st,stih407-sbc-syscfg", "syscon";
|
/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", …
|
/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 194 pr_info("Hardware Watchdog Timer for Winsystems EPX-C3 SBC: 0.1\n"); in watchdog_init() 214 MODULE_DESCRIPTION("Hardware Watchdog Device for Winsystems EPX-C3 SBC. " 217 "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" 204 if (!brd_name || !strstr(brd_name, "SBC-FITPC2")) in fitpc2_wdt_init() 255 MODULE_DESCRIPTION("SBC-FITPC2 Watchdog");
|
/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()
|
/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";
|
/linux/drivers/media/rc/keymaps/ |
H A D | rc-khadas.c | 6 * Keytable for the Khadas VIM/EDGE SBC remote control 55 MODULE_DESCRIPTION("Khadas VIM/EDGE SBC remote controller keytable");
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | qcom,apq8016-sbc-sndcard.yaml | 4 $id: http://devicetree.org/schemas/sound/qcom,apq8016-sbc-sndcard.yaml# 16 - qcom,apq8016-sbc-sndcard 115 compatible = "qcom,apq8016-sbc-sndcard";
|
/linux/Documentation/devicetree/bindings/arm/ti/ |
H A D | omap.yaml | 97 - compulab,omap3-sbc-t3517 # CompuLab SBC-T3517 with CM-T3517 119 - compulab,sbc-t335
|
/linux/sound/soc/qcom/ |
H A D | Makefile | 23 snd-soc-apq8016-sbc-y := apq8016_sbc.o 36 obj-$(CONFIG_SND_SOC_APQ8016_SBC) += snd-soc-apq8016-sbc.o
|
/linux/drivers/reset/sti/ |
H A D | reset-stih407.c | 15 static const char stih407_sbc_reg[] = "st,stih407-sbc-reg-syscfg"; 55 #define LPM_SYSCFG_1 0x4 /* Softreset IRB & SBC UART */
|
/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-apq8016-sbc.dts | 2 #include "arm64/qcom/apq8016-sbc.dts"
|