Home
last modified time | relevance | path

Searched refs:x (Results 1 – 22 of 22) sorted by relevance

/SCP-firmware-master/arch/arm/arm-m/src/
A Darch.ld.S50 mem0 (x) : ORIGIN = FMW_MEM0_BASE, LENGTH = FMW_MEM0_SIZE
84 } > x
88 } > x
93 } > x
97 } > x
110 } > x
114 } > x
/SCP-firmware-master/arch/arm/armv8-a/include/lib/
A Dutils_def.h14 #define IS_POWER_OF_TWO(x) (((x) & ((x)-1)) == 0) argument
63 #define MIN(x, y) \ argument
65 __typeof__(x) _x = (x); \
71 #define MAX(x, y) \ argument
73 __typeof__(x) _x = (x); \
/SCP-firmware-master/product/rcar/module/rcar_clock/include/
A Dmod_rcar_clock.h345 #define min(x, y) \ argument
347 __typeof__(x) _x = (x); \
352 #define max(x, y) \ argument
354 __typeof__(x) _x = (x); \
/SCP-firmware-master/product/rcar/module/rcar_reg_sensor/include/
A Dmod_rcar_reg_sensor.h119 #define DIV_ROUND_CLOSEST(x, divisor) \ argument
121 __typeof(x) __x = x; \
123 (((__typeof(x)) - 1) > 0 || ((__typeof(divisor)) - 1) > 0 || \
/SCP-firmware-master/arch/arm/armv8-a/include/
A Darch_helpers.h425 #define get_cntp_ctl_enable(x) \ in DEFINE_SYSREG_READ_FUNC() argument
426 (((x) >> CNTP_CTL_ENABLE_SHIFT) & CNTP_CTL_ENABLE_MASK) in DEFINE_SYSREG_READ_FUNC()
427 #define get_cntp_ctl_imask(x) \ in DEFINE_SYSREG_READ_FUNC() argument
428 (((x) >> CNTP_CTL_IMASK_SHIFT) & CNTP_CTL_IMASK_MASK) in DEFINE_SYSREG_READ_FUNC()
429 #define get_cntp_ctl_istatus(x) \ in DEFINE_SYSREG_READ_FUNC() argument
430 (((x) >> CNTP_CTL_ISTATUS_SHIFT) & CNTP_CTL_ISTATUS_MASK) in DEFINE_SYSREG_READ_FUNC()
432 #define set_cntp_ctl_enable(x) ((x) |= (U(1) << CNTP_CTL_ENABLE_SHIFT)) in DEFINE_SYSREG_READ_FUNC() argument
433 #define set_cntp_ctl_imask(x) ((x) |= (U(1) << CNTP_CTL_IMASK_SHIFT)) in DEFINE_SYSREG_READ_FUNC() argument
435 #define clr_cntp_ctl_enable(x) ((x) &= ~(U(1) << CNTP_CTL_ENABLE_SHIFT)) in DEFINE_SYSREG_READ_FUNC() argument
436 #define clr_cntp_ctl_imask(x) ((x) &= ~(U(1) << CNTP_CTL_IMASK_SHIFT)) in DEFINE_SYSREG_READ_FUNC() argument
[all …]
A Darch.h107 #define CNTCR_FCREQ(x) ((x) << 8) argument
268 #define CPACR_EL1_FPEN(x) ((x) << 20) argument
293 #define MDCR_SPD32(x) ((x) << 14) argument
298 #define MDCR_NSPB(x) ((x) << 12) argument
308 #define MDCR_EL2_E2PB(x) ((x) << 12) argument
587 #define EC_BITS(x) (((x) >> ESR_EC_SHIFT) & ESR_EC_MASK) argument
600 #define TLBI_ADDR(x) (((x) >> TLBI_ADDR_SHIFT) & TLBI_ADDR_MASK) argument
608 #define CNTNSAR_NS_SHIFT(x) (x) argument
610 #define CNTACR_BASE(x) (U(0x40) + ((x) << 2)) argument
/SCP-firmware-master/product/synquacer/module/f_i2c/src/
A Di2c_depend.c20 #define SCB_BUILDTIME_ASSERT(x) argument
22 #define SCB_Error(x) argument
/SCP-firmware-master/product/rcar/src/CMSIS-FreeRTOS/Source/
A Dtasks.c965 UBaseType_t x; in prvInitialiseNewTask() local
1031 for (x = (UBaseType_t)0; x < (UBaseType_t)configMAX_TASK_NAME_LEN; in prvInitialiseNewTask()
1032 x++) { in prvInitialiseNewTask()
1033 pxNewTCB->pcTaskName[x] = pcName[x]; in prvInitialiseNewTask()
1120 for (x = 0; x < (UBaseType_t)configNUM_THREAD_LOCAL_STORAGE_POINTERS; in prvInitialiseNewTask()
1121 x++) { in prvInitialiseNewTask()
2402 UBaseType_t x; in prvSearchForNameWithinSingleList() local
4376 size_t x; in prvWriteNameToBuffer() local
4383 for (x = strlen(pcBuffer); x < (size_t)(configMAX_TASK_NAME_LEN - 1); x++) { in prvWriteNameToBuffer()
4457 for (x = 0; x < uxArraySize; x++) { in vTaskList()
[all …]
/SCP-firmware-master/module/cmn_booker/src/
A Dcmn_booker.h36 #define HIGH_WORD(x) ((unsigned int)((((x) & 0xFFFFFFFF00000000ULL) >> 32))) argument
37 #define LOW_WORD(x) ((unsigned int)((x) & 0xFFFFFFFF)) argument
/SCP-firmware-master/product/rcar/src/CMSIS-FreeRTOS/Source/include/
A DFreeRTOS.h239 # define configASSERT(x) argument
339 # define traceINCREASE_TICK_COUNT(x) argument
527 # define traceTASK_DELAY_UNTIL(x) argument
777 # define configPRE_SUPPRESS_TICKS_AND_SLEEP_PROCESSING(x) argument
781 # define configPRE_SLEEP_PROCESSING(x) argument
785 # define configPOST_SLEEP_PROCESSING(x) argument
908 # define portTICK_TYPE_CLEAR_INTERRUPT_MASK_FROM_ISR(x) \ argument
909 portCLEAR_INTERRUPT_MASK_FROM_ISR((x))
916 # define portTICK_TYPE_CLEAR_INTERRUPT_MASK_FROM_ISR(x) (void)x
A Dtask.h230 #define taskEXIT_CRITICAL_FROM_ISR(x) portCLEAR_INTERRUPT_MASK_FROM_ISR(x) argument
/SCP-firmware-master/module/cmn650/src/
A Dcmn650.h34 #define HIGH_WORD(x) ((unsigned int)((((x)&0xFFFFFFFF00000000ULL) >> 32))) argument
35 #define LOW_WORD(x) ((unsigned int)((x)&0xFFFFFFFF)) argument
/SCP-firmware-master/doc/
A Dcode_style.md115 if ((a == 'a') || (x == 'x')) {
154 `x/src/mod_x.c` does not need to include `<stdint.h>` if `x/include/mod_x.h`
157 header (e.g. `x/src/mod_x.c` does not need to include `x/include/internal/x.h`
267 void function_a(int x, int y)
273 void function_b(int x, int y)
A Dcode_rules.md244 if ((a == 'a') || (x == 'x')) {
A DDoxyfile1661 # Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x
1662 # 14 inches) and executive (7.25 x 10.5 inches).
2056 PREDEFINED = __attribute__(x)= \
2057 __declspec(x)= \
2058 __has_attribute(x)=1 \
2059 __has_declspec_attribute(x)=1
A Dframework.md590 .x = 1,
/SCP-firmware-master/tools/
A Dci_cmake.py154 return not ignore_errors and len(list(filter(lambda x: x[1] != 0,
/SCP-firmware-master/framework/
A DCMakeLists.txt216 # these for certain `<fmw_<x>.h>` header files.
226 # on some of the symbols that they export (namely `module_<x>`).
/SCP-firmware-master/doc/media/
A Dstyle.css540 background-repeat:repeat-x;
565 background-repeat:repeat-x;
800 background-repeat:repeat-x;
831 background-repeat:repeat-x;
914 background-repeat:repeat-x;
/SCP-firmware-master/
A DCMakeLists.txt247 list(APPEND CMAKE_C_CLANG_TIDY "--extra-arg=-D__ESCAPE__(x)=(x)")
283 list(APPEND CMAKE_C_INCLUDE_WHAT_YOU_USE "-D__ESCAPE__(x)=(x)")
/SCP-firmware-master/debugger/src/cli/
A Dreadme.txt85 x/X Uppercase hex value (lower case not implemented) 4AB1
/SCP-firmware-master/module/scmi_perf/doc/
A Dperf_plugins_handler.md64 | plugins +<------->+ plugin x |

Completed in 48 milliseconds