Searched refs:bl (Results 276 - 300 of 332) sorted by relevance

<<11121314

/linux-master/arch/powerpc/mm/nohash/
H A Dtlb_low.S442 2: bl loadcam_entry
/linux-master/arch/arm/mm/
H A Dcache-v7m.S241 bl v7m_flush_dcache_all
/linux-master/arch/arm64/crypto/
H A Daes-neonbs-core.S598 bl \do8
679 bl aesbs_decrypt8
778 bl __xts_crypt8
842 bl aesbs_encrypt8
/linux-master/kernel/trace/
H A Dfgraph.c221 ftrace_suspend_notifier_call(struct notifier_block *bl, unsigned long state, argument
/linux-master/arch/powerpc/kernel/
H A Dmisc_32.S388 bl start_secondary
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dg94.c298 .bl = &nv50_sor_bl,
H A Ddp.c625 .bl.get = nvkm_outp_bl_get,
626 .bl.set = nvkm_outp_bl_set,
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dgsp.h40 const struct firmware *bl; member in struct:nvkm_gsp::__anon86
/linux-master/arch/powerpc/kexec/
H A Drelocate_32.S354 bl 1f
/linux-master/drivers/media/i2c/
H A Dadv7842.c1398 u16 bl, lcf, lcvs; member in struct:stdi_readback
1408 u32 hfreq = (ADV7842_fsc * 8) / stdi->bl;
1445 "%s: No format candidate found for lcvs = %d, lcf=%d, bl = %d, %chsync, %cvsync\n",
1446 __func__, stdi->lcvs, stdi->lcf, stdi->bl,
1461 stdi->bl = ((cp_read(sd, 0xb1) & 0x3f) << 8) | cp_read(sd, 0xb2);
1476 if (stdi->lcf < 239 || stdi->bl < 8 || stdi->bl == 0x3fff) {
1482 "%s: lcf (frame height - 1) = %d, bl = %d, lcvs (vsync) = %d, %chsync, %cvsync, %s\n",
1483 __func__, stdi->lcf, stdi->bl, stdi->lcvs,
2768 u32 bl local
[all...]
H A Dadv7604.c1370 u16 bl, lcf, lcvs; member in struct:stdi_readback
1380 u32 hfreq = (ADV76XX_FSC * 8) / stdi->bl;
1417 "%s: No format candidate found for lcvs = %d, lcf=%d, bl = %d, %chsync, %cvsync\n",
1418 __func__, stdi->lcvs, stdi->lcf, stdi->bl,
1436 stdi->bl = cp_read16(sd, 0xb1, 0x3fff);
1465 if (stdi->lcf < 239 || stdi->bl < 8 || stdi->bl == 0x3fff) {
1472 "%s: lcf (frame height - 1) = %d, bl = %d, lcvs (vsync) = %d, %chsync, %cvsync, %s\n",
1473 __func__, stdi->lcf, stdi->bl, stdi->lcvs,
2606 v4l2_info(sd, "STDI: lcf (frame height - 1) = %d, bl
[all...]
/linux-master/arch/powerpc/platforms/83xx/
H A Dsuspend-asm.S272 bl __flush_disable_L1
381 bl __inval_enable_L1
/linux-master/arch/arm/crypto/
H A Dchacha-neon-core.S156 bl chacha_permute
195 bl chacha_permute
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_dfs.c10 bl, bh, event_exp, power_jmp) \
22 .b_low = bl, \
/linux-master/arch/powerpc/kvm/
H A Dbook3s_emulate.c638 u32 bl = (val >> 2) & 0x7ff; local
639 bat->bepi_mask = (~bl << 17);
/linux-master/arch/arm64/boot/dts/freescale/
H A DMakefile113 dtb-$(CONFIG_ARCH_MXC) += imx8mm-kontron-bl.dtb
114 dtb-$(CONFIG_ARCH_MXC) += imx8mm-kontron-bl-osm-s.dtb
/linux-master/scripts/dtc/include-prefixes/arm64/freescale/
H A DMakefile113 dtb-$(CONFIG_ARCH_MXC) += imx8mm-kontron-bl.dtb
114 dtb-$(CONFIG_ARCH_MXC) += imx8mm-kontron-bl-osm-s.dtb
/linux-master/arch/powerpc/lib/
H A Dcopyuser_power7.S50 bl CFUNC(exit_vmx_usercopy)
275 bl CFUNC(enter_vmx_usercopy)
/linux-master/tools/testing/selftests/powerpc/copyloops/
H A Dcopyuser_power7.S50 bl CFUNC(exit_vmx_usercopy)
275 bl CFUNC(enter_vmx_usercopy)
/linux-master/drivers/gpu/drm/panel/
H A Dpanel-novatek-nt36523.c1161 static int nt36523_bl_update_status(struct backlight_device *bl) argument
1163 struct mipi_dsi_device *dsi = bl_get_data(bl);
1164 u16 brightness = backlight_get_brightness(bl);
1178 static int nt36523_bl_get_brightness(struct backlight_device *bl) argument
1180 struct mipi_dsi_device *dsi = bl_get_data(bl);
/linux-master/fs/bcachefs/
H A Djournal_io.c490 struct jset_entry_blacklist *bl = local
493 prt_printf(out, "seq=%llu", le64_to_cpu(bl->seq));
530 struct jset_entry_blacklist_v2 *bl = local
534 le64_to_cpu(bl->start),
535 le64_to_cpu(bl->end));
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c4321 int bl, wc, pps, tot; local
4325 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp;
4326 tot = bl + pps;
4335 bl, pps, tot,
4343 TO_DSI_T(bl),
4353 int hact, bl, tot; local
4356 bl = t->hsw + t->hbp + t->hfp;
4357 tot = hact + bl;
4366 bl, hact, tot,
4371 TO_DISPC_T(bl),
[all...]
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c3580 int bl, wc, pps, tot; local
3584 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp;
3585 tot = bl + pps;
3594 bl, pps, tot,
3602 TO_DSI_T(bl),
3612 int hact, bl, tot; local
3615 bl = vm->hsync_len + vm->hback_porch + vm->hfront_porch;
3616 tot = hact + bl;
3625 bl, hact, tot,
3630 TO_DISPC_T(bl),
[all...]
/linux-master/fs/reiserfs/
H A Djournal.c427 long bl)
430 cn = journal_hash(table, sb, bl);
432 if (cn->blocknr == bl && cn->sb == sb)
451 * when bl is rejected because it is set in a journal list bitmap, we search
452 * for the next zero bit in the bitmap that rejected bl. Then, we return
465 unsigned long bl; local
495 bl = bmap_nr * (sb->s_blocksize << 3) + bit_nr;
498 && (get_journal_hash_dev(sb, journal->j_list_hash_table, bl))) {
503 if ((get_journal_hash_dev(sb, journal->j_hash_table, bl))) {
421 get_journal_hash_dev(struct super_block *sb, struct reiserfs_journal_cnode **table, long bl) argument
/linux-master/arch/powerpc/crypto/
H A Daesp8-ppc.pl169 bl Lconsts
412 bl Lset_encrypt_key
2505 bl Lconsts
2818 bl _aesp8_xts_enc5x
2844 bl _aesp8_xts_enc5x
2868 bl _aesp8_xts_enc5x
2890 bl _aesp8_xts_enc5x
3182 bl Lconsts
3485 bl _aesp8_xts_dec5x
3512 bl _aesp8_xts_dec5
[all...]

Completed in 302 milliseconds

<<11121314