Lines Matching refs:HCONTROL
118 HCONTROL = 0x2C, enumerator
663 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_freeze()
664 iowrite32((temp & ~0x3F), hcr_base + HCONTROL); in sata_fsl_freeze()
667 ioread32(hcr_base + HCONTROL), ioread32(hcr_base + HSTATUS)); in sata_fsl_freeze()
685 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_thaw()
686 iowrite32((temp | DEFAULT_PORT_IRQ_ENABLE_MASK), hcr_base + HCONTROL); in sata_fsl_thaw()
689 ioread32(hcr_base + HCONTROL), ioread32(hcr_base + HSTATUS)); in sata_fsl_thaw()
698 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_pmp_attach()
699 iowrite32((temp | HCONTROL_PMP_ATTACHED), hcr_base + HCONTROL); in sata_fsl_pmp_attach()
708 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_pmp_detach()
710 iowrite32(temp, hcr_base + HCONTROL); in sata_fsl_pmp_detach()
713 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_pmp_detach()
714 iowrite32((temp | DEFAULT_PORT_IRQ_ENABLE_MASK), hcr_base + HCONTROL); in sata_fsl_pmp_detach()
764 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_port_start()
765 iowrite32((temp | HCONTROL_ONLINE_PHY_RST), hcr_base + HCONTROL); in sata_fsl_port_start()
768 VPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL)); in sata_fsl_port_start()
785 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_port_stop()
788 iowrite32(temp, hcr_base + HCONTROL); in sata_fsl_port_stop()
811 VPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL)); in sata_fsl_dev_classify()
837 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_hardreset()
839 iowrite32(temp, hcr_base + HCONTROL); in sata_fsl_hardreset()
860 VPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL)); in sata_fsl_hardreset()
876 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_hardreset()
879 iowrite32(temp, hcr_base + HCONTROL); in sata_fsl_hardreset()
890 VPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL)); in sata_fsl_hardreset()
1003 DPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL)); in sata_fsl_softreset()
1230 hcontrol = ioread32(hcr_base + HCONTROL); in sata_fsl_host_intr()
1232 hcr_base + HCONTROL); in sata_fsl_host_intr()
1236 hcr_base + HCONTROL); in sata_fsl_host_intr()
1362 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_init_controller()
1363 iowrite32(temp & ~HCONTROL_LEGACY, hcr_base + HCONTROL); in sata_fsl_init_controller()
1371 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_init_controller()
1372 iowrite32((temp & ~0x3F), hcr_base + HCONTROL); in sata_fsl_init_controller()
1395 DPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL)); in sata_fsl_init_controller()
1595 iowrite32((ioread32(hcr_base + HCONTROL) in sata_fsl_resume()
1599 hcr_base + HCONTROL); in sata_fsl_resume()