tnum
tnum:5, /* Trans Number */
tnum: 5, /* TNUM field in xtalk */
tnum: 5, /* TNUM field in xtalk */
tnum: 5, /* 36-32: TNUM of xtalk request */
unsigned tnum:5;
u32 val, its, tnum;
tnum = xd->nodes[xd->cur_node].nr_burst;
writel(tnum, xc->reg_ch_base + XDMAC_TNUM);
u8 tnum, port_id, relative_port_id;
tnum = (u8)((com_id & DMA_TRANSFER_TNUM_MASK) >>
ret = fman->bus_error_cb(fman, relative_port_id, addr, tnum,
u8 __maybe_unused tnum,
u64 addr, u8 tnum, u16 liodn);
struct tnum var_off;
bool tnum_in(struct tnum a, struct tnum b);
int tnum_strn(char *str, size_t size, struct tnum a);
int tnum_sbin(char *str, size_t size, struct tnum a);
struct tnum tnum_subreg(struct tnum a);
struct tnum tnum_clear_subreg(struct tnum a);
struct tnum tnum_with_subreg(struct tnum reg, struct tnum subreg);
struct tnum tnum_const_subreg(struct tnum a, u32 value);
static inline bool tnum_subreg_is_const(struct tnum a)
u64 tnum_step(struct tnum t, u64 z);
struct tnum tnum_const(u64 value);
extern const struct tnum tnum_unknown;
struct tnum tnum_range(u64 min, u64 max);
struct tnum tnum_lshift(struct tnum a, u8 shift);
struct tnum tnum_rshift(struct tnum a, u8 shift);
struct tnum tnum_arshift(struct tnum a, u8 min_shift, u8 insn_bitness);
struct tnum tnum_add(struct tnum a, struct tnum b);
struct tnum tnum_sub(struct tnum a, struct tnum b);
struct tnum tnum_neg(struct tnum a);
struct tnum tnum_and(struct tnum a, struct tnum b);
struct tnum tnum_or(struct tnum a, struct tnum b);
struct tnum tnum_xor(struct tnum a, struct tnum b);
struct tnum tnum_mul(struct tnum a, struct tnum b);
bool tnum_overlap(struct tnum a, struct tnum b);
struct tnum tnum_intersect(struct tnum a, struct tnum b);
struct tnum tnum_union(struct tnum t1, struct tnum t2);
struct tnum tnum_cast(struct tnum a, u8 size);
struct tnum tnum_bswap16(struct tnum a);
struct tnum tnum_bswap32(struct tnum a);
struct tnum tnum_bswap64(struct tnum a);
static inline bool tnum_is_const(struct tnum a)
static inline bool tnum_equals_const(struct tnum a, u64 b)
static inline bool tnum_is_unknown(struct tnum a)
bool tnum_is_aligned(struct tnum a, u64 size);
int tnum_strn(char *str, size_t size, struct tnum a)
struct tnum tnum_or(struct tnum a, struct tnum b)
struct tnum tnum_xor(struct tnum a, struct tnum b)
#define TNUM(_v, _m) (struct tnum){.value = _v, .mask = _m}
struct tnum tnum_mul(struct tnum a, struct tnum b)
struct tnum acc = TNUM(0, 0);
const struct tnum tnum_unknown = { .value = 0, .mask = -1 };
bool tnum_overlap(struct tnum a, struct tnum b)
struct tnum tnum_const(u64 value)
struct tnum tnum_intersect(struct tnum a, struct tnum b)
struct tnum tnum_union(struct tnum a, struct tnum b)
struct tnum tnum_cast(struct tnum a, u8 size)
bool tnum_is_aligned(struct tnum a, u64 size)
bool tnum_in(struct tnum a, struct tnum b)
int tnum_sbin(char *str, size_t size, struct tnum a)
struct tnum tnum_range(u64 min, u64 max)
struct tnum tnum_subreg(struct tnum a)
struct tnum tnum_clear_subreg(struct tnum a)
struct tnum tnum_with_subreg(struct tnum reg, struct tnum subreg)
struct tnum tnum_const_subreg(struct tnum a, u32 value)
struct tnum tnum_bswap16(struct tnum a)
struct tnum tnum_bswap32(struct tnum a)
struct tnum tnum_bswap64(struct tnum a)
u64 tnum_step(struct tnum t, u64 z)
struct tnum tnum_lshift(struct tnum a, u8 shift)
struct tnum tnum_rshift(struct tnum a, u8 shift)
struct tnum tnum_arshift(struct tnum a, u8 min_shift, u8 insn_bitness)
struct tnum tnum_add(struct tnum a, struct tnum b)
struct tnum tnum_sub(struct tnum a, struct tnum b)
struct tnum tnum_neg(struct tnum a)
struct tnum tnum_and(struct tnum a, struct tnum b)
struct tnum var32_off = tnum_subreg(dst_reg->var_off);
struct tnum var32_off = tnum_subreg(dst_reg->var_off);
struct tnum var32_off = tnum_subreg(dst_reg->var_off);
struct tnum subreg = tnum_subreg(dst_reg->var_off);
struct tnum subreg = tnum_subreg(dst_reg->var_off);
struct tnum t1 = is_jmp32 ? tnum_subreg(reg1->var_off) : reg1->var_off;
struct tnum t2 = is_jmp32 ? tnum_subreg(reg2->var_off) : reg2->var_off;
struct tnum t;
struct tnum enforce_attach_type_range = tnum_unknown;
struct tnum var32_off = tnum_subreg(reg->var_off);
struct tnum var64_off = tnum_intersect(reg->var_off,
struct tnum var32_off = tnum_intersect(tnum_subreg(var64_off),
struct tnum reg_off;
struct tnum reg_off;