Searched refs:PHY_BASE (Results 1 – 5 of 5) sorted by relevance
74 #define PHY_BASE(unit) ((unit == PCIE) ? PCIEPHY_BASE : USB3PHY_BASE) macro85 (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 …]
22 #define PHY_BASE 0x00020000 /* offset of PHY register are */ macro
635 #define PHY_BASE IPHASE5575_FRONT_END_REG_BASE macro
2391 iadev->phy = base + PHY_BASE; 2392 iadev->dma = base + PHY_BASE;
1747 eni_dev->phy = base+PHY_BASE; in eni_do_init()