Lines Matching refs:HCONTROL

117 	HCONTROL = 0x2C,  enumerator
668 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_freeze()
669 iowrite32((temp & ~0x3F), hcr_base + HCONTROL); in sata_fsl_freeze()
672 ioread32(hcr_base + HCONTROL), ioread32(hcr_base + HSTATUS)); in sata_fsl_freeze()
690 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_thaw()
691 iowrite32((temp | DEFAULT_PORT_IRQ_ENABLE_MASK), hcr_base + HCONTROL); in sata_fsl_thaw()
694 ioread32(hcr_base + HCONTROL), ioread32(hcr_base + HSTATUS)); in sata_fsl_thaw()
703 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_pmp_attach()
704 iowrite32((temp | HCONTROL_PMP_ATTACHED), hcr_base + HCONTROL); in sata_fsl_pmp_attach()
713 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_pmp_detach()
715 iowrite32(temp, hcr_base + HCONTROL); in sata_fsl_pmp_detach()
718 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_pmp_detach()
719 iowrite32((temp | DEFAULT_PORT_IRQ_ENABLE_MASK), hcr_base + HCONTROL); in sata_fsl_pmp_detach()
769 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_port_start()
770 iowrite32((temp | HCONTROL_ONLINE_PHY_RST), hcr_base + HCONTROL); in sata_fsl_port_start()
773 VPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL)); in sata_fsl_port_start()
790 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_port_stop()
793 iowrite32(temp, hcr_base + HCONTROL); in sata_fsl_port_stop()
816 VPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL)); in sata_fsl_dev_classify()
842 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_hardreset()
844 iowrite32(temp, hcr_base + HCONTROL); in sata_fsl_hardreset()
865 VPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL)); in sata_fsl_hardreset()
881 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_hardreset()
884 iowrite32(temp, hcr_base + HCONTROL); in sata_fsl_hardreset()
895 VPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL)); in sata_fsl_hardreset()
1008 DPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL)); in sata_fsl_softreset()
1236 hcontrol = ioread32(hcr_base + HCONTROL); in sata_fsl_host_intr()
1238 hcr_base + HCONTROL); in sata_fsl_host_intr()
1242 hcr_base + HCONTROL); in sata_fsl_host_intr()
1368 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_init_controller()
1369 iowrite32(temp & ~HCONTROL_LEGACY, hcr_base + HCONTROL); in sata_fsl_init_controller()
1377 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_init_controller()
1378 iowrite32((temp & ~0x3F), hcr_base + HCONTROL); in sata_fsl_init_controller()
1401 DPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL)); in sata_fsl_init_controller()
1603 iowrite32((ioread32(hcr_base + HCONTROL) in sata_fsl_resume()
1607 hcr_base + HCONTROL); in sata_fsl_resume()