Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 51) sorted by relevance

123

/rk3399_ARM-atf/plat/allwinner/common/include/
H A Dsunxi_cpucfg_ncat2.h13 #define SUNXI_CPUCFG_CLS_CTRL_REG0(c) (SUNXI_C0_CPUXCFG_BASE + 0x0010) argument
14 #define SUNXI_CPUCFG_CLS_CTRL_REG1(c) (SUNXI_C0_CPUXCFG_BASE + 0x0014) argument
18 #define SUNXI_CPUCFG_RST_CTRL_REG(c) (SUNXI_C0_CPUXCFG_BASE + 0x0000) argument
19 #define SUNXI_CPUCFG_GEN_CTRL_REG0(c) (SUNXI_CPUCFG_BASE + 0x0000) argument
23 #define SUNXI_POWERON_RST_REG(c) (SUNXI_R_CPUCFG_BASE + 0x0040 + (c) * 4) argument
24 #define SUNXI_POWEROFF_GATING_REG(c) (SUNXI_R_CPUCFG_BASE + 0x0044 + (c) * 4) argument
25 #define SUNXI_CPU_POWER_CLAMP_REG(c, n) (SUNXI_R_CPUCFG_BASE + 0x0050 + \ argument
H A Dsunxi_cpucfg_ncat.h13 #define SUNXI_CPUCFG_CLS_CTRL_REG0(c) (SUNXI_CPUCFG_BASE + 0x0010 + (c) * 0x10) argument
14 #define SUNXI_CPUCFG_CLS_CTRL_REG1(c) (SUNXI_CPUCFG_BASE + 0x0014 + (c) * 0x10) argument
19 #define SUNXI_CPUCFG_RST_CTRL_REG(c) (SUNXI_CPUCFG_BASE + 0x0000 + (c) * 4) argument
29 #define SUNXI_POWERON_RST_REG(c) (SUNXI_R_CPUCFG_BASE + 0x0040 + (c) * 4) argument
30 #define SUNXI_POWEROFF_GATING_REG(c) (SUNXI_R_CPUCFG_BASE + 0x0044 + (c) * 4) argument
31 #define SUNXI_CPU_POWER_CLAMP_REG(c, n) (SUNXI_R_CPUCFG_BASE + 0x0050 + \ argument
/rk3399_ARM-atf/plat/allwinner/sun50i_a64/include/
H A Dsunxi_cpucfg.h13 #define SUNXI_CPUCFG_CLS_CTRL_REG0(c) (SUNXI_CPUCFG_BASE + 0x0000 + (c) * 16) argument
14 #define SUNXI_CPUCFG_CLS_CTRL_REG1(c) (SUNXI_CPUCFG_BASE + 0x0004 + (c) * 16) argument
19 #define SUNXI_CPUCFG_CPU_STS_REG(c) (SUNXI_CPUCFG_BASE + 0x0030 + (c) * 4) argument
21 #define SUNXI_CPUCFG_RST_CTRL_REG(c) (SUNXI_CPUCFG_BASE + 0x0080 + (c) * 4) argument
25 #define SUNXI_CPU_POWER_CLAMP_REG(c, n) (SUNXI_R_PRCM_BASE + 0x0140 + \ argument
27 #define SUNXI_POWEROFF_GATING_REG(c) (SUNXI_R_PRCM_BASE + 0x0100 + (c) * 4) argument
29 #define SUNXI_POWERON_RST_REG(c) (SUNXI_R_CPUCFG_BASE + 0x0030 + (c) * 4) argument
/rk3399_ARM-atf/lib/debugfs/
H A Ddevfip.c22 chan_t *c; member
96 static int get_entry(chan_t *c, struct fip_entry *entry) in get_entry()
119 static int fipgen(chan_t *c, const dirtab_t *tab, int ntab, int n, dir_t *dir) in fipgen()
174 static int fipwalk(chan_t *c, const char *name) in fipwalk()
179 static int fipstat(chan_t *c, const char *file, dir_t *dir) in fipstat()
188 static int fipread(chan_t *c, void *buf, int n) in fipread()
244 static chan_t *fipmount(chan_t *c, const char *spec) in fipmount()
/rk3399_ARM-atf/drivers/console/
H A Dmulti_console.c79 static int do_putc(int c, console_t *console) in do_putc()
93 int console_putc(int c) in console_putc()
109 int putchar(int c) in putchar()
/rk3399_ARM-atf/drivers/renesas/common/pwrc/
H A Dpwrc.c143 #define IS_A53A57(c) ((c) == RCAR_CLUSTER_A53A57) argument
144 #define IS_CA57(c) ((c) == RCAR_CLUSTER_CA57) argument
145 #define IS_CA53(c) ((c) == RCAR_CLUSTER_CA53) argument
158 uint32_t c; in rcar_pwrc_status() local
188 uint32_t c, sysc_reg_bit; in scu_power_up() local
244 uint32_t limit, c; in rcar_pwrc_cpuon() local
267 uint32_t c; in rcar_pwrc_cpuoff() local
288 uint32_t c, shift_irq, shift_fiq; in rcar_pwrc_enable_interrupt_wakeup() local
308 uint32_t c, shift_irq, shift_fiq; in rcar_pwrc_disable_interrupt_wakeup() local
351 uint32_t c, product, cut, reg; in rcar_pwrc_clusteroff() local
[all …]
/rk3399_ARM-atf/plat/rockchip/rk3399/drivers/m0/include/
H A Drk3399_mcu.h14 #define mmio_read_32(c) ({unsigned int __v = \ argument
16 #define mmio_write_32(c, v) ((*(volatile unsigned int *)(c)) = (v)) argument
/rk3399_ARM-atf/lib/libc/
H A Dputchar.c10 int putchar(int c) in putchar()
H A Dstrchr.c43 char c; in strchr() local
H A Dmemchr.c10 void *memchr(const void *src, int c, size_t len) in memchr()
H A Dstrrchr.c39 char c; in strrchr() local
H A Dmemrchr.c11 void *memrchr(const void *src, int c, size_t len) in memrchr()
H A Dstrtok.c43 int c, sc; in strtok_r() local
H A Dstrtol.c52 char c; in strtol() local
H A Dstrtoll.c52 char c; in strtoll() local
H A Dstrtoull.c53 char c; in strtoull() local
[all...]
H A Dstrtoul.c52 char c; in strtoul() local
[all...]
/rk3399_ARM-atf/plat/imx/imx8ulp/
H A Dimx8ulp_psci.c37 #define RVBARADDRx(c) (IMX_SIM1_BASE + 0x5c + 0x4 * (c)) argument
38 #define WKPUx(c) (IMX_SIM1_BASE + 0x3c + 0x4 * (c)) argument
39 #define AD_COREx_LPMODE(c) (IMX_CMC1_BASE + 0x50 + 0x4 * (c)) argument
48 #define PAD_CFG(c, r, t) \ argument
/rk3399_ARM-atf/plat/socionext/uniphier/
H A Duniphier_scp.c24 #define UNIPHIER_SCP_IS_CTRL_CODE(c) (0xA0 <= (c) && (c) <= 0xA6) argument
74 uint8_t c; in uniphier_scp_send_cmd() local
/rk3399_ARM-atf/drivers/arm/dcc/
H A Ddcc_console.c60 char c; in __dcc_getchar() local
68 static inline void __dcc_putchar(char c) in __dcc_putchar()
/rk3399_ARM-atf/lib/zlib/
H A Dzutil.h231 # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;} argument
232 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;} argument
238 # define Tracec(c,x) argument
239 # define Tracecv(c,x) argument
/rk3399_ARM-atf/lib/compiler-rt/builtins/
H A Dassembly.h185 #define JMPc(r, c) bx##c r argument
188 #define JMPc(r, c) mov##c pc, r argument
230 #define GLUE3_(a, b, c) a##b##c argument
231 #define GLUE3(a, b, c) GLUE3_(a, b, c) argument
232 #define GLUE4_(a, b, c, d) a##b##c##d argument
233 #define GLUE4(a, b, c, d) GLUE4_(a, b, c, d) argument
/rk3399_ARM-atf/drivers/renesas/common/scif/
H A Dscif-common.c49 int console_rcar_putc(int c, console_t *pconsole) in console_rcar_putc()
/rk3399_ARM-atf/include/drivers/partition/
H A Defi.h28 #define EFI_GUID(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
/rk3399_ARM-atf/include/lib/fconf/
H A Dfconf.h14 #define FCONF_GET_PROPERTY(a, b, c) a##__##b##_getter(c) argument

123