Home
last modified time | relevance | path

Searched refs:READ_CMD (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_twsi.c55 #define READ_CMD 1 macro
367 addr = (addr << 1) | READ_CMD; in qib_twsi_blk_rd()
394 ret = qib_twsi_wr(dd, dev | READ_CMD, QIB_TWSI_START); in qib_twsi_blk_rd()
484 while (qib_twsi_wr(dd, dev | READ_CMD, QIB_TWSI_START)) { in qib_twsi_blk_wr()
/openbmc/linux/drivers/mfd/
H A Dstmpe-spi.c18 #define READ_CMD (1 << 7) macro
23 int status = spi_w8r16(spi, reg | READ_CMD); in spi_reg_read()
/openbmc/u-boot/drivers/ata/
H A Dsata_mv.c239 #define READ_CMD 0 macro
807 ATA_ID_WORDS * 2, READ_CMD); in mv_sata_identify()
845 mv_ata_exec_ata_cmd_nondma(port, &cfis, NULL, 0, READ_CMD); in mv_sata_set_features()
863 return mv_ata_exec_ata_cmd_nondma(dev, &cfis, NULL, 0, READ_CMD); in mv_sata_spin_down()
881 return mv_ata_exec_ata_cmd_nondma(dev, &cfis, NULL, 0, READ_CMD); in mv_sata_spin_up()
886 return ata_low_level_rw(dev, blknr, blkcnt, buffer, READ_CMD); in sata_read()
H A Dsata_sil.h10 #define READ_CMD 0 macro
H A Ddwc_ahsata_priv.h316 #define READ_CMD 0 macro
H A Ddwc_ahsata.c430 ahci_exec_ata_cmd(uc_priv, port, cfis, NULL, 0, READ_CMD); in ahci_set_feature()
538 READ_CMD); in dwc_ahsata_identify()
819 READ_CMD); in sata_read_common()
822 READ_CMD); in sata_read_common()
H A Dfsl_sata.h317 #define READ_CMD 0 macro
H A Dsata_sil.c483 rc = sil_sata_rw_lba48(dev, blknr, blkcnt, buffer, READ_CMD); in sata_read()
485 rc = sil_sata_rw_lba28(dev, blknr, blkcnt, buffer, READ_CMD); in sata_read()
H A Dfsl_sata.c766 rc = ata_low_level_rw_lba48(dev, blknr, blkcnt, buffer, READ_CMD); in sata_read()
768 rc = ata_low_level_rw_lba28(dev, blknr, blkcnt, buffer, READ_CMD); in sata_read()
/openbmc/linux/drivers/scsi/ibmvscsi_tgt/
H A Dibmvscsi_tgt.h337 #define READ_CMD(cdb) (((cdb)[0] & 0x1F) == 8) macro
H A Dibmvscsi_tgt.c3052 if (vscsi->fast_fail && (READ_CMD(srp->cdb) || WRITE_CMD(srp->cdb))) in ibmvscsis_fast_fail()
/openbmc/linux/drivers/gpu/drm/bridge/cadence/
H A Dcdns-dsi-core.c203 #define READ_CMD 1 macro
1064 cmd |= READ_CMD; in cdns_dsi_transfer()
/openbmc/linux/drivers/scsi/
H A Dadvansys.c1489 #define READ_CMD 0x03 /* Memory Read Method */ macro