start_entry
static int start_entry(char **, char *, int *);
if (start_entry(&sp, token, &f)) {
reg_hdr->start_entry = reg->start_entry;
SET_FIELD(reg_hdr->data, DBG_IDLE_CHK_RESULT_REG_HDR_IS_MEM, reg->num_entries > 1 || reg->start_entry > 0 ? 1 : 0);
if (reg->num_entries > 1 || reg->start_entry > 0) {
addr += (reg->start_entry + entry_id) * padded_entry_size;
u8 start_entry /* index of the first entry to check */;
u8 start_entry /* index of the first checked entry */;
u8 start_entry /* index of the first entry to check */;
u8 start_entry /* index of the first checked entry */;