Lines Matching refs:tab_to
94 def tab_to(name, value): function
135 tab_to(" __bo_type", "bo;")
136 tab_to(" uint32_t", "bo_offset;")
142 tab_to(" %s" % type, "%s;" % name)
144 tab_to(" uint64_t", "unknown;")
145 tab_to(" uint64_t", "qword;")
147 tab_to(" uint32_t", "unknown;")
148 tab_to(" uint32_t", "dword;")
223 tab_to("#define %s" % name, "0x%08x" % (1 << f.low))
225 tab_to("#define %s__MASK" % name, "0x%08x" % mask(f.low, f.high))
226 tab_to("#define %s__SHIFT" % name, "%d" % f.low)
271 tab_to("#define REG_%s" % self.full_name, "0x%08x" % self.offset)