Home
last modified time | relevance | path

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

12

/arm-trusted-firmware-2.8.0/plat/allwinner/sun50i_r329/include/
A Dsunxi_cpucfg.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
/arm-trusted-firmware-2.8.0/plat/allwinner/sun50i_a64/include/
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
/arm-trusted-firmware-2.8.0/plat/allwinner/sun50i_h6/include/
A Dsunxi_cpucfg.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
18 #define SUNXI_CPUCFG_RST_CTRL_REG(c) (SUNXI_CPUCFG_BASE + 0x0000 + (c) * 4) argument
22 #define SUNXI_POWERON_RST_REG(c) (SUNXI_R_CPUCFG_BASE + 0x0040 + (c) * 4) argument
23 #define SUNXI_POWEROFF_GATING_REG(c) (SUNXI_R_CPUCFG_BASE + 0x0044 + (c) * 4) argument
24 #define SUNXI_CPU_POWER_CLAMP_REG(c, n) (SUNXI_R_CPUCFG_BASE + 0x0050 + \ argument
/arm-trusted-firmware-2.8.0/plat/allwinner/sun50i_h616/include/
A Dsunxi_cpucfg.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
18 #define SUNXI_CPUCFG_RST_CTRL_REG(c) (SUNXI_CPUCFG_BASE + 0x0000 + (c) * 4) argument
22 #define SUNXI_POWERON_RST_REG(c) (SUNXI_R_CPUCFG_BASE + 0x0040 + (c) * 4) argument
23 #define SUNXI_POWEROFF_GATING_REG(c) (SUNXI_R_CPUCFG_BASE + 0x0044 + (c) * 4) argument
24 #define SUNXI_CPU_POWER_CLAMP_REG(c, n) (SUNXI_R_CPUCFG_BASE + 0x0050 + \ argument
/arm-trusted-firmware-2.8.0/lib/debugfs/
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()
/arm-trusted-firmware-2.8.0/drivers/console/
A Dmulti_console.c75 static int do_putc(int c, console_t *console) in do_putc()
89 int console_putc(int c) in console_putc()
103 int putchar(int c) in putchar()
/arm-trusted-firmware-2.8.0/lib/libc/
A Dputchar.c9 int __putchar(int c) in __putchar()
A Dstrchr.c43 char c; in strchr() local
A Dmemchr.c10 void *memchr(const void *src, int c, size_t len) in memchr()
A Dmemrchr.c11 void *memrchr(const void *src, int c, size_t len) in memrchr()
A Dstrrchr.c39 char c; in strrchr() local
A Dstrtok.c43 int c, sc; in strtok_r() local
A Dstrtol.c52 char c; in strtol() local
A Dstrtoll.c52 char c; in strtoll() local
A Dstrtoul.c52 char c; in strtoul() local
A Dstrtoull.c52 char c; in strtoull() local
/arm-trusted-firmware-2.8.0/plat/rockchip/rk3399/drivers/m0/include/
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
/arm-trusted-firmware-2.8.0/drivers/renesas/common/pwrc/
A Dpwrc.c150 #define IS_CA57(c) ((c) == RCAR_CLUSTER_CA57) argument
164 uint32_t c; in rcar_pwrc_status() local
194 uint32_t c, sysc_reg_bit; in scu_power_up() local
250 uint32_t limit, c; in rcar_pwrc_cpuon() local
273 uint32_t c; in rcar_pwrc_cpuoff() local
294 uint32_t c, shift_irq, shift_fiq; in rcar_pwrc_enable_interrupt_wakeup() local
314 uint32_t c, shift_irq, shift_fiq; in rcar_pwrc_disable_interrupt_wakeup() local
357 uint32_t c, product, cut, reg; in rcar_pwrc_clusteroff() local
829 uint32_t c = rcar_pwrc_get_cluster(); in rcar_pwrc_get_mpidr_cluster() local
842 uint32_t rcar_pwrc_get_cpu_num(uint32_t c) in rcar_pwrc_get_cpu_num()
[all …]
/arm-trusted-firmware-2.8.0/plat/socionext/uniphier/
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
/arm-trusted-firmware-2.8.0/drivers/arm/dcc/
A Ddcc_console.c58 char c; in __dcc_getchar() local
65 static inline void __dcc_putchar(char c) in __dcc_putchar()
/arm-trusted-firmware-2.8.0/lib/compiler-rt/builtins/
A Dassembly.h177 #define JMPc(r, c) bx##c r argument
180 #define JMPc(r, c) mov##c pc, r argument
205 #define GLUE3_(a, b, c) a##b##c argument
206 #define GLUE3(a, b, c) GLUE3_(a, b, c) argument
207 #define GLUE4_(a, b, c, d) a##b##c##d argument
208 #define GLUE4(a, b, c, d) GLUE4_(a, b, c, d) argument
/arm-trusted-firmware-2.8.0/lib/zlib/
A Dzutil.h249 # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;} argument
250 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;} argument
256 # define Tracec(c,x) argument
257 # define Tracecv(c,x) argument
/arm-trusted-firmware-2.8.0/include/drivers/partition/
A Defi.h27 #define EFI_GUID(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
/arm-trusted-firmware-2.8.0/include/lib/fconf/
A Dfconf.h14 #define FCONF_GET_PROPERTY(a, b, c) a##__##b##_getter(c) argument
/arm-trusted-firmware-2.8.0/lib/libfdt/
A Dfdt_addresses.c16 const fdt32_t *c; in fdt_cells() local

Completed in 34 milliseconds

12