Searched refs:ATA_SRST (Results 1 – 15 of 15) sorted by relevance
/openbmc/qemu/hw/ide/ |
H A D | ahci-internal.h | 194 #define ATA_SRST (1 << 2) /* software reset */ macro
|
H A D | ahci.c | 1251 if (cmd_fis[15] & ATA_SRST) { in handle_reg_h2d_fis() 1265 if (!(cmd_fis[15] & ATA_SRST)) { in handle_reg_h2d_fis()
|
/openbmc/u-boot/include/ |
H A D | libata.h | 112 ATA_SRST = (1 << 2), /* software reset */ enumerator
|
/openbmc/linux/drivers/ata/ |
H A D | pata_octeon_cf.c | 442 __raw_writew(ap->ctl | ATA_SRST, base + 0xe); in octeon_cf_softreset16() 997 __raw_writeb(ATA_SRST, cf_port->c0); in octeon_cf_shutdown()
|
H A D | sata_fsl.c | 948 tf.ctl |= ATA_SRST; /* setup SRST bit in taskfile control reg */ in sata_fsl_softreset() 999 tf.ctl &= ~ATA_SRST; /* 2nd H2D Ctl. register FIS */ in sata_fsl_softreset()
|
H A D | pata_ep93xx.c | 620 ep93xx_pata_write_reg(drv_data, ap->ctl | ATA_SRST, IDECTRL_ADDR_CTL); in ep93xx_pata_bus_softreset()
|
H A D | sata_rcar.c | 324 iowrite32(ap->ctl | ATA_SRST, ioaddr->ctl_addr); in sata_rcar_bus_softreset()
|
H A D | libahci.c | 1489 tf.ctl |= ATA_SRST; in ahci_do_softreset() 1501 tf.ctl &= ~ATA_SRST; in ahci_do_softreset()
|
H A D | libata-sff.c | 1886 iowrite8(ap->ctl | ATA_SRST, ioaddr->ctl_addr); in ata_bus_softreset()
|
/openbmc/linux/include/linux/ |
H A D | ata.h | 171 ATA_SRST = (1 << 2), /* software reset */ enumerator
|
/openbmc/u-boot/drivers/ata/ |
H A D | sata_sil3114.c | 65 writeb (port[num].ctl_reg | ATA_SRST, port[num].ioaddr.ctl_addr); in sata_bus_softreset()
|
/openbmc/linux/drivers/ata/pata_parport/ |
H A D | pata_parport.c | 157 pi->proto->write_regr(pi, 1, 6, ap->ctl | ATA_SRST); in pata_parport_bus_softreset()
|
/openbmc/linux/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_main.c | 1297 tf.ctl |= ATA_SRST; in hisi_sas_fill_ata_reset_cmd() 1299 tf.ctl &= ~ATA_SRST; in hisi_sas_fill_ata_reset_cmd()
|
H A D | hisi_sas_v3_hw.c | 514 ((fis.control & ATA_SRST) != 0))) 1452 (task->ata_task.fis.control & ATA_SRST)) in prep_ata_v3_hw()
|
H A D | hisi_sas_v2_hw.c | 2538 (task->ata_task.fis.control & ATA_SRST)) in prep_ata_v2_hw()
|