Lines Matching refs:comphy_indir_regs

292 	uintptr_t comphy_indir_regs = COMPHY_INDIRECT_REG;  in mvebu_a3700_comphy_sata_power_on()  local
305 comphy_sata_set_indirect(comphy_indir_regs, offset, 0, PHY_ISOLATE_MODE); in mvebu_a3700_comphy_sata_power_on()
314 comphy_sata_set_indirect(comphy_indir_regs, offset, data, TXD_INVERT_BIT | in mvebu_a3700_comphy_sata_power_on()
319 comphy_sata_set_indirect(comphy_indir_regs, offset, DATA_WIDTH_40BIT, in mvebu_a3700_comphy_sata_power_on()
329 comphy_sata_set_indirect(comphy_indir_regs, offset, ref_clk | PHY_MODE_SATA, in mvebu_a3700_comphy_sata_power_on()
334 comphy_sata_set_indirect(comphy_indir_regs, offset, USE_MAX_PLL_RATE_BIT, in mvebu_a3700_comphy_sata_power_on()
338 comphy_sata_set_indirect(comphy_indir_regs, COMPHY_RESERVED_REG, 0, in mvebu_a3700_comphy_sata_power_on()
354 mmio_write_32(comphy_indir_regs + COMPHY_LANE2_INDIR_ADDR_OFFSET, in mvebu_a3700_comphy_sata_power_on()
357 ret = polling_with_timeout(comphy_indir_regs + in mvebu_a3700_comphy_sata_power_on()
958 uintptr_t comphy_indir_regs = COMPHY_INDIRECT_REG; in mvebu_a3700_comphy_sata_power_off() local
965 comphy_sata_set_indirect(comphy_indir_regs, offset, PHY_ISOLATE_MODE, in mvebu_a3700_comphy_sata_power_off()
970 comphy_sata_set_indirect(comphy_indir_regs, offset, 0, in mvebu_a3700_comphy_sata_power_off()
1021 uintptr_t comphy_indir_regs = COMPHY_INDIRECT_REG; in mvebu_a3700_comphy_sata_is_pll_locked() local
1027 mmio_write_32(comphy_indir_regs + COMPHY_LANE2_INDIR_ADDR_OFFSET, in mvebu_a3700_comphy_sata_is_pll_locked()
1029 addr = comphy_indir_regs + COMPHY_LANE2_INDIR_DATA_OFFSET; in mvebu_a3700_comphy_sata_is_pll_locked()