Home
last modified time | relevance | path

Searched refs:tab_to (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/msm/registers/
H A Dgen_header.py112 def tab_to(name, value): function
225 tab_to(" __bo_type", "bo;")
226 tab_to(" uint32_t", "bo_offset;")
232 tab_to(" %s" % type, "%s;" % name)
234 tab_to(" uint64_t", "unknown;")
235 tab_to(" uint64_t", "qword;")
237 tab_to(" uint32_t", "unknown;")
238 tab_to(" uint32_t", "dword;")
286 tab_to("#define %s" % name, "0x%08x" % (1 << f.low))
289 tab_to("#define %s__MASK" % name, "0x%08x%s" % (mask(f.low, f.high), typespec))
[all …]