Lines Matching +full:0 +full:x56
15 #define SATA_PHY0_CTLL 0xa0
17 #define MPLL_MULTIPLIER_MASK 0xfe
18 #define MPLL_MULTIPLIER_50M 0x3c
19 #define MPLL_MULTIPLIER_100M 0x1e
20 #define PHY_RESET BIT(0)
25 #define SATA_PORT_PHYCTL 0x174
26 #define SPEED_MODE_MASK 0x6f0000
32 #define SATA_PORT_PHYCTL1 0x148
33 #define AMPLITUDE_MASK 0x3ffffe
34 #define AMPLITUDE_GEN3 0x68
36 #define AMPLITUDE_GEN2 0x56
38 #define AMPLITUDE_GEN1 0x56
41 #define SATA_PORT_PHYCTL2 0x14c
42 #define PREEMPH_MASK 0x3ffff
43 #define PREEMPH_GEN3 0x20
45 #define PREEMPH_GEN2 0x15
47 #define PREEMPH_GEN1 0x5
48 #define PREEMPH_GEN1_SHIFT 0
56 SPEED_MODE_GEN1 = 0,
70 &data[0], 2); in hix5hd2_sata_phy_init()
76 regmap_update_bits(priv->peri_ctrl, data[0], in hix5hd2_sata_phy_init()
125 return 0; in hix5hd2_sata_phy_init()
145 res = platform_get_resource(pdev, IORESOURCE_MEM, 0); in hix5hd2_sata_phy_probe()