Home
last modified time | relevance | path

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

12

/trusted-firmware-a-3.4.0/plat/allwinner/sun50i_r329/include/
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
/trusted-firmware-a-3.4.0/plat/allwinner/sun50i_a64/include/
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
/trusted-firmware-a-3.4.0/plat/allwinner/sun50i_h6/include/
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
/trusted-firmware-a-3.4.0/plat/allwinner/sun50i_h616/include/
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
/trusted-firmware-a-3.4.0/lib/debugfs/
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()
/trusted-firmware-a-3.4.0/lib/libc/
Dputchar.c11 int putchar(int c) in putchar()
Dstrchr.c43 char c; in strchr() local
Dstrrchr.c39 char c; in strrchr() local
Dmemchr.c10 void *memchr(const void *src, int c, size_t len) in memchr()
Dmemrchr.c11 void *memrchr(const void *src, int c, size_t len) in memrchr()
Dstrtok.c43 int c, sc; in strtok_r() local
Dstrtol.c52 char c; in strtol() local
Dstrtoll.c52 char c; in strtoll() local
Dstrtoul.c52 char c; in strtoul() local
Dstrtoull.c52 char c; in strtoull() local
/trusted-firmware-a-3.4.0/plat/rockchip/rk3399/drivers/m0/include/
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
/trusted-firmware-a-3.4.0/drivers/renesas/common/pwrc/
Dpwrc.c149 #define IS_A53A57(c) ((c) == RCAR_CLUSTER_A53A57) argument
150 #define IS_CA57(c) ((c) == RCAR_CLUSTER_CA57) argument
151 #define IS_CA53(c) ((c) == RCAR_CLUSTER_CA53) 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
[all …]
/trusted-firmware-a-3.4.0/plat/socionext/uniphier/
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
/trusted-firmware-a-3.4.0/drivers/console/
Dmulti_console.c73 static int do_putc(int c, console_t *console) in do_putc()
87 int console_putc(int c) in console_putc()
/trusted-firmware-a-3.4.0/drivers/arm/dcc/
Ddcc_console.c58 char c; in __dcc_getchar() local
65 static inline void __dcc_putchar(char c) in __dcc_putchar()
/trusted-firmware-a-3.4.0/lib/zlib/
Dcrc32.c90 z_crc_t c; in make_crc_table() local
271 register z_crc_t c; local
311 register z_crc_t c; local
Dzutil.h245 # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;} argument
246 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;} argument
252 # define Tracec(c,x) argument
253 # define Tracecv(c,x) argument
/trusted-firmware-a-3.4.0/fdts/
Dfvp-defs.dtsi39 #define ADR(n, c, p) \ argument
48 #define REG(c, p) \ argument
52 #define REG(c, p) \ argument
79 #define CPU(n, c, p) \ argument
/trusted-firmware-a-3.4.0/include/drivers/partition/
Defi.h27 #define EFI_GUID(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
/trusted-firmware-a-3.4.0/include/lib/fconf/
Dfconf.h13 #define FCONF_GET_PROPERTY(a, b, c) a##__##b##_getter(c) argument

12