Searched refs:tcc (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/video/fbdev/ |
| H A D | imsttfb.c | 585 __u8 tcc, mxc, lckl_n, mic; in set_imstt_regvals_tvp() local 591 tcc = 0x80; in set_imstt_regvals_tvp() 598 tcc = 0x44; in set_imstt_regvals_tvp() 605 tcc = 0x5e; in set_imstt_regvals_tvp() 612 tcc = 0x46; in set_imstt_regvals_tvp() 631 par->cmap_regs[TVPIDATA] = tcc; eieio(); in set_imstt_regvals_tvp()
|
| /linux/arch/mips/net/ |
| H A D | bpf_jit_comp64.c | 481 u8 tcc = bpf2mips64[JIT_REG_TC]; in emit_tail_call() local 501 emit(ctx, daddiu, tcc, tcc, -1); /* tcc-- (delay slot) */ in emit_tail_call() 502 emit(ctx, bltz, tcc, get_offset(ctx, 1)); /* PC += off(1) if tcc < 0 */ in emit_tail_call()
|
| /linux/drivers/media/platform/mediatek/mdp3/ |
| H A D | mdp_sm_mt8195.h | 269 struct mdp_tcc_data_8195 tcc; member
|
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 630 const u8 tcc = bpf2a64[TMP_REG_3]; in emit_bpf_tail_call() local 653 emit(A64_LDR64I(tcc, ptr, 0), ctx); in emit_bpf_tail_call() 654 emit(A64_CMP(1, tcc, tmp), ctx); in emit_bpf_tail_call() 659 emit(A64_ADD_I(1, tcc, tcc, 1), ctx); in emit_bpf_tail_call() 674 emit(A64_STR64I(tcc, ptr, 0), ctx); in emit_bpf_tail_call()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | gfx_v6_0.c | 1599 u32 i, tcc, tcp_addr_config, num_active_tcc = 0; in gfx_v6_0_setup_tcc() local 1618 tcc = (chan_steer >> (u64)(4 * i)) & 0xf; in gfx_v6_0_setup_tcc() 1620 if (!((1 << tcc) & dis_tcc_mask)) { in gfx_v6_0_setup_tcc() 1622 patched_chan_steer |= (u64)tcc << (u64)(4 * num_active_tcc); in gfx_v6_0_setup_tcc()
|
| /linux/Documentation/wmi/devices/ |
| H A D | alienware-wmi.rst | 317 * `AlexIII <https://github.com/AlexIII/tcc-g15>`_
|
| /linux/arch/riscv/net/ |
| H A D | bpf_jit_comp64.c | 358 u8 tcc = rv_tail_call_reg(ctx); in emit_bpf_tail_call() local 381 emit_addi(RV_REG_TCC, tcc, -1, ctx); in emit_bpf_tail_call()
|
| /linux/drivers/staging/media/ipu3/ |
| H A D | ipu3-abi.h | 1294 struct ipu3_uapi_yuvp2_tcc_static_config tcc __aligned(32);
|