Searched refs:CUDBG_FLASH_SIZE (Results 1 – 3 of 3) sorted by relevance
51 #define CUDBG_FLASH_SIZE FLASH_CUDBG_MAX_SIZE macro
207 if (flash_hdr->data_len > CUDBG_FLASH_SIZE) { in cudbg_write_flash()212 space_left = CUDBG_FLASH_SIZE - flash_hdr->data_len; in cudbg_write_flash()
250 if (flash_data_offset > CUDBG_FLASH_SIZE) { in wr_entity_to_flash()258 remain_flash_size = CUDBG_FLASH_SIZE - flash_data_offset; in wr_entity_to_flash()