Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/ata/
Dsata_fsl.c160 HCONTROL_ONLINE_PHY_RST = (1 << 31), enumerator
748 iowrite32((temp | HCONTROL_ONLINE_PHY_RST), hcr_base + HCONTROL); in sata_fsl_port_start()
769 temp &= ~HCONTROL_ONLINE_PHY_RST; in sata_fsl_port_stop()
818 temp &= ~HCONTROL_ONLINE_PHY_RST; in sata_fsl_hardreset()
858 temp |= (HCONTROL_ONLINE_PHY_RST | HCONTROL_SNOOP_ENABLE); in sata_fsl_hardreset()
1571 | HCONTROL_ONLINE_PHY_RST in sata_fsl_resume()