Home
last modified time | relevance | path

Searched refs:opcode (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/flash/nor/spifi/
Dfsl_spifi_nor_flash.c272 cmd.opcode = readCmd; in spifi_nor_read_status()
295 cmd.opcode = handle->commandSet.readStatusCommand; in spifi_check_norflash_finish()
323 cmd.opcode = handle->commandSet.writeEnableCommand; in spifi_nor_write_enable()
385 cmd.opcode = memHandle->commandSet.writeStatusCommand; in spifi_nor_quad_mode_enable()
398 cmd.opcode = config->quadDualEnableCommand; in spifi_nor_quad_mode_enable()
425 cmd.opcode = kSerialFlash_ReadSFDP; in spifi_nor_read_sfdp()
446 cmd.opcode = memHandle->commandSet.writeStatusCommand; in spifi_nor_writeprotect_disable()
784 uint8_t opcode = memSpifiHandler->commandSet.eraseSectorCommand; in spifi_nor_erase_sector() local
804 cmd.opcode = opcode; in spifi_nor_erase_sector()
908 cmd.opcode = memSpifiHandler->commandSet.pageWriteMemoryCommand; in Nor_Flash_Page_Program()
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/powerquad/
Dfsl_powerquad.h201 " MCR p0,%[opcode],r2,c0,c0,%[machine] \n" ::[opcode] "i"(BATCH_OPCODE), \
207 " MCR p0,%[opcode],r4,c0,c0,%[machine] \n" ::[opcode] "i"(BATCH_OPCODE), \
213 " MCR p0,%[opcode],r6,c0,c0,%[machine] \n" ::[opcode] "i"(BATCH_OPCODE), \
290 " MCR p0,%[opcode],r3,c3,c0,%[machine] \n" ::[opcode] "i"(BATCH_OPCODE), \
297 " MCR p0,%[opcode],r5,c3,c0,%[machine] \n" ::[opcode] "i"(BATCH_OPCODE), \
304 " MCR p0,%[opcode],r7,c3,c0,%[machine] \n" ::[opcode] "i"(BATCH_OPCODE), \
534 ::[opcode] "i"(BATCH_OPCODE), \
594 ::[opcode] "i"(BATCH_OPCODE), \
658 ::[opcode] "i"(BATCH_OPCODE), \
745 ::[opcode] "i"(BATCH_OPCODE), \
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/spifi/
Dfsl_spifi.c154 SPIFI_CMD_FRAMEFORM(cmd->type) | SPIFI_CMD_OPCODE(cmd->opcode); in SPIFI_SetCommand()
174 …IFI_MCMD_FIELDFORM(cmd->format) | SPIFI_MCMD_FRAMEFORM(cmd->type) | SPIFI_MCMD_OPCODE(cmd->opcode); in SPIFI_SetMemoryCommand()
Dfsl_spifi.h101 uint8_t opcode; /*!< Command opcode value */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/casper/
Dfsl_casper.c528 __STATIC_FORCEINLINE uint32_t Accel_IterOpcodeResaddr(uint32_t iter, uint32_t opcode, uint32_t resA… in Accel_IterOpcodeResaddr() argument
530 return CASPER_CTRL1_ITER(iter) | CASPER_CTRL1_MODE(opcode) | (resAddr << 16); in Accel_IterOpcodeResaddr()