| /rk3399_ARM-atf/plat/imx/imx8ulp/ |
| H A D | imx8ulp_psci.c | 41 #define PMIC_CFG(v, m, msk) \ argument
|
| /rk3399_ARM-atf/drivers/renesas/common/emmc/ |
| H A D | emmc_std.h | 20 #define SETR_64(r, v) (*(volatile uint64_t *)(r) = (v)) argument 24 #define SETR_32(r, v) (*(volatile uint32_t *)(r) = (v)) argument 28 #define SETR_16(r, v) (*(volatile uint16_t *)(r) = (v)) argument 32 #define SETR_8(r, v) (*(volatile uint8_t *)(r) = (v)) argument
|
| /rk3399_ARM-atf/plat/imx/imx8ulp/upower/ |
| H A D | upower_soc_defs.h | 189 #define UPWR_VOLT_MILIV(v) (v) /* voltage in mV to argument value */ argument 190 #define UPWR_VOLT_MICROV(v)((v) / 1000U) /* voltage in uV to argument value */ argument 191 #define UPWR_BIAS_MILIV(v) (((v) + 49UL) / 50UL) /* bias voltage(mV) to argument value */ argument 192 #define UPWR_BIAS2MILIV(v) ((v) * 50UL) /* inverse of UPWR_BIAS_MILIV */ argument
|
| /rk3399_ARM-atf/drivers/renesas/rcar_gen4/pwrc/ |
| H A D | pwrc.c | 98 static void write_cpupwrctlr(u_register_t v) in write_cpupwrctlr()
|
| /rk3399_ARM-atf/drivers/renesas/common/ddr/ddr_b/ |
| H A D | boot_init_dram_config.c | 1871 static void pfc_write_and_poll(uint32_t a, uint32_t v) in pfc_write_and_poll()
|
| H A D | boot_init_dram.c | 352 static void cpg_write_32(uint32_t a, uint32_t v) in cpg_write_32()
|
| /rk3399_ARM-atf/plat/marvell/armada/a8k/common/ |
| H A D | plat_ble_setup.c | 42 #define SAR_CLOCK_FREQ_MODE(v) (((v) & SAR_CLOCK_FREQ_MODE_MASK) >> \ argument
|
| /rk3399_ARM-atf/drivers/mentor/i2c/ |
| H A D | mi2cv.c | 411 uint32_t v; in mentor_i2c_unstuck() local
|
| /rk3399_ARM-atf/include/lib/ |
| H A D | utils_def.h | 161 #define round_up_overflow(v, size, res) (__extension__({ \ argument
|
| /rk3399_ARM-atf/drivers/nxp/ifc/nand/ |
| H A D | ifc.h | 312 #define nand_out32(a, v) mmio_write_32((uintptr_t)a, bswap32(v)) argument 315 #define nand_out32(a, v) mmio_write_32((uintptr_t)a, v) argument
|
| /rk3399_ARM-atf/include/drivers/nxp/crypto/caam/ |
| H A D | sec_hw_specific.h | 203 #define sec_write_addr(a, v) sec_out64((a), (v)) argument 206 #define sec_write_addr(a, v) sec_out32((a), (v)) argument
|
| /rk3399_ARM-atf/include/drivers/nxp/sd/ |
| H A D | sd_mmc.h | 329 #define esdhc_out32(a, v) mmio_write_32((uintptr_t)(a), bswap32(v)) argument 332 #define esdhc_out32(a, v) mmio_write_32((uintptr_t)(a), (v)) argument
|
| /rk3399_ARM-atf/drivers/nxp/flexspi/nor/ |
| H A D | fspi.h | 18 #define fspi_out32(a, v) mmio_write_32((uintptr_t)(a), bswap32(v)) argument 21 #define fspi_out32(a, v) mmio_write_32((uintptr_t)(a), v) argument
|
| /rk3399_ARM-atf/plat/brcm/board/stingray/src/ |
| H A D | fsx.c | 182 unsigned int i, v, data; in fsx_init() local
|
| /rk3399_ARM-atf/plat/mediatek/drivers/cpu_pm/cpcv5_4/ |
| H A D | mt_cpu_pm_cpc.c | 509 #define sec_to_us(v) ((v) * 1000 * 1000ULL) argument
|
| /rk3399_ARM-atf/include/arch/aarch32/ |
| H A D | arch_helpers.h | 455 #define write_cnthp_cval_el2(v) write64_cnthp_cval_el2(v) argument
|
| /rk3399_ARM-atf/include/arch/aarch64/ |
| H A D | arch_helpers.h | 45 #define SYSREG_WRITE_CONST(reg_name, v) \ argument
|