Home
last modified time | relevance | path

Searched refs:n (Results 1 – 4 of 4) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_common.c58 uint32_t n; in InstallIRQHandler() local
66 for (n = 0; n < ((uint32_t)__RAM_VECTOR_TABLE_SIZE) / sizeof(uint32_t); n++) in InstallIRQHandler()
68 __VECTOR_RAM[n] = __VECTOR_TABLE[n]; in InstallIRQHandler()
Dfsl_sema42.h81 #define SEMA42_GATEn(base, n) (*(&((base)->GATE3) + ((n) ^ 3U))) argument
Dfsl_cau3.c2573 int n; in CAU3_PKHA_CompareBigNum() local
2578 n = sizeA - 1; in CAU3_PKHA_CompareBigNum()
2582 while (n >= 0) in CAU3_PKHA_CompareBigNum()
2607 n--; in CAU3_PKHA_CompareBigNum()
Dfsl_cau3_ble.c2768 int n; in CAU3_PKHA_CompareBigNum() local
2773 n = sizeA - 1; in CAU3_PKHA_CompareBigNum()
2777 while (n >= 0) in CAU3_PKHA_CompareBigNum()
2802 n--; in CAU3_PKHA_CompareBigNum()