Lines Matching +full:0 +full:x56
16 #define SATA_PHY0_CTLL 0xa0
18 #define MPLL_MULTIPLIER_MASK 0xfe
19 #define MPLL_MULTIPLIER_50M 0x3c
20 #define MPLL_MULTIPLIER_100M 0x1e
21 #define PHY_RESET BIT(0)
26 #define SATA_PORT_PHYCTL 0x174
27 #define SPEED_MODE_MASK 0x6f0000
33 #define SATA_PORT_PHYCTL1 0x148
34 #define AMPLITUDE_MASK 0x3ffffe
35 #define AMPLITUDE_GEN3 0x68
37 #define AMPLITUDE_GEN2 0x56
39 #define AMPLITUDE_GEN1 0x56
42 #define SATA_PORT_PHYCTL2 0x14c
43 #define PREEMPH_MASK 0x3ffff
44 #define PREEMPH_GEN3 0x20
46 #define PREEMPH_GEN2 0x15
48 #define PREEMPH_GEN1 0x5
49 #define PREEMPH_GEN1_SHIFT 0
57 SPEED_MODE_GEN1 = 0,
71 &data[0], 2); in hix5hd2_sata_phy_init()
77 regmap_update_bits(priv->peri_ctrl, data[0], in hix5hd2_sata_phy_init()
126 return 0; in hix5hd2_sata_phy_init()
146 res = platform_get_resource(pdev, IORESOURCE_MEM, 0); in hix5hd2_sata_phy_probe()