Home
last modified time | relevance | path

Searched +full:270 +full:m (Results 1 – 25 of 38) sorted by relevance

12

/linux/drivers/clk/ralink/
H A Dclk-mt7621.c71 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/drivers/clk/uniphier/
H A Dclk-uniphier-sys.c12 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/Documentation/devicetree/bindings/clock/
H A Dmediatek,mt7621-sysc.yaml78 "50m", "125m", "150m",
79 "250m", "270m";
/linux/Documentation/mm/
H A Dallocation-profiling.rst52 2.8M 22648 fs/kernfs/dir.c:615 func:__kernfs_new_node
53 3.8M 953 mm/memory.c:4214 func:alloc_anon_folio
54 4.0M 1010 drivers/staging/ctagmod/ctagmod.c:20 [ctagmod] func:ctagmod_start
55 4.1M 4 net/netfilter/nf_conntrack_core.c:2567 func:nf_ct_alloc_hashtable
56 6.0M 1532 mm/filemap.c:1919 func:__filemap_get_folio
57 8.8M 2785 kernel/fork.c:307 func:alloc_thread_stack_node
58 13M 234 block/blk-mq.c:3421 func:blk_mq_alloc_rqs
59 14M 3520 mm/mm_init.c:2530 func:alloc_large_system_hash
60 15M 3656 mm/readahead.c:247 func:page_cache_ra_unbounded
61 55M 4887 mm/slub.c:2259 func:alloc_slab_page
[all …]
/linux/Documentation/fb/
H A Dmodedb.rst23 <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 …]
/linux/drivers/clk/hisilicon/
H A Dcrg-hi3798cv200.c48 { 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/drivers/media/dvb-frontends/
H A Ds5h1411.c143 { 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()
H A Ds5h1409.c116 { 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()
H A Dau8522_dig.c34 { 0, 270 },
542 enum fe_modulation m) in au8522_enable_modulation() argument
547 dprintk("%s(0x%08x)\n", __func__, m); in au8522_enable_modulation()
549 switch (m) { in au8522_enable_modulation()
590 state->current_modulation = m; in au8522_enable_modulation()
H A Dtda10086.c121 tda10086_write_byte(state, 0x3a, 0x0b); /* M=12 */ in tda10086_init()
124 tda10086_write_byte(state, 0x3a, 0x17); /* M=24 */ in tda10086_init()
306 } else if (symbol_rate < SACLK / 10000 * 270) { in tda10086_set_symbol_rate()
H A Dstv0900_init.h9 * Copyright (C) 2009 Igor M. Liplianin <liplianin@netup.ru>
66 { 270, 789 }, /*C/N=27.0dB*/
/linux/tools/perf/pmu-events/arch/s390/cf_z16/
H A Dextended.json3 "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/include/uapi/linux/
H A Dif_arp.h12 * Portions taken from the KA9Q/NOS (v2.00m PA0GRI) source.
53 #define ARPHRD_ROSE 270
/linux/tools/perf/pmu-events/arch/s390/cf_z17/
H A Dextended.json3 "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/drivers/gpu/drm/tests/
H A Ddrm_cmdline_parser_test.c298 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/tools/net/ynl/pyynl/lib/
H A Dynl.py42 SOL_NETLINK = 270
1155 for m in members:
1156 if m.type in ['pad', 'binary']:
1157 if m.struct:
1158 size += self.struct_size(m.struct)
1160 size += m.len
1162 format_ = NlAttr.get_format(m.type, m.byte_order)
1171 for m in members:
1173 if m
[all...]
/linux/arch/m68k/mac/
H A Dconfig.c722 .name = "PowerBook Duo 270c",
782 struct mac_model *m; in mac_identify() local
794 for (m = &mac_data_table[1]; m->ident != -1; m++) { in mac_identify()
795 if (m->ident == model) { in mac_identify()
796 macintosh_config = m; in mac_identify()
/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-opp-tacoma.dts31 reg = <0xb8000000 0x4000000>; /* 64M */
46 reg = <0xbf000000 0x01000000>; /* 16M */
187 clk-phase-mmc-hs200 = <36>, <270>;
/linux/drivers/media/pci/tw5864/
H A Dtw5864-reg.h76 * 0->3 4 VLC data buffer in DDR (1M each)
692 * 2'b01 phase set to 270 degree
702 * CLK_OUT = CLK_IN * (M+1) / ((N+1) * P)
703 * SYSPLL_M M parameter
758 * 11 270 ~ 700 MHz
984 * H264EN_RATE_CNTL_BUSm_CHn H264 Encoding Path BUS m Rate Control for Channel n
1056 * 0 256M DDR on board
1057 * 1 512M DDR on board
1652 * 0 NTSC (M)
1656 * 4 PAL (M)
[all …]
/linux/drivers/pinctrl/
H A Dpinctrl-ep93xx.c561 /* Row M */
667 PINCTRL_PIN(270, "USBm[1]"), /* U16 */
935 /* Row M */
1020 PINCTRL_PIN(270, "ROW[2]"), /* T19 */
1121 234, 235, 248, 249, 251, 270, 271, 291,
1130 234, 235, 248, 249, 251, 270, 271, 291,
/linux/sound/soc/codecs/
H A Dmt6357.c58 * will also have 26m, so will have power leak in set_capture_gpio()
828 usleep_range(250, 270); in configure_downlinks()
994 usleep_range(250, 270); in mt_delay_250_event()
997 usleep_range(250, 270); in mt_delay_250_event()
/linux/drivers/media/platform/nxp/
H A Dimx-pxp.c11 * Marek Szyprowski, <m.szyprowski@samsung.com>
469 * SMPTE 240m limited range: in pxp_setup_csc()
486 * SMPTE 240m full range: in pxp_setup_csc()
673 * SMPTE 240m limited range: in pxp_setup_csc()
694 * SMPTE 240m full range: in pxp_setup_csc()
1423 case 270: in pxp_degrees_to_rot_mode()
1661 v4l2_ctrl_new_std(hdl, &pxp_ctrl_ops, V4L2_CID_ROTATE, 0, 270, 90, 0); in pxp_open()
/linux/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-colors.c126 268, 268, 269, 269, 269, 270, 270, 271, 271, 272, 272, 273, 273, 274, 274, 274,
332 216, 221, 225, 230, 234, 239, 243, 248, 252, 257, 261, 266, 270, 275, 279, 284,
1153 static void mult_matrix(double *r, double *g, double *b, const double m[3][3]) in mult_matrix()
1157 ir = m[0][0] * (*r) + m[0][1] * (*g) + m[0][2] * (*b); in mult_matrix()
1158 ig = m[1][0] * (*r) + m[1][1] * (*g) + m[1][2] * (*b); in mult_matrix()
1159 ib = m[2][0] * (*r) + m[2][1] * (*g) + m[2][2] * (*b); in mult_matrix()
1217 * The RGB input maps to the luminance range 0-100 cd/m^2, while in transfer_rgb_to_smpte2084()
1218 * SMPTE-2084 maps values to the luminance range of 0-10000 cd/m^2. in transfer_rgb_to_smpte2084()
/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c1032 u32 m = 0; in dispc_ovl_set_color_mode() local
1036 m = 0x0; break; in dispc_ovl_set_color_mode()
1038 m = 0x1; break; in dispc_ovl_set_color_mode()
1040 m = 0x2; break; in dispc_ovl_set_color_mode()
1042 m = 0x4; break; in dispc_ovl_set_color_mode()
1044 m = 0x5; break; in dispc_ovl_set_color_mode()
1046 m = 0x6; break; in dispc_ovl_set_color_mode()
1048 m = 0x7; break; in dispc_ovl_set_color_mode()
1050 m = 0x8; break; in dispc_ovl_set_color_mode()
1052 m = 0x9; break; in dispc_ovl_set_color_mode()
[all …]
/linux/include/dt-bindings/clock/
H A Dtegra186-clock.h750 #define TEGRA186_CLK_PLLP_OUT5 270
898 /** @brief NAFLL clock source for M-CPU cluster */

12