Home | History | Annotate | Download | only in registers

Lines Matching refs:inline

106 		self.inline = False
156 print("static inline struct fd_reg_pair\npack_%s(uint32_t i, struct %s fields)\n{" %
159 print("static inline struct fd_reg_pair\npack_%s(struct %s fields)\n{" %
229 print("static inline uint32_t %s(%s val)\n{" % (name, type))
269 print("static inline uint32_t REG_%s(uint32_t i0) { return 0x%08x + 0x%x*i0; }" % (self.full_name, offset, self.array.stride))
273 if self.bitset.inline:
278 if self.bitset.inline:
362 if bitset.inline:
364 self.current_bitset.inline = True
369 self.current_bitset.inline = True
412 if "inline" in attrs and attrs["inline"] == "yes":
413 self.current_bitset.inline = True
415 if len(self.stack) == 1 and not self.current_bitset.inline: