Lines Matching refs:HCONTROL

96 	HCONTROL = 0x2C,  enumerator
544 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_freeze()
545 iowrite32((temp & ~0x3F), hcr_base + HCONTROL); in sata_fsl_freeze()
548 ioread32(hcr_base + HCONTROL), ioread32(hcr_base + HSTATUS)); in sata_fsl_freeze()
566 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_thaw()
567 iowrite32((temp | DEFAULT_PORT_IRQ_ENABLE_MASK), hcr_base + HCONTROL); in sata_fsl_thaw()
570 ioread32(hcr_base + HCONTROL), ioread32(hcr_base + HSTATUS)); in sata_fsl_thaw()
579 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_pmp_attach()
580 iowrite32((temp | HCONTROL_PMP_ATTACHED), hcr_base + HCONTROL); in sata_fsl_pmp_attach()
589 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_pmp_detach()
591 iowrite32(temp, hcr_base + HCONTROL); in sata_fsl_pmp_detach()
594 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_pmp_detach()
595 iowrite32((temp | DEFAULT_PORT_IRQ_ENABLE_MASK), hcr_base + HCONTROL); in sata_fsl_pmp_detach()
646 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_port_start()
647 iowrite32((temp | HCONTROL_ONLINE_PHY_RST), hcr_base + HCONTROL); in sata_fsl_port_start()
650 VPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL)); in sata_fsl_port_start()
682 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_port_stop()
685 iowrite32(temp, hcr_base + HCONTROL); in sata_fsl_port_stop()
708 VPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL)); in sata_fsl_dev_classify()
734 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_hardreset()
736 iowrite32(temp, hcr_base + HCONTROL); in sata_fsl_hardreset()
758 VPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL)); in sata_fsl_hardreset()
772 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_hardreset()
775 iowrite32(temp, hcr_base + HCONTROL); in sata_fsl_hardreset()
787 VPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL)); in sata_fsl_hardreset()
902 DPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL)); in sata_fsl_softreset()
1239 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_init_controller()
1240 iowrite32((temp & ~0x3F), hcr_base + HCONTROL); in sata_fsl_init_controller()
1256 DPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL)); in sata_fsl_init_controller()