Searched refs:slp_tag (Results 1 – 1 of 1) sorted by relevance
72 struct rk_sleep_tag *slp_tag; in parse_mcu_sleep_config() local107 slp_tag = &config->slp_tags; in parse_mcu_sleep_config()114 if ((char *)slp_tag->params >= end) in parse_mcu_sleep_config()118 &slp_tag->hdr.tag, 1); in parse_mcu_sleep_config()120 slp_tag->hdr.tag <= RK_ATAG_MCU_SLP_CORE || in parse_mcu_sleep_config()121 slp_tag->hdr.tag >= RK_ATAG_MCU_SLP_MAX) { in parse_mcu_sleep_config()131 if ((char *)(slp_tag->params + len) >= end) { in parse_mcu_sleep_config()138 slp_tag->params, in parse_mcu_sleep_config()146 slp_tag->hdr.size = in parse_mcu_sleep_config()149 slp_tag->hdr.size = 0; in parse_mcu_sleep_config()[all …]