Home
last modified time | relevance | path

Searched refs:sbc (Results 1 – 25 of 117) sorted by relevance

12345

/openbmc/linux/arch/x86/platform/ts5500/
H A Dts5500.c124 sbc->name = "TS-5500"; in ts5500_detect_config()
126 sbc->name = "TS-5400"; 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()
140 sbc->itr = tmp & TS5500_ITR; in ts5500_detect_config()
143 sbc->jumpers = tmp & ~TS5500_LED; in ts5500_detect_config()
286 struct ts5500_sbc *sbc; in ts5500_init() local
303 if (!sbc) { in ts5500_init()
308 err = ts5500_detect_config(sbc); in ts5500_init()
[all …]
/openbmc/u-boot/arch/arm/mach-uniphier/sbc/
H A DMakefile3 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 Dmmc.h56 __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/Documentation/devicetree/bindings/arm/aspeed/
H A Daspeed,sbc.yaml5 $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/qemu/hw/sd/
H A Dcore.c217 SDBusClass *sbc = SD_BUS_GET_CLASS(sdbus); in sdbus_set_inserted() local
220 if (sbc->set_inserted) { in sdbus_set_inserted()
221 sbc->set_inserted(qbus->parent, inserted); in sdbus_set_inserted()
227 SDBusClass *sbc = SD_BUS_GET_CLASS(sdbus); in sdbus_set_readonly() local
230 if (sbc->set_readonly) { in sdbus_set_readonly()
231 sbc->set_readonly(qbus->parent, readonly); in sdbus_set_readonly()
/openbmc/openbmc/poky/meta/recipes-extended/bc/bc/
H A Dno-gen-libmath.patch22 sbcOBJ = main.o sbc.o scan.o execute.o global.o load.o storage.o util.o \
24 sbc.o: sbc.c
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A DMakefile64 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 Domap3-sbc-t3730.dts11 compatible = "compulab,omap3-sbc-t3730", "compulab,omap3-cm-t3730", "ti,omap3630", "ti,omap3";
H A Domap3-sbc-t3530.dts11 …compatible = "compulab,omap3-sbc-t3530", "compulab,omap3-cm-t3530", "ti,omap3430", "ti,omap34xx", …
H A Domap5-sbc-t54.dts10 compatible = "compulab,omap5-sbc-t54", "compulab,omap5-cm-t54", "ti,omap5";
/openbmc/linux/drivers/mmc/host/
H A Dlitex_mmc.c343 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/openbmc/poky/meta/recipes-multimedia/sbc/
H A Dsbc_2.0.bb11 file://sbc/sbc.h;beginline=1;endline=26;md5=0f57d0df22b0d40746bdd29805a4361b"
/openbmc/linux/drivers/mmc/core/
H A Dcore.c147 (err == -EILSEQ || (mrq->sbc && mrq->sbc->error == -EILSEQ) || in mmc_request_done()
179 if (mrq->sbc) { in mmc_request_done()
181 mmc_hostname(host), mrq->sbc->opcode, in mmc_request_done()
182 mrq->sbc->error, in mmc_request_done()
183 mrq->sbc->resp[0], mrq->sbc->resp[1], in mmc_request_done()
184 mrq->sbc->resp[2], mrq->sbc->resp[3]); in mmc_request_done()
267 if (mrq->sbc) { in mmc_mrq_pr_debug()
270 mrq->sbc->arg, mrq->sbc->flags); in mmc_mrq_pr_debug()
308 if (mrq->sbc) { in mmc_mrq_prep()
309 mrq->sbc->error = 0; in mmc_mrq_prep()
[all …]
H A Dblock.c548 sbc.opcode = MMC_SET_BLOCK_COUNT; in __mmc_blk_ioctl_cmd()
556 sbc.arg = prev_idata->ic.arg; in __mmc_blk_ioctl_cmd()
557 sbc.flags = MMC_RSP_R1 | MMC_CMD_AC; in __mmc_blk_ioctl_cmd()
558 mrq.sbc = &sbc; in __mmc_blk_ioctl_cmd()
575 memcpy(&prev_idata->ic.response, sbc.resp, sizeof(sbc.resp)); in __mmc_blk_ioctl_cmd()
576 if (sbc.error) { in __mmc_blk_ioctl_cmd()
578 __func__, sbc.error); in __mmc_blk_ioctl_cmd()
579 return sbc.error; in __mmc_blk_ioctl_cmd()
1710 brq->sbc.arg = brq->data.blocks | in mmc_blk_rw_rq_prep()
1714 brq->mrq.sbc = &brq->sbc; in mmc_blk_rw_rq_prep()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/wireshark/
H A Dwireshark_4.2.4.bb26 PACKAGECONFIG ?= "libpcap gnutls libnl libcap sbc"
42 PACKAGECONFIG[sbc] = "-DENABLE_SBC=ON,-DENABLE_SBC=OFF, sbc"
/openbmc/linux/arch/arm/boot/dts/qcom/
H A Dqcom-apq8016-sbc.dts2 #include "arm64/qcom/apq8016-sbc.dts"
H A Dqcom-apq8084-ifc6540.dts7 compatible = "qcom,apq8084-sbc", "qcom,apq8084";
/openbmc/qemu/hw/pci-host/
H A Dgrackle.c140 SysBusDeviceClass *sbc = SYS_BUS_DEVICE_CLASS(klass); in grackle_class_init() local
146 sbc->explicit_ofw_unit_address = grackle_ofw_unit_address; in grackle_class_init()
/openbmc/linux/sound/soc/qcom/
H A DMakefile23 snd-soc-apq8016-sbc-objs := apq8016_sbc.o
34 obj-$(CONFIG_SND_SOC_APQ8016_SBC) += snd-soc-apq8016-sbc.o
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dapq8016-sbc.dts18 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/linux/drivers/soc/aspeed/
H A DMakefile7 obj-$(CONFIG_ASPEED_SBC) += aspeed-sbc.o
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6q-ds.dts16 compatible = "ds,imx6q-sbc", "fsl,imx6q";
/openbmc/qemu/hw/core/
H A Dsysbus.c280 SysBusDeviceClass *sbc = SYS_BUS_DEVICE_GET_CLASS(s); in sysbus_get_fw_dev_path() local
283 if (sbc->explicit_ofw_unit_address) { in sysbus_get_fw_dev_path()
284 addr = sbc->explicit_ofw_unit_address(s); in sysbus_get_fw_dev_path()
/openbmc/u-boot/arch/arm/mach-uniphier/
H A DMakefile21 obj-$(CONFIG_MICRO_SUPPORT_CARD) += sbc/ micro-support-card.o
/openbmc/linux/arch/arm/boot/dts/renesas/
H A DMakefile20 r8a77470-iwg23s-sbc.dtb \

12345