Searched refs:sfdp_flash_pad_num_t (Results 1 – 3 of 3) sorted by relevance
368 …SFDP_GetBusyBitInfo(xspiMemNorHandle.ptrSfdpHandle, (sfdp_flash_pad_num_t)ptrUserInputMemConfig->n… in XSPI_NOR_SetNorFlashDeviceConfig()407 sfdp_flash_pad_num_t instrPad; in XSPI_NOR_FillPageProgramLutSeq()409 sfdp_flash_pad_num_t addrPad; in XSPI_NOR_FillPageProgramLutSeq()411 sfdp_flash_pad_num_t dataPad; in XSPI_NOR_FillPageProgramLutSeq()449 sfdp_flash_pad_num_t instrPad; in XSPI_NOR_FillSectorEraseLutSeq()451 sfdp_flash_pad_num_t addrPad; in XSPI_NOR_FillSectorEraseLutSeq()453 sfdp_flash_pad_num_t dataPad; in XSPI_NOR_FillSectorEraseLutSeq()494 sfdp_flash_pad_num_t instrPad; in XSPI_NOR_FillBlockEraseLutSeq()496 sfdp_flash_pad_num_t addrPad; in XSPI_NOR_FillBlockEraseLutSeq()498 sfdp_flash_pad_num_t dataPad; in XSPI_NOR_FillBlockEraseLutSeq()[all …]
430 } sfdp_flash_pad_num_t; typedef440 instrPad = (sfdp_flash_pad_num_t)(((uint16_t)protocol & 0xC0U) >> 6U); \442 addrPad = (sfdp_flash_pad_num_t)(((uint16_t)protocol & 0x18U) >> 3U); \444 dataPad = (sfdp_flash_pad_num_t)((uint16_t)protocol & 0x3); \1075 sfdp_flash_pad_num_t flashPadNum);1556 sfdp_flash_pad_num_t padNum,
693 sfdp_flash_pad_num_t flashPadNum) in SFDP_GetFlashProtocolType()1390 sfdp_flash_pad_num_t padNum, in SFDP_GetBusyBitInfo()