Lines Matching refs:HCONTROL

118 	HCONTROL = 0x2C,  enumerator
669 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_freeze()
670 iowrite32((temp & ~0x3F), hcr_base + HCONTROL); in sata_fsl_freeze()
673 ioread32(hcr_base + HCONTROL), ioread32(hcr_base + HSTATUS)); in sata_fsl_freeze()
691 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_thaw()
692 iowrite32((temp | DEFAULT_PORT_IRQ_ENABLE_MASK), hcr_base + HCONTROL); in sata_fsl_thaw()
695 ioread32(hcr_base + HCONTROL), ioread32(hcr_base + HSTATUS)); in sata_fsl_thaw()
704 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_pmp_attach()
705 iowrite32((temp | HCONTROL_PMP_ATTACHED), hcr_base + HCONTROL); in sata_fsl_pmp_attach()
714 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_pmp_detach()
716 iowrite32(temp, hcr_base + HCONTROL); in sata_fsl_pmp_detach()
719 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_pmp_detach()
720 iowrite32((temp | DEFAULT_PORT_IRQ_ENABLE_MASK), hcr_base + HCONTROL); in sata_fsl_pmp_detach()
770 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_port_start()
771 iowrite32((temp | HCONTROL_ONLINE_PHY_RST), hcr_base + HCONTROL); in sata_fsl_port_start()
774 VPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL)); in sata_fsl_port_start()
791 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_port_stop()
794 iowrite32(temp, hcr_base + HCONTROL); in sata_fsl_port_stop()
817 VPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL)); in sata_fsl_dev_classify()
843 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_hardreset()
845 iowrite32(temp, hcr_base + HCONTROL); in sata_fsl_hardreset()
866 VPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL)); in sata_fsl_hardreset()
882 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_hardreset()
885 iowrite32(temp, hcr_base + HCONTROL); in sata_fsl_hardreset()
896 VPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL)); in sata_fsl_hardreset()
1009 DPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL)); in sata_fsl_softreset()
1237 hcontrol = ioread32(hcr_base + HCONTROL); in sata_fsl_host_intr()
1239 hcr_base + HCONTROL); in sata_fsl_host_intr()
1243 hcr_base + HCONTROL); in sata_fsl_host_intr()
1369 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_init_controller()
1370 iowrite32(temp & ~HCONTROL_LEGACY, hcr_base + HCONTROL); in sata_fsl_init_controller()
1378 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_init_controller()
1379 iowrite32((temp & ~0x3F), hcr_base + HCONTROL); in sata_fsl_init_controller()
1402 DPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL)); in sata_fsl_init_controller()
1604 iowrite32((ioread32(hcr_base + HCONTROL) in sata_fsl_resume()
1608 hcr_base + HCONTROL); in sata_fsl_resume()