Home
last modified time | relevance | path

Searched refs:softreset (Results 1 – 24 of 24) sorted by relevance

/drivers/misc/genwqe/
A Dcard_sysfs.c170 switch ((cd->softreset & 0xc) >> 2) { in next_bitstream_show()
196 cd->softreset = 0x78; in next_bitstream_store()
199 cd->softreset = 0x7c; in next_bitstream_store()
205 __genwqe_writeq(cd, IO_SLC_CFGREG_SOFTRESET, cd->softreset); in next_bitstream_store()
A Dcard_base.c514 cd->softreset = 0x7Cull; in genwqe_start()
516 cd->softreset); in genwqe_start()
619 cd->softreset = 0x70ull; in genwqe_recover_card()
620 __genwqe_writeq(cd, IO_SLC_CFGREG_SOFTRESET, cd->softreset); in genwqe_recover_card()
883 (cd->softreset & 0xcull) | 0x70ull); in genwqe_reload_bistream()
A Dcard_base.h310 u64 softreset; member
A Dcard_utils.c711 cd->softreset = (bitstream == 0) ? 0x8ull : 0xcull; in genwqe_read_softreset()
/drivers/ata/
A Dahci_dm816.c127 .reset.softreset = ahci_dm816_softreset,
A Dahci_da850.c140 .reset.softreset = ahci_da850_softreset,
A Dahci_imx.c645 ret = ahci_pmp_retry_srst_ops.reset.softreset(link, class, in ahci_imx_softreset()
648 ret = ahci_ops.reset.softreset(link, class, deadline); in ahci_imx_softreset()
657 .reset.softreset = ahci_imx_softreset,
A Dahci_xgene.c617 .reset.softreset = xgene_ahci_softreset,
618 .pmp_reset.softreset = xgene_ahci_pmp_softreset,
A Dlibata-eh.c2808 ata_reset_fn_t softreset = reset_ops->softreset; in ata_eh_reset() local
2833 softreset = NULL; in ata_eh_reset()
2877 } else if (softreset) { in ata_eh_reset()
2878 reset = softreset; in ata_eh_reset()
2948 reset == softreset ? "soft" : "hard"); in ata_eh_reset()
2999 reset = softreset; in ata_eh_reset()
A Dsata_svw.c343 .reset.softreset = k2_sata_softreset,
A Dsata_sil24.c396 .reset.softreset = sil24_softreset,
398 .pmp_reset.softreset = sil24_softreset,
A Dsata_qstor.c127 .reset.softreset = ATA_OP_NULL,
A Dsata_fsl.c1398 .reset.softreset = sata_fsl_softreset,
1400 .pmp_reset.softreset = sata_fsl_softreset,
A Dlibahci.c166 .reset.softreset = ahci_softreset,
169 .pmp_reset.softreset = ahci_softreset,
196 .reset.softreset = ahci_pmp_retry_softreset,
A Dpata_ep93xx.c882 .reset.softreset = ep93xx_pata_softreset,
A Dpata_octeon_cf.c944 octeon_cf_ops.reset.softreset = octeon_cf_softreset16; in octeon_cf_probe()
A Dsata_rcar.c627 .reset.softreset = sata_rcar_softreset,
A Dsata_promise.c209 .reset.softreset = pdc_pata_softreset,
A Dsata_sx4.c244 .reset.softreset = pdc_softreset,
A Dsata_mv.c713 .reset.softreset = mv_softreset,
715 .pmp_reset.softreset = mv_softreset,
A Dlibata-sff.c35 .reset.softreset = ata_sff_softreset,
/drivers/scsi/
A DBusLogic.h954 bool softreset:1; /* Byte 20 Bit 2 */ member
A DBusLogic.c1098 fpinfo->softreset = !hard_reset; in blogic_hwreset()
1268 adapter->reset_enabled = !fpinfo->softreset; in blogic_rdconfig()
/drivers/ata/pata_parport/
A Dpata_parport.c324 .reset.softreset = pata_parport_softreset,

Completed in 76 milliseconds