Searched refs:programaddress (Results 1 – 1 of 1) sorted by relevance
590 uint32_t programaddress; in FTFx_CMD_ProgramSection() local609 programaddress = config->opsConfig.convertedAddress; in FTFx_CMD_ProgramSection()629 uint32_t endAddressOfCurrentSector = ALIGN_UP(programaddress, sectorSize); in FTFx_CMD_ProgramSection()633 if (endAddressOfCurrentSector == programaddress) in FTFx_CMD_ProgramSection()638 if ((lengthInBytes + programaddress) > endAddressOfCurrentSector) in FTFx_CMD_ProgramSection()640 lengthTobeProgrammedOfCurrentSector = endAddressOfCurrentSector - programaddress; in FTFx_CMD_ProgramSection()666 kFCCOBx[0] = BYTE2WORD_1_3(FTFx_PROGRAM_SECTION, programaddress + currentOffset); in FTFx_CMD_ProgramSection()685 programaddress += currentOffset; in FTFx_CMD_ProgramSection()