Lines Matching refs:HCONTROL
113 HCONTROL = 0x2C, enumerator
660 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_freeze()
661 iowrite32((temp & ~0x3F), hcr_base + HCONTROL); in sata_fsl_freeze()
664 ioread32(hcr_base + HCONTROL), ioread32(hcr_base + HSTATUS)); in sata_fsl_freeze()
682 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_thaw()
683 iowrite32((temp | DEFAULT_PORT_IRQ_ENABLE_MASK), hcr_base + HCONTROL); in sata_fsl_thaw()
686 ioread32(hcr_base + HCONTROL), ioread32(hcr_base + HSTATUS)); in sata_fsl_thaw()
695 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_pmp_attach()
696 iowrite32((temp | HCONTROL_PMP_ATTACHED), hcr_base + HCONTROL); in sata_fsl_pmp_attach()
705 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_pmp_detach()
707 iowrite32(temp, hcr_base + HCONTROL); in sata_fsl_pmp_detach()
710 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_pmp_detach()
711 iowrite32((temp | DEFAULT_PORT_IRQ_ENABLE_MASK), hcr_base + HCONTROL); in sata_fsl_pmp_detach()
761 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_port_start()
762 iowrite32((temp | HCONTROL_ONLINE_PHY_RST), hcr_base + HCONTROL); in sata_fsl_port_start()
765 VPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL)); in sata_fsl_port_start()
782 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_port_stop()
785 iowrite32(temp, hcr_base + HCONTROL); in sata_fsl_port_stop()
808 VPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL)); in sata_fsl_dev_classify()
834 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_hardreset()
836 iowrite32(temp, hcr_base + HCONTROL); in sata_fsl_hardreset()
857 VPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL)); in sata_fsl_hardreset()
873 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_hardreset()
876 iowrite32(temp, hcr_base + HCONTROL); in sata_fsl_hardreset()
887 VPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL)); in sata_fsl_hardreset()
1000 DPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL)); in sata_fsl_softreset()
1227 hcontrol = ioread32(hcr_base + HCONTROL); in sata_fsl_host_intr()
1229 hcr_base + HCONTROL); in sata_fsl_host_intr()
1233 hcr_base + HCONTROL); in sata_fsl_host_intr()
1359 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_init_controller()
1360 iowrite32(temp & ~HCONTROL_LEGACY, hcr_base + HCONTROL); in sata_fsl_init_controller()
1368 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_init_controller()
1369 iowrite32((temp & ~0x3F), hcr_base + HCONTROL); in sata_fsl_init_controller()
1392 DPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL)); in sata_fsl_init_controller()
1598 iowrite32((ioread32(hcr_base + HCONTROL) in sata_fsl_resume()
1602 hcr_base + HCONTROL); in sata_fsl_resume()