Home
last modified time | relevance | path

Searched refs:PHY_BASE (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/phy/marvell/
H A Dcomphy_a3700.h74 #define PHY_BASE(unit) ((unit == PCIE) ? PCIEPHY_BASE : USB3PHY_BASE) macro
85 (PHY_PWR_PLL_CTRL_ADDR * PHY_SHFT(unit) + PHY_BASE(unit))
95 (PHY_REG_KVCO_CAL_CTRL_ADDR * PHY_SHFT(unit) + PHY_BASE(unit))
102 (PHY_DIG_LB_EN_ADDR * PHY_SHFT(unit) + PHY_BASE(unit))
109 (PHY_SYNC_PATTERN_ADDR * PHY_SHFT(unit) + PHY_BASE(unit))
116 (PHY_REG_UNIT_CTRL_ADDR * PHY_SHFT(unit) + PHY_BASE(unit))
122 (PHY_REG_GEN2_SETTINGS_2 * PHY_SHFT(unit) + PHY_BASE(unit))
128 (PHY_REG_GEN2_SETTINGS_3 * PHY_SHFT(unit) + PHY_BASE(unit))
133 (PHY_MISC_REG0_ADDR * PHY_SHFT(unit) + PHY_BASE(unit))
141 (PHY_REG_IFACE_REF_CLK_CTRL_ADDR * PHY_SHFT(unit) + PHY_BASE(unit))
[all …]
/OK3568_Linux_fs/kernel/drivers/atm/
H A Dmidway.h22 #define PHY_BASE 0x00020000 /* offset of PHY register are */ macro
H A Diphase.h635 #define PHY_BASE IPHASE5575_FRONT_END_REG_BASE macro
H A Diphase.c2391 iadev->phy = base + PHY_BASE;
2392 iadev->dma = base + PHY_BASE;
H A Deni.c1747 eni_dev->phy = base+PHY_BASE; in eni_do_init()