Home
last modified time | relevance | path

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

12

/trusted-firmware-a/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
/trusted-firmware-a/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
/trusted-firmware-a/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
/trusted-firmware-a/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
/trusted-firmware-a/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()
/trusted-firmware-a/docs/build/TF-A_2.5/_static/js/
A Dhtml5shiv-printshiv.min.js4 !function(a,b){function c(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.do… variable
A Dhtml5shiv.min.js4 !function(a,b){function c(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.do… function
/trusted-firmware-a/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
/trusted-firmware-a/lib/libc/
A Dputchar.c11 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
/trusted-firmware-a/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
334 uint32_t c, product, cut, reg; in rcar_pwrc_clusteroff() local
806 uint32_t c = rcar_pwrc_get_cluster(); in rcar_pwrc_get_mpidr_cluster() local
819 uint32_t rcar_pwrc_get_cpu_num(uint32_t c) in rcar_pwrc_get_cpu_num()
[all …]
/trusted-firmware-a/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
/trusted-firmware-a/drivers/console/
A 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/drivers/arm/dcc/
A Ddcc_console.c58 char c; in __dcc_getchar() local
65 static inline void __dcc_putchar(char c) in __dcc_putchar()
/trusted-firmware-a/lib/zlib/
A 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
A 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/fdts/
A 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

Completed in 24 milliseconds

12