Home
last modified time | relevance | path

Searched refs:op (Results 1 – 16 of 16) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/SVDFunctions/
Darm_svdf_s8.c229 int32x4_t op = vldrwq_z_s32(buffer_b, p); in arm_svdf_s8() local
230 op = arm_requantize_mve(op, multiplier_out, shift_2); in arm_svdf_s8()
231 op = vaddq_n_s32(op, zp_out); in arm_svdf_s8()
234 op = vmaxq_s32(op, min_vec); in arm_svdf_s8()
235 op = vminq_s32(op, max_vec); in arm_svdf_s8()
236 vstrbq_p_s32(output_data, op, p); in arm_svdf_s8()
/hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/
Ddiffconfig.py53 def print_config(op, config, value, new_value): argument
63 if op=="-":
65 elif op=="+":
Dkconfiglib.py2629 op, val = rhs_match.groups()
2645 if op == "+=":
2646 op = "="
2648 if op == "=":
2651 elif op == ":=":
6131 def split_expr(expr, op): argument
6166 if subexpr.__class__ is tuple and subexpr[0] is op:
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core_AArch64/Include/
Dcache_armv8a.h30 #define dcache_ops(op, operand) \ argument
32 __asm__ volatile ("dc " __STRINGIFY(op) ", %0" \
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core_AArch64/Source/
Dcache_armv8a.c51 int dcache_all(enum cache_ops op) in dcache_all() argument
99 switch (op) { in dcache_all()
Dmmu_armv8a.c39 #define __ASSERT(op, fmt, ...) \ argument
41 if (!(op)) { \
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_api.c616 mef_op op; in wifi_set_packet_filters() local
651 op.operand_type = OPERAND_DNUM; in wifi_set_packet_filters()
654 (void)memcpy(filter_buf + sizeof(dnum), &(op.operand_type), 1); in wifi_set_packet_filters()
659 op.operand_type = OPERAND_DNUM; in wifi_set_packet_filters()
662 (void)memcpy(filter_buf + sizeof(dnum), &(op.operand_type), 1); in wifi_set_packet_filters()
667 op.operand_type = OPERAND_DNUM; in wifi_set_packet_filters()
670 (void)memcpy(filter_buf + sizeof(dnum), &(op.operand_type), 1); in wifi_set_packet_filters()
675 op.operand_type = TYPE_DNUM_EQ; in wifi_set_packet_filters()
676 (void)memcpy(filter_buf, &(op.operand_type), 1); in wifi_set_packet_filters()
689 op.operand_type = OPERAND_DNUM; in wifi_set_packet_filters()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_msg.c789 static uint16_t EP_RxL2VFSetPromisc(ep_handle_t *handle, uint8_t si, uint8_t op) in EP_RxL2VFSetPromisc() argument
792 bool enable = ((op & 0x1U) == 0x1U); in EP_RxL2VFSetPromisc()
793 bool flush = ((op & 0x2U) == 0x2U); in EP_RxL2VFSetPromisc()
822 uint8_t op = *(uint8_t *)((uint32_t)msgInfo->msgBuff + 0x10U); in EP_PsiHandleVlanFilter() local
840 ret = EP_RxL2VFSetPromisc(handle, vsi, op); in EP_PsiHandleVlanFilter()
/hal_nxp-latest/mcux/mcux-sdk/devices/RW612/drivers/romapi/iap/
Dfsl_kb_api.h99 kb_operation_t op; member
/hal_nxp-latest/mcux/mcux-sdk/devices/RW610/drivers/romapi/iap/
Dfsl_kb_api.h99 kb_operation_t op; member
/hal_nxp-latest/mcux/mcux-sdk/drivers/iap1/
Dfsl_iap_kbp.h137 kb_operation_t op; member
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5534/drivers/mem_interface/
Dfsl_sbloader_v3.h224 kb_operation_t op; member
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5536/drivers/mem_interface/
Dfsl_sbloader_v3.h224 kb_operation_t op; member
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC55S36/drivers/mem_interface/
Dfsl_sbloader_v3.h224 kb_operation_t op; member
/hal_nxp-latest/mcux/mcux-sdk/drivers/mcx_romapi/mem_interface/
Dfsl_sbloader_v3.h224 kb_operation_t op; member
/hal_nxp-latest/s32/drivers/s32k3/Fls/src/
DQspi_Ip_Sfdp.c864 uint8 op
1191 uint8 op in Qspi_Ip_PackLut() argument
1194 …spi_Ip_InstrOpType)((Qspi_Ip_InstrOpType)cmd | (Qspi_Ip_InstrOpType)pad | (Qspi_Ip_InstrOpType)op); in Qspi_Ip_PackLut()