Searched refs:page_begin (Results 1 – 4 of 4) sorted by relevance
129 uint32_t page_begin = offset & (~0xff); in csi_spiflash_program() local131 uint32_t page_cnt = ((page_end - page_begin) >> 8) + 1; in csi_spiflash_program()134 uint32_t addr_end = (page_cnt == 1) ? (offset + size) : (page_begin + 0x100); in csi_spiflash_program()
353 u32 page_begin = address & (~0xff); in flash_stream_write() local355 u32 page_cnt = ((page_end - page_begin) >> 8) + 1; in flash_stream_write()358 u32 addr_end = (page_cnt == 1) ? (address + len) : (page_begin + 0x100); in flash_stream_write()
384 u32 page_begin = address & (~0xff); in FLASH_WriteStream() local386 u32 page_cnt = ((page_end - page_begin) >> 8) + 1; in FLASH_WriteStream()389 u32 addr_end = (page_cnt == 1) ? (address + len) : (page_begin + 0x100); in FLASH_WriteStream()
224 u32 page_begin = address & (~0xff); in ota_writestream_user() local226 u32 page_cnt = ((page_end - page_begin) >> 8) + 1; in ota_writestream_user()229 u32 addr_end = (page_cnt == 1) ? (address + len) : (page_begin + 0x100); in ota_writestream_user()
Completed in 9 milliseconds