/openbmc/linux/drivers/hwtracing/coresight/ |
H A D | ultrasoc-smb.c | 33 struct smb_data_buffer *sdb = &drvdata->sdb; in smb_update_data_size() local 37 sdb->buf_hw_base; in smb_update_data_size() 40 if (buf_wrptr == sdb->buf_rdptr && smb_buffer_not_empty(drvdata)) { in smb_update_data_size() 41 sdb->data_size = sdb->buf_size; in smb_update_data_size() 46 sdb->data_size = CIRC_CNT(buf_wrptr, sdb->buf_rdptr, in smb_update_data_size() 47 sdb->buf_size); in smb_update_data_size() 57 struct smb_data_buffer *sdb = &drvdata->sdb; in smb_update_read_ptr() local 59 sdb->buf_rdptr += nbytes; in smb_update_read_ptr() 60 sdb->buf_rdptr %= sdb->buf_size; in smb_update_read_ptr() 61 writel(sdb->buf_hw_base + sdb->buf_rdptr, in smb_update_read_ptr() [all …]
|
H A D | ultrasoc-smb.h | 106 * @sdb: Data buffer for SMB. 117 struct smb_data_buffer sdb; member
|
/openbmc/linux/sound/soc/codecs/ |
H A D | rt1015p.c | 22 struct gpio_desc *sdb; member 34 if (!rt1015p->sdb) in rt1015p_sdb_event() 39 gpiod_set_value_cansleep(rt1015p->sdb, 1); in rt1015p_sdb_event() 40 dev_dbg(component->dev, "set sdb to 1"); in rt1015p_sdb_event() 48 gpiod_set_value_cansleep(rt1015p->sdb, 0); in rt1015p_sdb_event() 49 dev_dbg(component->dev, "set sdb to 0"); in rt1015p_sdb_event() 60 SND_SOC_DAPM_OUT_DRV_E("SDB", SND_SOC_NOPM, 0, 0, NULL, 0, 66 {"SDB", NULL, "HiFi Playback"}, 67 {"Speaker", NULL, "SDB"}, 113 rt1015p->sdb = devm_gpiod_get_optional(&pdev->dev, in rt1015p_platform_probe() [all …]
|
/openbmc/linux/Documentation/target/ |
H A D | tcm_mod_builder.rst | 32 …target:/mnt/sdb/lio-core-2.6.git/Documentation/target# python tcm_mod_builder.py -p iSCSI -m tcm_n… 33 tcm_dir: /mnt/sdb/lio-core-2.6.git/Documentation/target/../../ 36 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000 39 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000 41 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/tcm_nab5000_base.h 43 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../include/target/target_core_fabric_ops.h 45 …/mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/tcm_nab5000_fabric… 47 …/mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/tcm_nab5000_fabric… 49 …/mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/tcm_nab5000_config… 51 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/Kbuild [all …]
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | log-writes.rst | 107 TABLE="0 $(blockdev --getsz /dev/sdb) log-writes /dev/sdb /dev/sdc" 119 replay-log --log /dev/sdc --replay /dev/sdb --end-mark fsync 120 mount /dev/sdb /mnt/btrfs-test 127 TABLE="0 $(blockdev --getsz /dev/sdb) log-writes /dev/sdb /dev/sdc" 138 replay-log --log /dev/sdc --replay /dev/sdb --end-mark mkfs 139 btrfsck /dev/sdb 140 replay-log --log /dev/sdc --replay /dev/sdb --start-mark mkfs \ 141 --fsck "btrfsck /dev/sdb" --check fua
|
H A D | dm-service-time.rst | 78 In case that 2 paths (sda and sdb) are used with repeat_count == 128 79 and sda has an average throughput 1GB/s and sdb has 4GB/s, 80 'relative_throughput' value may be '1' for sda and '4' for sdb:: 92 Or '2' for sda and '8' for sdb would be also true::
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx7d-sdb-reva.dts | 7 #include "imx7d-sdb.dts" 11 compatible = "fsl,imx7d-sdb-reva", "fsl,imx7d"; 24 imx7d-sdb {
|
H A D | Makefile | 286 imx6sx-sdb-reva.dtb \ 287 imx6sx-sdb-sai.dtb \ 288 imx6sx-sdb.dtb \ 289 imx6sx-sdb-mqs.dtb \ 372 imx7d-sdb.dtb \ 373 imx7d-sdb-reva.dtb \ 374 imx7d-sdb-sht11.dtb \
|
H A D | imx6sx-sdb-mqs.dts | 5 #include "imx6sx-sdb.dts" 13 compatible = "fsl,imx6sx-sdb-mqs",
|
H A D | imx6sx-sdb-reva.dts | 5 #include "imx6sx-sdb.dtsi" 8 model = "Freescale i.MX6 SoloX SDB RevA Board"; 9 compatible = "fsl,imx6sx-sdb-reva", "fsl,imx6sx";
|
H A D | imx6sx-sdb.dtsi | 12 model = "Freescale i.MX6 SoloX SDB Board"; 13 compatible = "fsl,imx6sx-sdb", "fsl,imx6sx"; 155 compatible = "fsl,imx6sx-sdb-wm8962", "fsl,imx-audio-wm8962"; 188 "fsl,imx6sx-sdb-spdif"; 399 imx6x-sdb {
|
/openbmc/linux/arch/s390/kernel/ |
H A D | perf_cpum_sf.c | 34 * A table contains SDB pointers (8 bytes) and one table-link entry 60 * 1 page for SDB-tables 64 * 16 pages for SDB-tables 81 unsigned long head; /* index of SDB of buffer head */ 82 unsigned long alert_mark; /* index of SDB of alert request position */ 83 unsigned long empty_mark; /* mark of SDB not marked full */ 84 unsigned long *sdb_index; /* SDB address for fast lookup */ 203 /* Process SDB pointer */ in free_sampling_buffer() 219 unsigned long sdb; in alloc_sample_data_block() local 222 sdb = get_zeroed_page(gfp_flags); in alloc_sample_data_block() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | realtek,rt1015p.yaml | 22 sdb-gpios: 42 sdb-gpios = <&pio 175 GPIO_ACTIVE_HIGH>;
|
/openbmc/linux/include/scsi/ |
H A D | scsi_cmnd.h | 106 struct scsi_data_buffer sdb; member 183 return cmd->sdb.table.nents; in scsi_sg_count() 188 return cmd->sdb.table.sgl; in scsi_sglist() 193 return cmd->sdb.length; in scsi_bufflen() 383 unsigned int xfer_len = scmd->sdb.length; in scsi_transfer_length()
|
/openbmc/openbmc/poky/meta/files/ |
H A D | device_table-minimal.txt | 29 /dev/sdb b 660 root disk 8 16 - - - 30 /dev/sdb b 660 root disk 8 17 1 1 4
|
/openbmc/openbmc/poky/meta-yocto-bsp/ |
H A D | README.hardware.md | 93 target boot device is /dev/sdb, be sure to verify this and use the correct 108 # dd if=core-image-minimal-genericx86.hddimg of=/dev/sdb 124 # dd if=core-image-minimal-genericx86-64.wic of=/dev/sdb 184 # dd if=core-image-minimal-beaglebone-yocto.wic of=/dev/sdb
|
/openbmc/openbmc/poky/ |
H A D | README.hardware.md | 93 target boot device is /dev/sdb, be sure to verify this and use the correct 108 # dd if=core-image-minimal-genericx86.hddimg of=/dev/sdb 124 # dd if=core-image-minimal-genericx86-64.wic of=/dev/sdb 184 # dd if=core-image-minimal-beaglebone-yocto.wic of=/dev/sdb
|
/openbmc/openbmc-test-automation/lib/ |
H A D | firmware_utils.py | 11 def get_hard_disk_info(device="/dev/sdb"): 18 lsblk commands (e.g. "/dev/sdb").
|
/openbmc/linux/Documentation/devicetree/bindings/arm/ |
H A D | arm,integrator.yaml | 37 - description: ARM Integrator Standard Development Board (SDB) Platform, 38 this board is a PCI-based board conforming to the Microsoft SDB
|
/openbmc/u-boot/board/freescale/mx6sabreauto/ |
H A D | README | 39 $ sudo dd if=SPL of=/dev/sdb bs=1K seek=1 && sync 43 $ sudo dd if=u-boot-dtb.img of=/dev/sdb bs=1K seek=69 && sync
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | imx6sx-sdb.dts | 9 #include "imx6sx-sdb.dtsi" 12 model = "Freescale i.MX6 SoloX SDB RevB Board";
|
/openbmc/u-boot/board/theobroma-systems/lion_rk3368/ |
H A D | README | 38 > dd if=spl-3368.img of=/dev/sdb seek=64 39 > dd if=u-boot.itb of=/dev/sdb seek=512
|
/openbmc/u-boot/arch/arm/mach-tegra/tegra20/ |
H A D | funcmux.c | 70 * selected on mux group SDB. If two mux groups are in funcmux_select() 73 * For UARTA, SDB certainly overrides group IRTX in in funcmux_select() 75 * function on SDB to avoid the conflict. Also, tri- in funcmux_select()
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | wic.rst | 538 will need to boot from ``sdb`` instead of ``sda``, which is what the 549 changes all instances of "``--ondisk sda``" to "``--ondisk sdb``". The 553 part /boot --source bootimg-pcbios --ondisk sdb --label boot --active --align 1024 554 part / --source rootfs --ondisk sdb --fstype=ext4 --label platform --align 1024 --use-uuid 574 ./directdisksdb-gpt-201710090938-sdb.direct 589 $ sudo dd if=directdisksdb-gpt-201710090938-sdb.direct of=/dev/sdb 593 $ sudo eject /dev/sdb 612 /home/stephano/testwic/test-201710091445-sdb.direct
|
/openbmc/u-boot/board/logicpd/imx6/ |
H A D | README | 31 card is located as /dev/sdb. 34 sudo dd if=SPL of=/dev/sdb bs=1k seek=1 oflag=sync status=none && sync
|