| /linux/arch/x86/platform/ts5500/ |
| H A D | ts5500.c | 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() 136 sbc->adc = tmp & TS5500_ADC; 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/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()
|
| H A D | bcm2835.c | 215 bcm2835_dumpcmd(host, mrq->sbc, "sbc"); in bcm2835_dumpregs() 797 if (cmd == host->mrq->sbc) { in bcm2835_finish_command() 1161 if (mrq->sbc) in bcm2835_request() 1162 mrq->sbc->error = 0; in bcm2835_request() 1207 host->use_sbc = !!mrq->sbc && host->mrq->data && in bcm2835_request() 1210 if (bcm2835_send_command(host, mrq->sbc)) { in bcm2835_request()
|
| H A D | sdhci.c | 1405 return !mrq->sbc && (host->flags & SDHCI_AUTO_CMD12) && in sdhci_auto_cmd12() 1412 return mrq->sbc && (host->flags & SDHCI_AUTO_CMD23); in sdhci_auto_cmd23() 1418 return mrq->sbc && !(host->flags & SDHCI_AUTO_CMD23); in sdhci_manual_cmd23() 1490 sdhci_writel(host, cmd->mrq->sbc->arg, SDHCI_ARGUMENT2); in sdhci_set_transfer_mode() 1505 (mrq->sbc && mrq->sbc->error) || in sdhci_needs_reset() 1617 ((!data->mrq->sbc && !sdhci_auto_cmd12(host, data->mrq)) || in __sdhci_finish_data() 1856 if (cmd == cmd->mrq->sbc) { in sdhci_finish_command() 2228 cmd = sdhci_manual_cmd23(host, mrq) ? mrq->sbc : mrq->cmd; in sdhci_request() 2257 cmd = sdhci_manual_cmd23(host, mrq) ? mrq->sbc : mrq->cmd; in sdhci_request_atomic() 3309 if (!mrq->sbc && (host->flags & SDHCI_AUTO_CMD12)) { in sdhci_cmd_irq() [all …]
|
| /linux/arch/arm64/boot/dts/mediatek/ |
| H A D | mt8390-grinn-genio-700-sbc.dts | 10 #include "mt8390-grinn-genio-sbc.dtsi" 14 compatible = "grinn,genio-700-sbc", "mediatek,mt8390", "mediatek,mt8188";
|
| H A D | mt8370-grinn-genio-510-sbc.dts | 10 #include "mt8390-grinn-genio-sbc.dtsi" 14 compatible = "grinn,genio-510-sbc", "mediatek,mt8370", "mediatek,mt8188";
|
| H A D | Makefile | 161 dtb-$(CONFIG_ARCH_MEDIATEK) += mt8370-grinn-genio-510-sbc.dtb 166 dtb-$(CONFIG_ARCH_MEDIATEK) += mt8390-grinn-genio-700-sbc.dtb 168 dtb-$(CONFIG_ARCH_MEDIATEK) += mt8395-kontron-3-5-sbc-i1200.dtb
|
| /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/arch/arm/boot/dts/qcom/ |
| H A D | qcom-apq8016-sbc.dts | 2 #include "arm64/qcom/apq8016-sbc.dts"
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6q-ds.dts | 16 compatible = "ds,imx6q-sbc", "fsl,imx6q";
|
| H A D | imx7d-sbc-imx7.dts | 17 compatible = "compulab,sbc-imx7", "compulab,cl-som-imx7", "fsl,imx7d";
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| 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";
|
| H A D | omap3-sbc-t3730.dts | 11 compatible = "compulab,omap3-sbc-t3730", "compulab,omap3-cm-t3730", "ti,omap3630", "ti,omap3";
|
| H A D | omap3-sbc-t3530.dts | 11 …compatible = "compulab,omap3-sbc-t3530", "compulab,omap3-cm-t3530", "ti,omap3430", "ti,omap34xx", …
|
| /linux/arch/arm/boot/dts/renesas/ |
| H A D | Makefile | 20 r8a77470-iwg23s-sbc.dtb \
|
| /linux/Documentation/devicetree/bindings/arm/omap/ |
| H A D | omap.txt | 90 compatible = "compulab,am437x-sbc-t43", "compulab,am437x-cm-t43", "ti,am4372", "ti,am43" 105 …compatible = "compulab,sbc-am57x", "compulab,cl-som-am57x", "ti,am5728", "ti,dra742", "ti,dra74", …
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| H A D | pinctrl-st.txt | 81 pin-controller-sbc { 84 compatible = "st,stih407-sbc-pinctrl";
|
| /linux/arch/arc/include/asm/ |
| H A D | atomic64-arcv2.h | 121 ATOMIC64_OPS(sub, sub.f, sbc)
|
| /linux/arch/arm/boot/dts/st/ |
| H A D | stih418-b2264.dts | 85 pin-controller-sbc@961f080 {
|
| /linux/Documentation/devicetree/bindings/clock/st/ |
| H A D | st,flexgen.txt | 122 "clk-icn-sbc",
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | Makefile | 83 dove-sbc-a510.dtb
|
| H A D | dove-sbc-a510.dts | 73 compatible = "compulab,sbc-a510", "compulab,cm-a510", "marvell,dove";
|
| /linux/arch/arm/include/asm/ |
| H A D | atomic.h | 382 ATOMIC64_OPS(sub, subs, sbc) in ATOMIC64_OPS()
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | apq8096-ifc6640.dts | 14 compatible = "inforce,ifc6640", "qcom,apq8096-sbc", "qcom,apq8096";
|