Home
last modified time | relevance | path

Searched refs:SZ_8 (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/mach-tegra/
H A Diomap.h26 #define TEGRA_TMR1_SIZE SZ_8
29 #define TEGRA_TMR2_SIZE SZ_8
35 #define TEGRA_TMR3_SIZE SZ_8
38 #define TEGRA_TMR4_SIZE SZ_8
/OK3568_Linux_fs/kernel/arch/mips/loongson32/common/
H A Dreset.c40 wdt_reg_base = ioremap(LS1X_WDT_BASE, (SZ_4 + SZ_8)); in ls1x_reboot_setup()
/OK3568_Linux_fs/u-boot/include/linux/
H A Dsizes.h14 #define SZ_8 0x00000008 macro
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dsizes.h13 #define SZ_8 0x00000008 macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dsizes.h13 #define SZ_8 0x00000008 macro
/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dgpio-uniphier.c102 priv->base = devm_ioremap(dev, addr, SZ_8); in uniphier_gpio_probe()
/OK3568_Linux_fs/kernel/drivers/soc/qcom/
H A Dllcc-qcom.c45 #define LLCC_TRP_ATTR0_CFGn(n) (0x21000 + SZ_8 * n)
46 #define LLCC_TRP_ATTR1_CFGn(n) (0x21004 + SZ_8 * n)
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dvmlinux.lds.S11 . = ALIGN(SZ_8); \
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-gic-v3-its.c2776 return (id < (npg * psz / (esz * SZ_8))); in allocate_vpe_l2_table()
2779 idx = id >> ilog2(psz / (esz * SZ_8)); in allocate_vpe_l2_table()
2879 epp = psz / (esz * SZ_8); in allocate_vpe_l1_table()
2894 npg = DIV_ROUND_UP(nl2 * SZ_8, psz); in allocate_vpe_l1_table()