Lines Matching refs:t
161 static void __init bcmring_fixup(struct tag *t, char **cmdline, in bcmring_fixup() argument
165 t->hdr.tag = ATAG_CORE; in bcmring_fixup()
166 t->hdr.size = tag_size(tag_core); in bcmring_fixup()
167 t->u.core.flags = 0; in bcmring_fixup()
168 t->u.core.pagesize = PAGE_SIZE; in bcmring_fixup()
169 t->u.core.rootdev = 31 << 8 | 0; in bcmring_fixup()
170 t = tag_next(t); in bcmring_fixup()
172 t->hdr.tag = ATAG_MEM; in bcmring_fixup()
173 t->hdr.size = tag_size(tag_mem32); in bcmring_fixup()
174 t->u.mem.start = CFG_GLOBAL_RAM_BASE; in bcmring_fixup()
175 t->u.mem.size = CFG_GLOBAL_RAM_SIZE; in bcmring_fixup()
177 t = tag_next(t); in bcmring_fixup()
179 t->hdr.tag = ATAG_NONE; in bcmring_fixup()
180 t->hdr.size = 0; in bcmring_fixup()