Searched defs:unit (Results 1 – 3 of 3) sorted by relevance
/trusted-firmware-a-latest/drivers/marvell/comphy/ |
D | phy-comphy-3700.h | 41 #define PHY_SHFT(unit) ((unit == PCIE) ? PCIEPHY_SHFT : USB3PHY_SHFT) argument 45 #define PWR_PLL_CTRL_ADDR(unit) (COMPHY_POWER_PLL_CTRL * PHY_SHFT(unit)) argument 69 #define KVCO_CAL_CTRL_ADDR(unit) (COMPHY_KVCO_CAL_CTRL * PHY_SHFT(unit)) argument 76 #define DIG_LOOPBACK_EN_ADDR(unit) (COMPHY_DIG_LOOPBACK_EN * \ argument 86 #define SYNC_PATTERN_ADDR(unit) (COMPHY_SYNC_PATTERN * PHY_SHFT(unit)) argument 96 #define ISOLATION_CTRL_ADDR(unit) (COMPHY_ISOLATION_REG * PHY_SHFT(unit)) argument 100 #define GEN2_SET2_ADDR(unit) (COMPHY_GEN2_SET2 * PHY_SHFT(unit)) argument 118 #define GEN3_SET2_ADDR(unit) (COMPHY_GEN3_SET2 * PHY_SHFT(unit)) argument 121 #define IDLE_SYNC_EN_ADDR(unit) (COMPHY_IDLE_SYNC_EN * PHY_SHFT(unit)) argument 126 #define MISC_CTRL0_ADDR(unit) (COMPHY_MISC_CTRL0 * PHY_SHFT(unit)) argument [all …]
|
/trusted-firmware-a-latest/plat/nvidia/tegra/include/t194/ |
D | tegra194_ras_private.h | 188 #define DEFINE_ONE_RAS_ERROR_MSG(unit, ras_bit, ierr, msg) \ argument 200 #define DEFINE_ENABLE_RAS_BIT(unit, ras_bit, ierr, msg) \ argument
|
/trusted-firmware-a-latest/drivers/renesas/common/emmc/ |
D | emmc_mount.c | 496 const uint32_t unit[8] = { 10000U, 100000U, 1000000U, 10000000U, in emmc_calc_tran_speed() local
|