Home
last modified time | relevance | path

Searched refs:a (Results 1 – 25 of 228) sorted by relevance

12345678910

/arm-trusted-firmware-2.8.0/include/drivers/nxp/ddr/
A Dddr_io.h15 #define min(a, b) (((a) > (b)) ? (b) : (a)) argument
17 #define max(a, b) (((a) > (b)) ? (a) : (b)) argument
23 #define ddr_in32(a) bswap32(mmio_read_32((uintptr_t)(a))) argument
24 #define ddr_out32(a, v) mmio_write_32((uintptr_t)(a),\ argument
27 #define ddr_in32(a) mmio_read_32((uintptr_t)(a)) argument
28 #define ddr_out32(a, v) mmio_write_32((uintptr_t)(a), v) argument
33 #define ddr_setbits32(a, v) ddr_out32((a), ddr_in32(a) | (v)) argument
34 #define ddr_clrbits32(a, v) ddr_out32((a), ddr_in32(a) & ~(v)) argument
35 #define ddr_clrsetbits32(a, c, s) ddr_out32((a), (ddr_in32(a) & ~(c)) \ argument
/arm-trusted-firmware-2.8.0/include/drivers/nxp/dcfg/
A Dscfg.h47 #define scfg_in32(a) bswap32(mmio_read_32((uintptr_t)(a))) argument
48 #define scfg_out32(a, v) mmio_write_32((uintptr_t)(a), bswap32(v)) argument
49 #define scfg_setbits32(a, v) mmio_setbits_32((uintptr_t)(a), v) argument
50 #define scfg_clrbits32(a, v) mmio_clrbits_32((uintptr_t)(a), v) argument
51 #define scfg_clrsetbits32(a, clear, set) \ argument
52 mmio_clrsetbits_32((uintptr_t)(a), clear, set)
54 #define scfg_in32(a) mmio_read_32((uintptr_t)(a)) argument
55 #define scfg_out32(a, v) mmio_write_32((uintptr_t)(a), v) argument
56 #define scfg_setbits32(a, v) mmio_setbits_32((uintptr_t)(a), v) argument
57 #define scfg_clrbits32(a, v) mmio_clrbits_32((uintptr_t)(a), v) argument
[all …]
A Ddcfg.h20 #define gur_in32(a) bswap32(mmio_read_32((uintptr_t)(a))) argument
21 #define gur_out32(a, v) mmio_write_32((uintptr_t)(a), bswap32(v)) argument
23 #define gur_in32(a) mmio_read_32((uintptr_t)(a)) argument
24 #define gur_out32(a, v) mmio_write_32((uintptr_t)(a), v) argument
/arm-trusted-firmware-2.8.0/lib/zlib/
A Dadler32.c27 # define CHOP(a) \ argument
33 # define MOD28(a) \ argument
35 CHOP(a); \
36 if (a >= BASE) a -= BASE; \
38 # define MOD(a) \ argument
40 CHOP(a); \
41 MOD28(a); \
54 if (a >= BASE) a -= BASE; \
57 # define MOD(a) a %= BASE argument
58 # define MOD28(a) a %= BASE argument
[all …]
/arm-trusted-firmware-2.8.0/services/std_svc/drtm/
A Ddrtm_main.h17 #define ALIGNED_UP(x, a) __extension__ ({ \ argument
18 __typeof__(a) _a = (a); \
19 __typeof__(a) _one = 1; \
24 #define ALIGNED_DOWN(x, a) __extension__ ({ \ argument
25 __typeof__(a) _a = (a); \
26 __typeof__(a) _one = 1; \
34 #define DL_ARGS_GET_DMA_PROT_TYPE(a) (((a)->features >> 3) & 0x7U) argument
35 #define DL_ARGS_GET_PCR_SCHEMA(a) (((a)->features >> 1) & 0x3U) argument
36 #define DL_ARGS_GET_DLME_ENTRY_POINT(a) \ argument
37 (((a)->dlme_paddr + (a)->dlme_img_off + (a)->dlme_img_ep_off))
/arm-trusted-firmware-2.8.0/include/drivers/nxp/qspi/
A Dqspi.h18 #define qspi_in32(a) bswap32(mmio_read_32((uintptr_t)(a))) argument
19 #define qspi_out32(a, v) mmio_write_32((uintptr_t)(a), bswap32(v)) argument
21 #define qspi_in32(a) mmio_read_32((uintptr_t)(a)) argument
22 #define qspi_out32(a, v) mmio_write_32((uintptr_t)(a), (v)) argument
/arm-trusted-firmware-2.8.0/include/drivers/arm/cryptocell/713/
A Dcc_pal_types.h51 #define CC_MIN(a,b) min( a , b ) argument
54 #define CC_MIN( a , b ) ( ( (a) < (b) ) ? (a) : (b) ) argument
59 #define CC_MAX(a,b) max( a , b ) argument
62 #define CC_MAX( a , b ) ( ( (a) > (b) ) ? (a) : (b) ) argument
/arm-trusted-firmware-2.8.0/tools/conventional-changelog-tf-a/templates/
A Dnote-section.hbs5 {{#tf-a-mdlist 0}}{{> tf-a-note root=@root showScope=../topLevel }}{{/tf-a-mdlist}}
11 …{{#tf-a-mdlist 0}}{{> tf-a-note-section root=@root header=(tf-a-concat "**" title "**") }}{{/tf-a-…
A Dtemplate.hbs3 {{#each (tf-a-notes noteGroups) ~}}
4 {{> tf-a-note-section root=@root header=(tf-a-concat "### ⚠ " title) topLevel=true }}
7 {{#each (tf-a-commits commitGroups) ~}}
8 {{> tf-a-commit-section root=@root header=(tf-a-concat "### " title) topLevel=true }}
A Dcommit-section.hbs6 {{#tf-a-mdlist 0}}{{> commit root=@root showScope=../topLevel }}{{/tf-a-mdlist ~}}
13 …{{#tf-a-mdlist 0}}{{> tf-a-commit-section root=@root header=(tf-a-concat "**" title "**") }}{{/tf-
/arm-trusted-firmware-2.8.0/drivers/renesas/rzg/board/
A Dboard.h27 #define GET_BOARD_MAJOR(a) ((uint32_t)(a) >> 0x4) argument
28 #define GET_BOARD_MINOR(a) ((uint32_t)(a) & 0xF) argument
29 #define GET_BOARD_NAME(a) (g_board_tbl[(a)]) argument
/arm-trusted-firmware-2.8.0/drivers/renesas/rcar/board/
A Dboard.h31 #define GET_BOARD_MAJOR(a) ((uint32_t)(a) >> 0x4) argument
32 #define GET_BOARD_MINOR(a) ((uint32_t)(a) & 0xF) argument
33 #define GET_BOARD_NAME(a) (g_board_tbl[(a)]) argument
/arm-trusted-firmware-2.8.0/include/drivers/nxp/gpio/
A Dnxp_gpio.h32 #define gpio_read32(a) bswap32(mmio_read_32((uintptr_t)(a))) argument
33 #define gpio_write32(a, v) mmio_write_32((uintptr_t)(a), bswap32(v)) argument
35 #define gpio_read32(a) mmio_read_32((uintptr_t)(a)) argument
36 #define gpio_write32(a, v) mmio_write_32((uintptr_t)(a), (v)) argument
/arm-trusted-firmware-2.8.0/tools/nxp/create_pbl/
A Dcreate_pbl.mk15 SOC_NUM := 1046a
19 SOC_NUM := 1043a
23 SOC_NUM := 1012a
27 SOC_NUM := 1088a
30 SOC_NUM := 2088a
33 SOC_NUM := 2160a
36 SOC_NUM := 1028a
/arm-trusted-firmware-2.8.0/include/drivers/nxp/crypto/caam/
A Dcaam_io.h26 #define sec_in32(a) bswap32(mmio_read_32((uintptr_t)(a))) argument
27 #define sec_out32(a, v) mmio_write_32((uintptr_t)(a), bswap32(v)) argument
35 #define sec_in32(a) mmio_read_32((uintptr_t)(a)) argument
36 #define sec_out32(a, v) mmio_write_32((uintptr_t)(a), (v)) argument
/arm-trusted-firmware-2.8.0/include/drivers/nxp/sec_mon/
A Dsnvs.h27 #define snvs_read32(a) bswap32(mmio_read_32((uintptr_t)(a))) argument
28 #define snvs_write32(a, v) mmio_write_32((uintptr_t)(a), bswap32((v))) argument
30 #define snvs_read32(a) mmio_read_32((uintptr_t)(a)) argument
31 #define snvs_write32(a, v) mmio_write_32((uintptr_t)(a), (v)) argument
/arm-trusted-firmware-2.8.0/plat/rockchip/rk3399/drivers/m0/include/
A Drk3399_mcu.h25 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument
26 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument
/arm-trusted-firmware-2.8.0/docs/components/
A Ddebugfs-design.rst12 TFTF test payload or a Linux kernel module.
17 The core functionality lies in a virtual file system based on a 9p file server
37 - open(): create a file descriptor that acts as a handle to the file passed as
40 - read(): read from a file to a buffer.
41 - write(): write from a buffer to a file.
42 - seek(): set the file position indicator of a file descriptor either to a
57 - mount(): create a link between a driver and spec.
58 - create(): create a file in a specific location.
84 for a description of the SMC interface.
115 - a Linux kernel driver running at NS-EL1
[all …]
/arm-trusted-firmware-2.8.0/lib/compiler-rt/builtins/
A Ddivmoddi4.c17 COMPILER_RT_ABI di_int __divmoddi4(di_int a, di_int b, di_int *rem) { in __divmoddi4() argument
19 di_int s_a = a >> bits_in_dword_m1; // s_a = a < 0 ? -1 : 0 in __divmoddi4()
21 a = (a ^ s_a) - s_a; // negate if s_a == -1 in __divmoddi4()
25 di_int q = (__udivmoddi4(a, b, &r) ^ s_b) - s_b; // negate if s_b == -1 in __divmoddi4()
A Ddivdi3.c19 #define COMPUTE_UDIV(a, b) __udivmoddi4((a), (b), (du_int *)0) argument
22 COMPILER_RT_ABI di_int __divdi3(di_int a, di_int b) { return __divXi3(a, b); } in __divdi3() argument
A Dint_lib.h47 #define STR(a) #a argument
48 #define XSTR(a) STR(a) argument
104 COMPILER_RT_ABI int __paritysi2(si_int a);
105 COMPILER_RT_ABI int __paritydi2(di_int a);
107 COMPILER_RT_ABI di_int __divdi3(di_int a, di_int b);
108 COMPILER_RT_ABI si_int __divsi3(si_int a, si_int b);
111 COMPILER_RT_ABI su_int __udivmodsi4(su_int a, su_int b, su_int *rem);
112 COMPILER_RT_ABI du_int __udivmoddi4(du_int a, du_int b, du_int *rem);
114 COMPILER_RT_ABI int __clzti2(ti_int a);
115 COMPILER_RT_ABI tu_int __udivmodti4(tu_int a, tu_int b, tu_int *rem);
A Dctzdi2.c23 #define __builtin_ctz(a) __ctzsi2(a) argument
29 COMPILER_RT_ABI int __ctzdi2(di_int a) { in __ctzdi2() argument
31 x.all = a; in __ctzdi2()
/arm-trusted-firmware-2.8.0/include/drivers/nxp/sfp/
A Dsfp.h91 #define sfp_read32(a) bswap32(mmio_read_32((uintptr_t)(a))) argument
92 #define sfp_write32(a, v) mmio_write_32((uintptr_t)(a), bswap32(v)) argument
94 #define sfp_read32(a) mmio_read_32((uintptr_t)(a)) argument
95 #define sfp_write32(a, v) mmio_write_32((uintptr_t)(a), (v)) argument
/arm-trusted-firmware-2.8.0/docs/
A Dchange-log.md4846 Adds a new API `plat_css_get_scmi_info` which lets the platform register a
5174 references a wiki page that maintains a listing of deprecated interfaces and
5316 directly jump to a Linux kernel. This makes for a quicker and simpler boot
5356 - Enable non-secure access to UART1 through a build option to support a serial
5914 of the model executing a reset instead of terminating in response to a
6019 This can be useful to map a non-cacheable memory region, such as a DMA
6092 a bootwrapped kernel.
6214 on the last running core on a supported platform, this puts the system into a
6335 builds. The debug build additionally prints a warning if a mismatch is
6696 builds a FIP by default and the FVP platform code expect to load a FIP from
[all …]
/arm-trusted-firmware-2.8.0/include/drivers/nxp/i2c/
A Di2c.h32 #define i2c_in(a) mmio_read_8((uintptr_t)(a)) argument
33 #define i2c_out(a, v) mmio_write_8((uintptr_t)(a), (v)) argument

Completed in 63 milliseconds

12345678910