Lines Matching refs:hdr
21 ((struct rk_sleep_tag *)((__u32 *)(t) + (t)->hdr.size))
29 struct rk_tag_header hdr; member
34 struct rk_tag_header hdr; member
102 config->core.hdr.tag = RK_ATAG_MCU_SLP_CORE; in parse_mcu_sleep_config()
103 config->core.hdr.size = sizeof(struct rk_mcu_sleep_core_tag) / sizeof(u32); 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()
146 slp_tag->hdr.size = in parse_mcu_sleep_config()
149 slp_tag->hdr.size = 0; in parse_mcu_sleep_config()
154 config->core.total_size += slp_tag->hdr.size * sizeof(u32); in parse_mcu_sleep_config()
165 memset_io(&slp_tag->hdr, 0, sizeof(slp_tag->hdr)); in parse_mcu_sleep_config()