Home
last modified time | relevance | path

Searched refs:ATA_SRST (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/hw/ide/
H A Dahci_internal.h194 #define ATA_SRST (1 << 2) /* software reset */ macro
H A Dahci.c1248 if (cmd_fis[15] & ATA_SRST) { in handle_reg_h2d_fis()
1262 if (!(cmd_fis[15] & ATA_SRST)) { in handle_reg_h2d_fis()
/openbmc/u-boot/include/
H A Dlibata.h112 ATA_SRST = (1 << 2), /* software reset */ enumerator
/openbmc/linux/drivers/ata/
H A Dpata_octeon_cf.c442 __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 Dsata_fsl.c948 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 Dpata_ep93xx.c620 ep93xx_pata_write_reg(drv_data, ap->ctl | ATA_SRST, IDECTRL_ADDR_CTL); in ep93xx_pata_bus_softreset()
H A Dsata_rcar.c324 iowrite32(ap->ctl | ATA_SRST, ioaddr->ctl_addr); in sata_rcar_bus_softreset()
H A Dlibahci.c1489 tf.ctl |= ATA_SRST; in ahci_do_softreset()
1501 tf.ctl &= ~ATA_SRST; in ahci_do_softreset()
H A Dlibata-sff.c1884 iowrite8(ap->ctl | ATA_SRST, ioaddr->ctl_addr); in ata_bus_softreset()
/openbmc/linux/include/linux/
H A Data.h171 ATA_SRST = (1 << 2), /* software reset */ enumerator
/openbmc/u-boot/drivers/ata/
H A Dsata_sil3114.c65 writeb (port[num].ctl_reg | ATA_SRST, port[num].ioaddr.ctl_addr); in sata_bus_softreset()
/openbmc/linux/drivers/ata/pata_parport/
H A Dpata_parport.c157 pi->proto->write_regr(pi, 1, 6, ap->ctl | ATA_SRST); in pata_parport_bus_softreset()
/openbmc/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c1297 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 Dhisi_sas_v3_hw.c514 ((fis.control & ATA_SRST) != 0)))
1453 (task->ata_task.fis.control & ATA_SRST)) in prep_ata_v3_hw()
H A Dhisi_sas_v2_hw.c2538 (task->ata_task.fis.control & ATA_SRST)) in prep_ata_v2_hw()