| /linux/drivers/gpu/drm/bridge/ |
| H A D | lontium-lt8912b.c | 52 static int lt8912_write_init_config(struct lt8912 *lt) in lt8912_write_init_config() argument 89 return regmap_multi_reg_write(lt->regmap[I2C_MAIN], seq, ARRAY_SIZE(seq)); in lt8912_write_init_config() 92 static int lt8912_write_mipi_basic_config(struct lt8912 *lt) in lt8912_write_mipi_basic_config() argument 102 return regmap_multi_reg_write(lt->regmap[I2C_CEC_DSI], seq, ARRAY_SIZE(seq)); in lt8912_write_mipi_basic_config() 105 static int lt8912_write_dds_config(struct lt8912 *lt) in lt8912_write_dds_config() argument 155 return regmap_multi_reg_write(lt->regmap[I2C_CEC_DSI], seq, ARRAY_SIZE(seq)); in lt8912_write_dds_config() 158 static int lt8912_write_rxlogicres_config(struct lt8912 *lt) in lt8912_write_rxlogicres_config() argument 162 ret = regmap_write(lt->regmap[I2C_MAIN], 0x03, 0x7f); in lt8912_write_rxlogicres_config() 164 ret |= regmap_write(lt->regmap[I2C_MAIN], 0x03, 0xff); in lt8912_write_rxlogicres_config() 170 static int lt8912_write_lvds_config(struct lt8912 *lt) in lt8912_write_lvds_config() argument [all …]
|
| /linux/net/netfilter/ |
| H A D | nft_set_pipapo_avx2.c | 45 #define NFT_PIPAPO_AVX2_BUCKET_LOAD4(reg, lt, group, v, bsize) \ argument 47 lt[((group) * NFT_PIPAPO_BUCKETS(4) + \ 49 #define NFT_PIPAPO_AVX2_BUCKET_LOAD8(reg, lt, group, v, bsize) \ argument 51 lt[((group) * NFT_PIPAPO_BUCKETS(8) + \ 221 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_2() local 223 lt += offset * NFT_PIPAPO_LONGS_PER_M256; in nft_pipapo_avx2_lookup_4b_2() 224 for (i = offset; i < m256_size; i++, lt += NFT_PIPAPO_LONGS_PER_M256) { in nft_pipapo_avx2_lookup_4b_2() 228 NFT_PIPAPO_AVX2_BUCKET_LOAD4(0, lt, 0, pg[0], bsize); in nft_pipapo_avx2_lookup_4b_2() 229 NFT_PIPAPO_AVX2_BUCKET_LOAD4(1, lt, 1, pg[1], bsize); in nft_pipapo_avx2_lookup_4b_2() 232 NFT_PIPAPO_AVX2_BUCKET_LOAD4(0, lt, 0, pg[0], bsize); in nft_pipapo_avx2_lookup_4b_2() [all …]
|
| H A D | nft_set_pipapo.c | 714 long *new_lt = NULL, *new_p, *old_lt = f->lt, *old_p; in pipapo_resize() 769 f->lt = new_lt; in pipapo_resize() 788 pos = NFT_PIPAPO_LT_ALIGN(f->lt); in pipapo_bucket_set() 928 sizeof(*f->lt); in pipapo_lt_bits_adjust() 963 NFT_PIPAPO_LT_ALIGN(f->lt), in pipapo_lt_bits_adjust() 967 NFT_PIPAPO_LT_ALIGN(f->lt), in pipapo_lt_bits_adjust() 975 kvfree(f->lt); in pipapo_lt_bits_adjust() 976 f->lt = new_lt; in pipapo_lt_bits_adjust() 1442 memcpy(dst, src, offsetof(struct nft_pipapo_field, lt)); 1452 dst->lt = new_lt; [all …]
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| H A D | dp.c | 92 nvkm_dp_train_sense(struct lt_state *lt, bool pc, u32 delay) in nvkm_dp_train_sense() argument 94 struct nvkm_outp *outp = lt->outp; in nvkm_dp_train_sense() 100 if (lt->repeater) in nvkm_dp_train_sense() 101 addr = DPCD_LTTPR_LANE0_1_STATUS(lt->repeater); in nvkm_dp_train_sense() 105 ret = nvkm_rdaux(outp->dp.aux, addr, <->stat[0], 3); in nvkm_dp_train_sense() 109 if (lt->repeater) in nvkm_dp_train_sense() 110 addr = DPCD_LTTPR_LANE0_1_ADJUST(lt->repeater); in nvkm_dp_train_sense() 114 ret = nvkm_rdaux(outp->dp.aux, addr, <->stat[4], 2); in nvkm_dp_train_sense() 119 ret = nvkm_rdaux(outp->dp.aux, DPCD_LS0C, <->pc2stat, 1); in nvkm_dp_train_sense() 121 lt->pc2stat = 0x00; in nvkm_dp_train_sense() [all …]
|
| H A D | uoutp.c | 120 outp->dp.lt.nr = args->v0.link_nr; in nvkm_uoutp_mthd_dp_train() 121 outp->dp.lt.bw = args->v0.link_bw / 27000; in nvkm_uoutp_mthd_dp_train() 122 outp->dp.lt.mst = args->v0.mst; in nvkm_uoutp_mthd_dp_train() 123 outp->dp.lt.post_adj = args->v0.post_lt_adj; in nvkm_uoutp_mthd_dp_train()
|
| H A D | outp.h | 62 } lt; member
|
| /linux/scripts/ |
| H A D | unifdef.c | 831 Linetype lt; in eval_unary() local 837 lt = eval_unary(ops, valp, &cp); in eval_unary() 838 if (lt == LT_ERROR) in eval_unary() 840 if (lt != LT_IF) { in eval_unary() 842 lt = *valp ? LT_TRUE : LT_FALSE; in eval_unary() 847 lt = eval_table(eval_ops, valp, &cp); in eval_unary() 848 if (lt == LT_ERROR) in eval_unary() 858 lt = *valp ? LT_TRUE : LT_FALSE; in eval_unary() 871 lt = LT_IF; in eval_unary() 874 lt = *valp ? LT_TRUE : LT_FALSE; in eval_unary() [all …]
|
| H A D | Kbuild.include | 20 # Usage: $(call test-lt, $(CONFIG_LLD_VERSION), 150000) 32 test-lt = $(call test-gt, $2, $1)
|
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-h264.c | 263 u8 lt, i = 0, j = 0, k = 0; in reorder_field_reflist() local 267 for (lt = 0; lt <= 1; lt++) { in reorder_field_reflist() 269 for (; i < b->num_valid && b->refs[tmplist[i].index].longterm == lt; i++) { in reorder_field_reflist() 276 for (; j < b->num_valid && b->refs[tmplist[j].index].longterm == lt; j++) { in reorder_field_reflist() 282 } while ((i < b->num_valid && b->refs[tmplist[i].index].longterm == lt) || in reorder_field_reflist() 283 (j < b->num_valid && b->refs[tmplist[j].index].longterm == lt)); in reorder_field_reflist()
|
| /linux/arch/mips/pci/ |
| H A D | fixup-cobalt.c | 71 unsigned char lt; in qube_raq_via_bmIDE_fixup() local 82 pci_read_config_byte(dev, PCI_LATENCY_TIMER, <); in qube_raq_via_bmIDE_fixup() 83 if (lt < 64) in qube_raq_via_bmIDE_fixup()
|
| /linux/arch/mips/include/asm/ |
| H A D | cpu-features.h | 63 #define __isa_range(ge, lt) \ argument 64 ((MIPS_ISA_REV >= (ge)) && (MIPS_ISA_REV < (lt))) 65 #define __isa_range_or_flag(ge, lt, flag) \ argument 66 (__isa_range(ge, lt) || ((MIPS_ISA_REV < (lt)) && __isa(flag))) 67 #define __isa_range_and_ase(ge, lt, ase) \ argument 68 (__isa_range(ge, lt) && __ase(ase))
|
| /linux/kernel/locking/ |
| H A D | lockdep_proc.c | 451 static void seq_lock_time(struct seq_file *m, struct lock_time *lt) in seq_lock_time() argument 453 seq_printf(m, "%14lu", lt->nr); in seq_lock_time() 454 seq_time(m, lt->min); in seq_lock_time() 455 seq_time(m, lt->max); in seq_lock_time() 456 seq_time(m, lt->total); in seq_lock_time() 457 seq_time(m, lt->nr ? div64_u64(lt->total, lt->nr) : 0); in seq_lock_time()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_npc_fs.c | 159 u64 cfg, u8 lid, u8 lt, u8 intf) in npc_set_layer_mdata() argument 169 input->layer_mdata.ltype = lt; in npc_set_layer_mdata() 204 u8 nr_bits, lid, lt, ld; in npc_check_overlap() local 216 for (lt = 0; lt < NPC_MAX_LT; lt++) { in npc_check_overlap() 220 (intf, lid, lt, ld)); in npc_check_overlap() 225 lid, lt, intf); in npc_check_overlap() 460 u8 lt, u64 cfg, u8 intf) in npc_scan_ldata() argument 488 if (lid == (hlid) && lt == (hlt)) { \ in npc_scan_ldata() 492 npc_set_layer_mdata(mcam, (name), cfg, lid, lt, intf); \ in npc_scan_ldata() 512 if (mkex_hash->lid_lt_ld_hash_en[intf][lid][lt][0]) in npc_scan_ldata() [all …]
|
| H A D | rvu_npc_hash.c | 104 u8 intf, int lid, int lt, int ld) in npc_update_use_hash() argument 109 cfg = rvu_read64(rvu, blkaddr, NPC_AF_INTFX_LIDX_LTX_LDX_CFG(intf, lid, lt, ld)); in npc_update_use_hash() 126 int lid, lt, ld, hash_cnt = 0; in npc_program_mkex_hash_rx() local 133 for (lt = 0; lt < NPC_MAX_LT; lt++) { in npc_program_mkex_hash_rx() 135 if (mkex_hash->lid_lt_ld_hash_en[intf][lid][lt][ld]) { in npc_program_mkex_hash_rx() 142 intf, lid, lt, ld); in npc_program_mkex_hash_rx() 144 SET_KEX_LD(intf, lid, lt, ld, cfg); in npc_program_mkex_hash_rx() 166 int lid, lt, ld, hash_cnt = 0; in npc_program_mkex_hash_tx() local 173 for (lt = 0; lt < NPC_MAX_LT; lt++) { in npc_program_mkex_hash_tx() 175 if (mkex_hash->lid_lt_ld_hash_en[intf][lid][lt][ld]) { in npc_program_mkex_hash_tx() [all …]
|
| H A D | rvu_npc.c | 1263 int lid, lt, ld, fl; in npc_program_mkex_rx() local 1273 for (lt = 0; lt < NPC_MAX_LT; lt++) { in npc_program_mkex_rx() 1275 SET_KEX_LD(intf, lid, lt, ld, in npc_program_mkex_rx() 1277 [lid][lt][ld]); in npc_program_mkex_rx() 1292 int lid, lt, ld, fl; in npc_program_mkex_tx() local 1302 for (lt = 0; lt < NPC_MAX_LT; lt++) { in npc_program_mkex_tx() 1304 SET_KEX_LD(intf, lid, lt, ld, in npc_program_mkex_tx() 1306 [lid][lt][ld]); in npc_program_mkex_tx() 3359 #define GET_KEX_LD(intf, lid, lt, ld) \ argument 3361 NPC_AF_INTFX_LIDX_LTX_LDX_CFG(intf, lid, lt, ld)) [all …]
|
| /linux/tools/perf/util/ |
| H A D | demangle-rust-v0.c | 1074 …NODISCARD overflow_status printer_print_lifetime_from_index(struct printer *printer, uint64_t lt) { in printer_print_lifetime_from_index() argument 1081 if (lt == 0) { in printer_print_lifetime_from_index() 1086 if (printer->bound_lifetime_depth < lt) { in printer_print_lifetime_from_index() 1089 uint64_t depth = printer->bound_lifetime_depth - lt; in printer_print_lifetime_from_index() 1130 uint64_t lt; in printer_print_generic_arg() local 1131 PARSE(printer, parser_integer_62, <); in printer_print_generic_arg() 1132 return printer_print_lifetime_from_index(printer, lt); in printer_print_generic_arg() 1606 uint64_t lt; in printer_print_type() local 1614 PARSE(printer, parser_integer_62, <); in printer_print_type() 1615 if (lt != 0) { in printer_print_type() [all …]
|
| /linux/arch/arm64/include/asm/ |
| H A D | el2_setup.h | 33 b.lt .LnE2H0_\@ 125 b.lt \skip_label 409 b.lt .Lskip_fgt2_\@ 415 b.lt .Lskip_pmuv3p9_\@
|
| /linux/arch/mips/kernel/ |
| H A D | ptrace.c | 170 unsigned long lt[NUM_WATCH_REGS]; in ptrace_set_watch_regs() local 179 __get_user(lt[i], &addr->WATCH_STYLE.watchlo[i]); in ptrace_set_watch_regs() 181 if (lt[i] & __UA_LIMIT) in ptrace_set_watch_regs() 185 if (lt[i] & 0xffffffff80000000UL) in ptrace_set_watch_regs() 188 if (lt[i] & __UA_LIMIT) in ptrace_set_watch_regs() 198 if (lt[i] & MIPS_WATCHLO_IRW) in ptrace_set_watch_regs() 200 child->thread.watch.mips3264.watchlo[i] = lt[i]; in ptrace_set_watch_regs()
|
| /linux/arch/arm/lib/ |
| H A D | clear_user.S | 32 strusr r2, r0, 1, lt
|
| /linux/drivers/scsi/be2iscsi/ |
| H A D | be_main.h | 710 u8 lt; /* DWORD 0 */ member 778 u8 lt; /* DWORD 11 */ member 866 u8 lt; /* DWORD 0 */ member
|
| /linux/arch/arm/mm/ |
| H A D | cache-v7m.S | 67 .irp c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo 76 .irp c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo
|
| /linux/tools/mm/ |
| H A D | slabinfo-gnuplot.sh | 89 set style histogram columnstacked title textcolor lt -1
|
| /linux/lib/crc/arm64/ |
| H A D | crc-t10dif-core.S | 212 b.lt .Lless_than_256_bytes_\@ 286 b.lt .Lfold_16_bytes_loop_done_\@
|
| /linux/arch/powerpc/kernel/ |
| H A D | head_8xx.S | 726 bdnzt lt, 2b 756 bdnzt lt, 2b 768 bdnzt lt, 2b
|
| /linux/arch/arm/include/asm/ |
| H A D | assembler.h | 207 .irp c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo 546 .irp c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo
|