Searched refs:modeClocks (Results 1 – 4 of 4) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/ |
| D | fsl_sfdp_parser.c | 240 ptr1PadReadCmdInfo->modeClocks = (handle->bfp.dw22 & 0xE0UL) >> 5UL; in SFDP_Get1PadReadCmd() 251 ptr2PadReadCmdInfo->modeClocks = (uint8_t)((handle->bfp.dw4 & 0xE0UL) >> 5UL); in SFDP_Get2PadReadCmd() 257 ptr2PadReadCmdInfo->modeClocks = (uint8_t)((handle->bfp.dw4 & 0xE00000UL) >> 21UL); in SFDP_Get2PadReadCmd() 263 ptr2PadReadCmdInfo->modeClocks = (uint8_t)((handle->bfp.dw22 & 0xE00000UL) >> 21UL); in SFDP_Get2PadReadCmd() 277 ptr2PadReadCmdInfo->modeClocks = (uint8_t)((handle->bfp.dw6 & 0xE00000UL) >> 21UL); in SFDP_Get2PadReadCmd() 293 ptr4PadReadCmdInfo->modeClocks = (uint8_t)((handle->bfp.dw3 & 0xE00000UL) >> 21UL); in SFDP_Get4PadReadCmd() 308 ptr4PadReadCmdInfo->modeClocks = (uint8_t)((handle->bfp.dw3 & 0xE0UL) >> 5UL); in SFDP_Get4PadReadCmd() 323 ptr4PadReadCmdInfo->modeClocks = (handle->bfp.dw23 & 0xE0UL) >> 5UL; in SFDP_Get4PadReadCmd() 336 ptr4PadReadCmdInfo->modeClocks = (uint8_t)((handle->bfp.dw7 & 0xE00000UL) >> 21UL); in SFDP_Get4PadReadCmd() 342 ptr4PadReadCmdInfo->modeClocks = (uint8_t)((handle->bfp.dw23 & 0xE00000UL) >> 21UL); in SFDP_Get4PadReadCmd() [all …]
|
| D | fsl_sfdp_parser.h | 616 uint8_t modeClocks; /*!< Mode bit clocks. */ member
|
| /hal_nxp-latest/s32/drivers/s32ze/Mem_EXFLS/src/ |
| D | Qspi_Ip_Sfdp.c | 1017 static Qspi_Ip_LutCommandsType Qspi_Ip_SfdpGetModeInstr(uint8 modeClocks, 2534 static Qspi_Ip_LutCommandsType Qspi_Ip_SfdpGetModeInstr(uint8 modeClocks, in Qspi_Ip_SfdpGetModeInstr() argument 2542 modeBits = modeClocks * (1U << (uint8)((uint32)addrPads >> 8U)); in Qspi_Ip_SfdpGetModeInstr() 2741 uint8 modeClocks; in Qspi_Ip_SfdpGetBasicReadInfo() local 2782 modeClocks = (uint8)Qspi_Ip_SfdpGetBasicParam(sfdpTables, readModeDword[modeIndex], in Qspi_Ip_SfdpGetBasicReadInfo() 2794 if (modeClocks > 0U) in Qspi_Ip_SfdpGetBasicReadInfo() 2796 modeInstr = Qspi_Ip_SfdpGetModeInstr(modeClocks, addrPads); in Qspi_Ip_SfdpGetBasicReadInfo()
|
| /hal_nxp-latest/s32/drivers/s32k3/Fls/src/ |
| D | Qspi_Ip_Sfdp.c | 1018 static Qspi_Ip_LutCommandsType Qspi_Ip_SfdpGetModeInstr(uint8 modeClocks, 2529 static Qspi_Ip_LutCommandsType Qspi_Ip_SfdpGetModeInstr(uint8 modeClocks, in Qspi_Ip_SfdpGetModeInstr() argument 2537 modeBits = modeClocks * (1U << (uint8)((uint32)addrPads >> 8U)); in Qspi_Ip_SfdpGetModeInstr() 2736 uint8 modeClocks; in Qspi_Ip_SfdpGetBasicReadInfo() local 2777 modeClocks = (uint8)Qspi_Ip_SfdpGetBasicParam(sfdpTables, readModeDword[modeIndex], in Qspi_Ip_SfdpGetBasicReadInfo() 2789 if (modeClocks > 0U) in Qspi_Ip_SfdpGetBasicReadInfo() 2791 modeInstr = Qspi_Ip_SfdpGetModeInstr(modeClocks, addrPads); in Qspi_Ip_SfdpGetBasicReadInfo()
|