/Linux-v5.15/drivers/gpu/drm/bridge/ |
D | lontium-lt8912b.c | 49 static int lt8912_write_init_config(struct lt8912 *lt) in lt8912_write_init_config() argument 86 return regmap_multi_reg_write(lt->regmap[I2C_MAIN], seq, ARRAY_SIZE(seq)); in lt8912_write_init_config() 89 static int lt8912_write_mipi_basic_config(struct lt8912 *lt) in lt8912_write_mipi_basic_config() argument 99 return regmap_multi_reg_write(lt->regmap[I2C_CEC_DSI], seq, ARRAY_SIZE(seq)); in lt8912_write_mipi_basic_config() 102 static int lt8912_write_dds_config(struct lt8912 *lt) in lt8912_write_dds_config() argument 152 return regmap_multi_reg_write(lt->regmap[I2C_CEC_DSI], seq, ARRAY_SIZE(seq)); in lt8912_write_dds_config() 155 static int lt8912_write_rxlogicres_config(struct lt8912 *lt) in lt8912_write_rxlogicres_config() argument 159 ret = regmap_write(lt->regmap[I2C_MAIN], 0x03, 0x7f); in lt8912_write_rxlogicres_config() 161 ret |= regmap_write(lt->regmap[I2C_MAIN], 0x03, 0xff); in lt8912_write_rxlogicres_config() 166 static int lt8912_write_lvds_config(struct lt8912 *lt) in lt8912_write_lvds_config() argument [all …]
|
/Linux-v5.15/net/netfilter/ |
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) + \ 223 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_2() local 225 lt += offset * NFT_PIPAPO_LONGS_PER_M256; in nft_pipapo_avx2_lookup_4b_2() 226 for (i = offset; i < m256_size; i++, lt += NFT_PIPAPO_LONGS_PER_M256) { in nft_pipapo_avx2_lookup_4b_2() 230 NFT_PIPAPO_AVX2_BUCKET_LOAD4(0, lt, 0, pg[0], bsize); in nft_pipapo_avx2_lookup_4b_2() 231 NFT_PIPAPO_AVX2_BUCKET_LOAD4(1, lt, 1, pg[1], bsize); in nft_pipapo_avx2_lookup_4b_2() 234 NFT_PIPAPO_AVX2_BUCKET_LOAD4(0, lt, 0, pg[0], bsize); in nft_pipapo_avx2_lookup_4b_2() [all …]
|
D | nft_set_pipapo.h | 72 #define NFT_PIPAPO_LT_ALIGN(lt) (PTR_ALIGN((lt), NFT_PIPAPO_ALIGN)) argument 76 (field)->lt = (x); \ 80 #define NFT_PIPAPO_LT_ALIGN(lt) (lt) argument 81 #define NFT_PIPAPO_LT_ASSIGN(field, x) ((field)->lt = (x)) 129 unsigned long *lt; member 192 unsigned long *lt = NFT_PIPAPO_LT_ALIGN(f->lt); in pipapo_and_field_buckets_4bit() local 199 __bitmap_and(dst, dst, lt + v * f->bsize, in pipapo_and_field_buckets_4bit() 201 lt += f->bsize * NFT_PIPAPO_BUCKETS(4); in pipapo_and_field_buckets_4bit() 204 __bitmap_and(dst, dst, lt + v * f->bsize, in pipapo_and_field_buckets_4bit() 206 lt += f->bsize * NFT_PIPAPO_BUCKETS(4); in pipapo_and_field_buckets_4bit() [all …]
|
D | nft_set_pipapo.c | 622 long *new_lt = NULL, *new_p, *old_lt = f->lt, *old_p; in pipapo_resize() 701 pos = NFT_PIPAPO_LT_ALIGN(f->lt); in pipapo_bucket_set() 841 sizeof(*f->lt); in pipapo_lt_bits_adjust() 849 sizeof(*f->lt); in pipapo_lt_bits_adjust() 856 sizeof(*f->lt); in pipapo_lt_bits_adjust() 874 NFT_PIPAPO_LT_ALIGN(f->lt), in pipapo_lt_bits_adjust() 878 NFT_PIPAPO_LT_ALIGN(f->lt), in pipapo_lt_bits_adjust() 886 kvfree(f->lt); in pipapo_lt_bits_adjust() 1302 memcpy(dst, src, offsetof(struct nft_pipapo_field, lt)); 1305 src->bsize * sizeof(*dst->lt) + [all …]
|
/Linux-v5.15/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | dp.c | 52 nvkm_dp_train_sense(struct lt_state *lt, bool pc, u32 delay) in nvkm_dp_train_sense() argument 54 struct nvkm_dp *dp = lt->dp; in nvkm_dp_train_sense() 62 ret = nvkm_rdaux(dp->aux, DPCD_LS02, lt->stat, 6); in nvkm_dp_train_sense() 67 ret = nvkm_rdaux(dp->aux, DPCD_LS0C, <->pc2stat, 1); in nvkm_dp_train_sense() 69 lt->pc2stat = 0x00; in nvkm_dp_train_sense() 71 lt->stat, lt->pc2stat); in nvkm_dp_train_sense() 73 OUTP_TRACE(&dp->outp, "status %6ph", lt->stat); in nvkm_dp_train_sense() 80 nvkm_dp_train_drive(struct lt_state *lt, bool pc) in nvkm_dp_train_drive() argument 82 struct nvkm_dp *dp = lt->dp; in nvkm_dp_train_drive() 92 u8 lane = (lt->stat[4 + (i >> 1)] >> ((i & 1) * 4)) & 0xf; in nvkm_dp_train_drive() [all …]
|
/Linux-v5.15/drivers/mtd/nand/raw/ |
D | marvell_nand.c | 1026 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; in marvell_nfc_hw_ecc_hmg_do_read_page() local 1036 unsigned int oob_bytes = lt->spare_bytes + (raw ? lt->ecc_bytes : 0); in marvell_nfc_hw_ecc_hmg_do_read_page() 1061 lt->data_bytes + oob_bytes); in marvell_nfc_hw_ecc_hmg_do_read_page() 1062 memcpy(data_buf, nfc->dma_buf, lt->data_bytes); in marvell_nfc_hw_ecc_hmg_do_read_page() 1063 memcpy(oob_buf, nfc->dma_buf + lt->data_bytes, oob_bytes); in marvell_nfc_hw_ecc_hmg_do_read_page() 1065 marvell_nfc_xfer_data_in_pio(nfc, data_buf, lt->data_bytes); in marvell_nfc_hw_ecc_hmg_do_read_page() 1084 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; in marvell_nfc_hw_ecc_hmg_read_page() local 1085 unsigned int full_sz = lt->data_bytes + lt->spare_bytes + lt->ecc_bytes; in marvell_nfc_hw_ecc_hmg_read_page() 1108 lt->data_bytes, true, page); in marvell_nfc_hw_ecc_hmg_read_page() 1140 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; in marvell_nfc_hw_ecc_hmg_do_write_page() local [all …]
|
/Linux-v5.15/drivers/media/platform/rockchip/rga/ |
D | rga-hw.c | 50 struct rga_addr_offset *lt, *lb, *rt, *rb; in rga_get_addr_offset() local 54 lt = &offsets.left_top; in rga_get_addr_offset() 65 lt->y_off = y * frm->stride + x * pixel_width; in rga_get_addr_offset() 66 lt->u_off = in rga_get_addr_offset() 68 lt->v_off = lt->u_off + frm->width * frm->height / uv_factor; in rga_get_addr_offset() 70 lb->y_off = lt->y_off + (h - 1) * frm->stride; in rga_get_addr_offset() 71 lb->u_off = lt->u_off + (h / y_div - 1) * uv_stride; in rga_get_addr_offset() 72 lb->v_off = lt->v_off + (h / y_div - 1) * uv_stride; in rga_get_addr_offset() 74 rt->y_off = lt->y_off + (w - 1) * pixel_width; in rga_get_addr_offset() 75 rt->u_off = lt->u_off + w / x_div - 1; in rga_get_addr_offset() [all …]
|
/Linux-v5.15/scripts/ |
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 …]
|
/Linux-v5.15/arch/mips/pci/ |
D | fixup-cobalt.c | 56 unsigned char lt; in qube_raq_via_bmIDE_fixup() local 67 pci_read_config_byte(dev, PCI_LATENCY_TIMER, <); in qube_raq_via_bmIDE_fixup() 68 if (lt < 64) in qube_raq_via_bmIDE_fixup()
|
/Linux-v5.15/arch/arm64/lib/ |
D | memset.S | 96 b.lt 2f 147 b.lt .Lnot_short /*count is at least 128 bytes*/ 167 b.lt .Lnot_short /* Not enough to reach alignment. */ 179 b.lt .Lnot_short
|
/Linux-v5.15/arch/mips/include/asm/ |
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-v5.15/kernel/locking/ |
D | lockdep_proc.c | 422 static void seq_lock_time(struct seq_file *m, struct lock_time *lt) in seq_lock_time() argument 424 seq_printf(m, "%14lu", lt->nr); in seq_lock_time() 425 seq_time(m, lt->min); in seq_lock_time() 426 seq_time(m, lt->max); in seq_lock_time() 427 seq_time(m, lt->total); in seq_lock_time() 428 seq_time(m, lt->nr ? div64_u64(lt->total, lt->nr) : 0); in seq_lock_time()
|
/Linux-v5.15/arch/arm64/include/asm/ |
D | el2_setup.h | 45 b.lt .Lskip_pmu_\@ // Skip if no PMU present 49 csel x2, xzr, x0, lt // all PMU counters from EL1 156 b.lt .Lset_fgt_\@
|
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_npc_fs.c | 133 u64 cfg, u8 lid, u8 lt, u8 intf) in npc_set_layer_mdata() argument 143 input->layer_mdata.ltype = lt; in npc_set_layer_mdata() 178 u8 nr_bits, lid, lt, ld; in npc_check_overlap() local 190 for (lt = 0; lt < NPC_MAX_LT; lt++) { in npc_check_overlap() 194 (intf, lid, lt, ld)); in npc_check_overlap() 199 lid, lt, intf); in npc_check_overlap() 389 u8 lt, u64 cfg, u8 intf) in npc_scan_ldata() argument 416 if (lid == (hlid) && lt == (hlt)) { \ in npc_scan_ldata() 420 npc_set_layer_mdata(mcam, (name), cfg, lid, lt, intf); \ in npc_scan_ldata() 511 u8 lid, lt, ld, bitnr; in npc_scan_kex() local [all …]
|
D | rvu_npc.c | 1180 int lid, lt, ld, fl; in npc_program_mkex_rx() local 1190 for (lt = 0; lt < NPC_MAX_LT; lt++) { in npc_program_mkex_rx() 1192 SET_KEX_LD(intf, lid, lt, ld, in npc_program_mkex_rx() 1194 [lid][lt][ld]); in npc_program_mkex_rx() 1209 int lid, lt, ld, fl; in npc_program_mkex_tx() local 1219 for (lt = 0; lt < NPC_MAX_LT; lt++) { in npc_program_mkex_tx() 1221 SET_KEX_LD(intf, lid, lt, ld, in npc_program_mkex_tx() 1223 [lid][lt][ld]); in npc_program_mkex_tx() 3130 #define GET_KEX_LD(intf, lid, lt, ld) \ argument 3132 NPC_AF_INTFX_LIDX_LTX_LDX_CFG(intf, lid, lt, ld)) [all …]
|
/Linux-v5.15/arch/ia64/lib/ |
D | clear_page.S | 59 cmp.lt p8,p0=dst_fetch, dst_last 67 cmp.lt p8,p0=dst_fetch, dst_last
|
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dsc/ |
D | Makefile | 14 ifeq ($(call cc-ifversion, -lt, 0701, y), y)
|
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn302/ |
D | Makefile | 24 ifeq ($(call cc-ifversion, -lt, 0701, y), y)
|
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn303/ |
D | Makefile | 20 ifeq ($(call cc-ifversion, -lt, 0701, y), y)
|
/Linux-v5.15/drivers/power/supply/ |
D | bq25890_charger.c | 296 struct bq25890_lookup lt; member 310 [TBL_TREG] = { .lt = {bq25890_treg_tbl, BQ25890_TREG_TBL_SIZE} }, 311 [TBL_BOOSTI] = { .lt = {bq25890_boosti_tbl, BQ25890_BOOSTI_TBL_SIZE} } 338 const u32 *tbl = bq25890_tables[id].lt.tbl; in bq25890_find_idx() 339 u32 tbl_size = bq25890_tables[id].lt.size; in bq25890_find_idx() 364 return bq25890_tables[id].lt.tbl[idx]; in bq25890_find_val()
|
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn21/ |
D | Makefile | 17 ifeq ($(call cc-ifversion, -lt, 0701, y), y)
|
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn301/ |
D | Makefile | 25 ifeq ($(call cc-ifversion, -lt, 0701, y), y)
|
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn31/ |
D | Makefile | 25 ifeq ($(call cc-ifversion, -lt, 0701, y), y)
|
/Linux-v5.15/arch/mips/kernel/ |
D | ptrace.c | 164 unsigned long lt[NUM_WATCH_REGS]; in ptrace_set_watch_regs() local 173 __get_user(lt[i], &addr->WATCH_STYLE.watchlo[i]); in ptrace_set_watch_regs() 175 if (lt[i] & __UA_LIMIT) in ptrace_set_watch_regs() 179 if (lt[i] & 0xffffffff80000000UL) in ptrace_set_watch_regs() 182 if (lt[i] & __UA_LIMIT) in ptrace_set_watch_regs() 192 if (lt[i] & MIPS_WATCHLO_IRW) in ptrace_set_watch_regs() 194 child->thread.watch.mips3264.watchlo[i] = lt[i]; in ptrace_set_watch_regs()
|
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | Makefile | 21 ifeq ($(call cc-ifversion, -lt, 0701, y), y)
|