Searched refs:ATA_SRST (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/drivers/ata/ |
| H A D | pata_octeon_cf.c | 442 __raw_writew(ap->ctl | ATA_SRST, base + 0xe); in octeon_cf_softreset16() 995 __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 | 618 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 | 1487 tf.ctl |= ATA_SRST; in ahci_do_softreset() 1499 tf.ctl &= ~ATA_SRST; in ahci_do_softreset()
|
| H A D | libata-sff.c | 1885 iowrite8(ap->ctl | ATA_SRST, ioaddr->ctl_addr); in ata_bus_softreset()
|
| /linux-6.15/include/linux/ |
| H A D | ata.h | 171 ATA_SRST = (1 << 2), /* software reset */ enumerator
|
| /linux-6.15/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()
|
| /linux-6.15/drivers/scsi/hisi_sas/ |
| H A D | hisi_sas_main.c | 1341 tf.ctl |= ATA_SRST; in hisi_sas_fill_ata_reset_cmd() 1343 tf.ctl &= ~ATA_SRST; in hisi_sas_fill_ata_reset_cmd()
|
| H A D | hisi_sas_v3_hw.c | 519 ((fis.control & ATA_SRST) != 0))) 1466 (task->ata_task.fis.control & ATA_SRST)) in prep_ata_v3_hw()
|
| H A D | hisi_sas_v2_hw.c | 2543 (task->ata_task.fis.control & ATA_SRST)) in prep_ata_v2_hw()
|