/linux-6.14.4/drivers/clk/uniphier/ |
D | clk-uniphier-sys.c | 12 UNIPHIER_CLK_FACTOR("sd-200m", -1, "spll", 1, 8), \ 13 UNIPHIER_CLK_FACTOR("sd-133m", -1, "vpll27a", 1, 2) 16 UNIPHIER_CLK_FACTOR("sd-200m", -1, "spll", 1, 12), \ 17 UNIPHIER_CLK_FACTOR("sd-133m", -1, "spll", 1, 18) 20 UNIPHIER_CLK_FACTOR("sd-200m", -1, "spll", 1, 10), \ 21 UNIPHIER_CLK_FACTOR("sd-133m", -1, "spll", 1, 15) 24 UNIPHIER_CLK_FACTOR("sd-200m", -1, "spll", 1, 4), \ 25 UNIPHIER_CLK_FACTOR("sd-133m", -1, "spll", 1, 6) 28 UNIPHIER_CLK_FACTOR("nand-50m", -1, "spll", 1, 32), \ 29 UNIPHIER_CLK_GATE("nand", (idx), "nand-50m", 0x2104, 2) [all …]
|
/linux-6.14.4/drivers/clk/ralink/ |
D | clk-mt7621.c | 71 GATE(MT7621_CLK_HSDMA, "hsdma", "150m", BIT(5)), 72 GATE(MT7621_CLK_FE, "fe", "250m", BIT(6)), 73 GATE(MT7621_CLK_SP_DIVTX, "sp_divtx", "270m", BIT(7)), 74 GATE(MT7621_CLK_TIMER, "timer", "50m", BIT(8)), 75 GATE(MT7621_CLK_PCM, "pcm", "270m", BIT(11)), 76 GATE(MT7621_CLK_PIO, "pio", "50m", BIT(13)), 78 GATE(MT7621_CLK_NAND, "nand", "125m", BIT(15)), 79 GATE(MT7621_CLK_I2C, "i2c", "50m", BIT(16)), 80 GATE(MT7621_CLK_I2S, "i2s", "270m", BIT(17)), 82 GATE(MT7621_CLK_UART1, "uart1", "50m", BIT(19)), [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/clock/ |
D | mediatek,mt7621-sysc.yaml | 78 "50m", "125m", "150m", 79 "250m", "270m";
|
/linux-6.14.4/Documentation/mm/ |
D | allocation-profiling.rst | 42 2.8M 22648 fs/kernfs/dir.c:615 func:__kernfs_new_node 43 3.8M 953 mm/memory.c:4214 func:alloc_anon_folio 44 4.0M 1010 drivers/staging/ctagmod/ctagmod.c:20 [ctagmod] func:ctagmod_start 45 4.1M 4 net/netfilter/nf_conntrack_core.c:2567 func:nf_ct_alloc_hashtable 46 6.0M 1532 mm/filemap.c:1919 func:__filemap_get_folio 47 8.8M 2785 kernel/fork.c:307 func:alloc_thread_stack_node 48 13M 234 block/blk-mq.c:3421 func:blk_mq_alloc_rqs 49 14M 3520 mm/mm_init.c:2530 func:alloc_large_system_hash 50 15M 3656 mm/readahead.c:247 func:page_cache_ra_unbounded 51 55M 4887 mm/slub.c:2259 func:alloc_slab_page [all …]
|
/linux-6.14.4/Documentation/arch/arm/omap/ |
D | dss.rst | 167 rotate Rotation 0-3 for 0, 90, 180, 270 degrees 201 rotate Rotation 0-3 for 0, 90, 180, 270 degrees 325 "1:4M" to allocate 4M for fb1. 343 3 - 270 degree rotation
|
/linux-6.14.4/Documentation/hwmon/ |
D | coretemp.rst | 11 - 0xe (Pentium M DC), 0xf (Core 2 DC 65nm), 71 i7 3920XM, 3820QM, 3720QM, 3667U, 3520M 105 72 i5 3427U, 3360M/3320M 105 83 i7 660UM/640/620, 640LM/620, 620M, 610E 105 84 i5 540UM/520/430, 540M/520/450/430 105 85 i3 330E, 370M/350/330 90 rPGA, 105 BGA 124 N280/270 90
|
/linux-6.14.4/Documentation/fb/ |
D | modedb.rst | 23 <xres>x<yres>[M][R][-<bpp>][@<refresh>][i][m][eDd] 31 - NSTC: 480i output, with the CCIR System-M TV mode and NTSC color encoding 32 - NTSC-J: 480i output, with the CCIR System-M TV mode, the NTSC color 35 - PAL-M: 480i output, with the CCIR System-M TV mode and PAL color encoding 37 If 'M' is specified in the mode_option argument (after <yres> and before 41 If 'i' is specified, calculate for an interlaced mode. And if 'm' is 45 Sample usage: 1024x768M@60m - CVT timing with margins 75 degrees. Valid values are 0, 90, 180 and 270. 77 "PAL-M", "PAL-N", or "SECAM". 125 <pix>M<a>[-R] [all …]
|
D | fbcon.rst | 25 Select 'y' to compile support statically or 'm' for module support. The 131 - 3 - counterclockwise orientation (270 degrees) 225 to 'y' or 'm'. Enable one or more of your favorite framebuffer drivers.
|
/linux-6.14.4/drivers/clk/hisilicon/ |
D | crg-hi3798cv200.c | 48 { HI3798CV200_FIXED_12M, "12m", NULL, 0, 12000000, }, 49 { HI3798CV200_FIXED_24M, "24m", NULL, 0, 24000000, }, 50 { HI3798CV200_FIXED_25M, "25m", NULL, 0, 25000000, }, 51 { HI3798CV200_FIXED_48M, "48m", NULL, 0, 48000000, }, 52 { HI3798CV200_FIXED_50M, "50m", NULL, 0, 50000000, }, 53 { HI3798CV200_FIXED_60M, "60m", NULL, 0, 60000000, }, 54 { HI3798CV200_FIXED_75M, "75m", NULL, 0, 75000000, }, 55 { HI3798CV200_FIXED_100M, "100m", NULL, 0, 100000000, }, 56 { HI3798CV200_FIXED_150M, "150m", NULL, 0, 150000000, }, 58 { HI3798CV200_FIXED_200M, "200m", NULL, 0, 200000000, }, [all …]
|
/linux-6.14.4/drivers/staging/fbtft/ |
D | fb_ili9163.c | 8 * .S.U.M.O.T.O.Y. by Max MC Costa (https://github.com/sumotoy/TFT_ILI9163C). 130 case 270: in set_addr_win() 174 case 270: in set_var()
|
/linux-6.14.4/drivers/media/dvb-frontends/ |
D | s5h1411.c | 143 { 0x387, 270, }, 186 { 0x14b5, 270, }, 315 { 0x53a0, 270, }, 475 enum fe_modulation m) in s5h1411_enable_modulation() argument 479 dprintk("%s(0x%08x)\n", __func__, m); in s5h1411_enable_modulation() 481 if ((state->first_tune == 0) && (m == state->current_modulation)) { in s5h1411_enable_modulation() 487 switch (m) { in s5h1411_enable_modulation() 510 state->current_modulation = m; in s5h1411_enable_modulation()
|
D | s5h1409.c | 116 { 896, 270, }, 160 { 22, 270, }, 286 { 92, 270, }, 391 enum fe_modulation m) in s5h1409_enable_modulation() argument 395 dprintk("%s(0x%08x)\n", __func__, m); in s5h1409_enable_modulation() 397 switch (m) { in s5h1409_enable_modulation() 418 state->current_modulation = m; in s5h1409_enable_modulation()
|
/linux-6.14.4/include/uapi/linux/ |
D | if_arp.h | 12 * Portions taken from the KA9Q/NOS (v2.00m PA0GRI) source. 53 #define ARPHRD_ROSE 270
|
/linux-6.14.4/tools/perf/pmu-events/arch/s390/cf_z16/ |
D | extended.json | 3 "Unit": "CPU-M-CF", 10 "Unit": "CPU-M-CF", 17 "Unit": "CPU-M-CF", 24 "Unit": "CPU-M-CF", 31 "Unit": "CPU-M-CF", 38 "Unit": "CPU-M-CF", 45 "Unit": "CPU-M-CF", 52 "Unit": "CPU-M-CF", 59 "Unit": "CPU-M-CF", 66 "Unit": "CPU-M-CF", [all …]
|
/linux-6.14.4/arch/mips/boot/dts/ralink/ |
D | mt7621.dtsi | 163 "50m", "125m", "150m", 164 "250m", "270m";
|
/linux-6.14.4/drivers/clk/samsung/ |
D | clk-pll.c | 207 /* Maximum lock time can be 270 * PDIV cycles */ 208 #define PLL35XX_LOCK_FACTOR (270) 986 u32 r, p, m, s, pll_stat; in samsung_pll2550x_recalc_rate() local 994 m = (pll_stat >> PLL2550X_M_SHIFT) & PLL2550X_M_MASK; in samsung_pll2550x_recalc_rate() 997 fvco *= m; in samsung_pll2550x_recalc_rate() 1011 /* Maximum lock time can be 270 * PDIV cycles */ 1012 #define PLL2550XX_LOCK_FACTOR 270
|
/linux-6.14.4/arch/arm64/boot/dts/rockchip/ |
D | rk3588-extra.dtsi | 82 reset-names = "tx-m"; 99 reset-names = "tx-m"; 116 reset-names = "rx-m"; 133 reset-names = "rx-m"; 212 <GIC_SPI 270 IRQ_TYPE_LEVEL_HIGH 0>;
|
/linux-6.14.4/drivers/gpu/drm/tests/ |
D | drm_cmdline_parser_test.c | 298 const char *cmdline = "720x480-24@60m"; in drm_test_cmdline_res_bpp_refresh_margins() 611 const char *cmdline = "720x480,rotate=270"; in drm_test_cmdline_rotate_270() 707 const char *cmdline = "720x480,rotate=270,reflect_x"; in drm_test_cmdline_multiple_options() 857 .cmdline = "m", 909 .cmdline = "NTSC@60m", 1000 TV_OPT_TEST(PAL_M, "720x480i,tv_mode=PAL-M", drm_mode_analog_ntsc_480i),
|
/linux-6.14.4/drivers/media/pci/tw68/ |
D | tw68-core.c | 13 * Copyright (C) 2009 William M. Brack 39 MODULE_AUTHOR("William M. Brack"); 101 tw_writeb(TW68_CROP_HI, 0x02); /* 21C Hactive m.s. bits */ in tw68_hw_init1() 126 tw_writeb(TW68_SDT, 0x07); /* 270 Enable shadow reg, auto-det */ in tw68_hw_init1()
|
/linux-6.14.4/drivers/gpu/drm/ |
D | drm_blend.c | 4 * Marek Szyprowski <m[email protected]> 261 * "rotate-270" 280 { __builtin_ffs(DRM_MODE_ROTATE_270) - 1, "rotate-270" }, in drm_plane_create_rotation_property()
|
/linux-6.14.4/drivers/gpu/drm/i915/display/ |
D | intel_display_debugfs.c | 57 static int intel_display_caps(struct seq_file *m, void *data) in intel_display_caps() argument 59 struct intel_display *display = node_to_intel_display(m->private); in intel_display_caps() 60 struct drm_printer p = drm_seq_file_printer(m); in intel_display_caps() 69 static int i915_frontbuffer_tracking(struct seq_file *m, void *unused) in i915_frontbuffer_tracking() argument 71 struct drm_i915_private *dev_priv = node_to_i915(m->private); in i915_frontbuffer_tracking() 75 seq_printf(m, "FB tracking busy bits: 0x%08x\n", in i915_frontbuffer_tracking() 78 seq_printf(m, "FB tracking flip bits: 0x%08x\n", in i915_frontbuffer_tracking() 86 static int i915_sr_status(struct seq_file *m, void *unused) in i915_sr_status() argument 88 struct drm_i915_private *dev_priv = node_to_i915(m->private); in i915_sr_status() 110 seq_printf(m, "self-refresh: %s\n", str_enabled_disabled(sr_enabled)); in i915_sr_status() [all …]
|
/linux-6.14.4/tools/net/ynl/pyynl/lib/ |
D | ynl.py | 28 SOL_NETLINK = 270 820 for m in members: 821 if m.type in ['pad', 'binary']: 822 if m.struct: 823 size += self._struct_size(m.struct) 825 size += m.len 827 format = NlAttr.get_format(m.type, m.byte_order) 837 for m in members: 839 if m.type == 'pad': 840 offset += m.len [all …]
|
/linux-6.14.4/arch/m68k/mac/ |
D | config.c | 724 .name = "PowerBook Duo 270c", 784 struct mac_model *m; in mac_identify() local 796 for (m = macintosh_config; m->ident != -1; m++) { in mac_identify() 797 if (m->ident == model) { in mac_identify() 798 macintosh_config = m; in mac_identify()
|
/linux-6.14.4/drivers/clk/qcom/ |
D | clk-rcg2.c | 157 * @f: Frequency table with pure m/n/pre_div parameters. 166 * calc_rate() - Calculate rate based on m/n:d values 169 * @m: Multiplier. 171 * @mode: Use zero to ignore m/n calculation. 177 * parent_rate m 182 calc_rate(unsigned long rate, u32 m, u32 n, u32 mode, u32 hid_div) in calc_rate() argument 188 rate = mult_frac(rate, m, n); in calc_rate() 197 u32 hid_div, m = 0, n = 0, mode = 0, mask; in __clk_rcg2_recalc_rate() local 201 regmap_read(rcg->clkr.regmap, RCG_M_OFFSET(rcg), &m); in __clk_rcg2_recalc_rate() 202 m &= mask; in __clk_rcg2_recalc_rate() [all …]
|
/linux-6.14.4/sound/soc/codecs/ |
D | mt6358.c | 154 * will also have 26m, so will have power leak in capture_gpio_reset() 1018 usleep_range(250, 270); in mtk_hp_enable() 1227 usleep_range(250, 270); in mtk_hp_spk_enable() 1474 usleep_range(250, 270); in mt_rcv_event() 1655 /* DCC 50k CLK (from 26M) */ in mt6358_amic_enable() 2046 usleep_range(250, 270); in mt_delay_250_event() 2049 usleep_range(250, 270); in mt_delay_250_event()
|