| /linux/Documentation/devicetree/bindings/phy/ |
| H A D | rockchip,inno-usb2phy.yaml | 34 The usb 480m output clock name. 52 Phandle of the usb 480m clock. 56 Parent of the usb 480m clock. 57 Select between usb-phy output 480m and xin24m.
|
| /linux/drivers/ata/ |
| H A D | libata-pata-timings.c | 35 { XFER_SW_DMA_0, 120, 0, 0, 0, 480, 480, 50, 960, 0 }, 36 { XFER_SW_DMA_1, 90, 0, 0, 0, 240, 240, 30, 480, 0 }, 39 { XFER_MW_DMA_0, 60, 0, 0, 0, 215, 215, 20, 480, 0 }, 75 struct ata_timing *m, unsigned int what) in ata_timing_merge() argument 78 m->setup = max(a->setup, b->setup); in ata_timing_merge() 80 m->act8b = max(a->act8b, b->act8b); in ata_timing_merge() 82 m->rec8b = max(a->rec8b, b->rec8b); in ata_timing_merge() 84 m->cyc8b = max(a->cyc8b, b->cyc8b); in ata_timing_merge() 86 m->active = max(a->active, b->active); in ata_timing_merge() 88 m->recover = max(a->recover, b->recover); in ata_timing_merge() [all …]
|
| /linux/drivers/gpu/drm/tests/ |
| H A D | drm_cmdline_parser_test.c | 122 KUNIT_EXPECT_EQ(test, mode.yres, 480); in drm_test_cmdline_res() 144 KUNIT_EXPECT_EQ(test, mode.yres, 480); in drm_test_cmdline_res_vesa() 166 KUNIT_EXPECT_EQ(test, mode.yres, 480); in drm_test_cmdline_res_vesa_rblank() 188 KUNIT_EXPECT_EQ(test, mode.yres, 480); in drm_test_cmdline_res_rblank() 210 KUNIT_EXPECT_EQ(test, mode.yres, 480); in drm_test_cmdline_res_bpp() 233 KUNIT_EXPECT_EQ(test, mode.yres, 480); in drm_test_cmdline_res_refresh() 256 KUNIT_EXPECT_EQ(test, mode.yres, 480); in drm_test_cmdline_res_bpp_refresh() 280 KUNIT_EXPECT_EQ(test, mode.yres, 480); in drm_test_cmdline_res_bpp_refresh_interlaced() 298 const char *cmdline = "720x480-24@60m"; in drm_test_cmdline_res_bpp_refresh_margins() 304 KUNIT_EXPECT_EQ(test, mode.yres, 480); in drm_test_cmdline_res_bpp_refresh_margins() [all …]
|
| /linux/Documentation/fb/ |
| H A 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 77 "PAL-M", "PAL-N", or "SECAM". 125 <pix>M<a>[-R] 128 M = always present
|
| H A D | intel810.rst | 78 (default = 480) 85 (default = 480) 158 m. "sync"
|
| /linux/drivers/video/fbdev/sis/ |
| H A D | sis_main.h | 4 * SiS 315[E|PRO]/550/[M]65x/[M]66x[F|M|G]X/[M]74x[GX]/330/[M]76x[GX], 176 {"640x480x8", {0x2e,0x2e}, 0x0101, 0x0101, 640, 480, 8, 1, 80, 30, MD_SIS300|MD_SIS315}, 177 {"640x480x16", {0x44,0x44}, 0x0111, 0x0111, 640, 480, 16, 1, 80, 30, MD_SIS300|MD_SIS315}, 178 {"640x480x24", {0x62,0x62}, 0x013a, 0x0112, 640, 480, 32, 1, 80, 30, MD_SIS300|MD_SIS315}, 179 {"640x480x32", {0x62,0x62}, 0x013a, 0x0112, 640, 480, 32, 1, 80, 30, MD_SIS300|MD_SIS315}, 180 {"720x480x8", {0x31,0x31}, 0x0000, 0x0000, 720, 480, 8, 1, 90, 30, MD_SIS300|MD_SIS315}, 181 {"720x480x16", {0x33,0x33}, 0x0000, 0x0000, 720, 480, 16, 1, 90, 30, MD_SIS300|MD_SIS315}, 182 {"720x480x24", {0x35,0x35}, 0x0000, 0x0000, 720, 480, 32, 1, 90, 30, MD_SIS300|MD_SIS315}, 183 /*30*/ {"720x480x32", {0x35,0x35}, 0x0000, 0x0000, 720, 480, 32, 1, 90, 30, MD_SIS300|MD_SIS31… 192 {"800x480x8", {0x70,0x70}, 0x0000, 0x0000, 800, 480, 8, 1, 100, 30, MD_SIS300|MD_SIS315}, [all …]
|
| /linux/drivers/gpu/drm/panel/ |
| H A D | panel-raspberrypi-touchscreen.c | 207 .vdisplay = 480, 208 .vsync_start = 480 + 7, 209 .vsync_end = 480 + 7 + 2, 210 .vtotal = 480 + 7 + 2 + 21, 324 const struct drm_display_mode *m = &rpi_touchscreen_modes[i]; in rpi_touchscreen_get_modes() local 327 mode = drm_mode_duplicate(connector->dev, m); in rpi_touchscreen_get_modes() 330 m->hdisplay, m->vdisplay, in rpi_touchscreen_get_modes() 331 drm_mode_vrefresh(m)); in rpi_touchscreen_get_modes()
|
| /linux/drivers/media/usb/gspca/gl860/ |
| H A D | gl860.c | 224 { 640, 480, V4L2_PIX_FMT_SGBRG8, V4L2_FIELD_NONE, 226 .sizeimage = 640 * 480, 251 { 640, 480, V4L2_PIX_FMT_SGBRG8, V4L2_FIELD_NONE, 253 .sizeimage = 640 * 480, 278 { 640, 480, V4L2_PIX_FMT_SGBRG8, V4L2_FIELD_NONE, 280 .sizeimage = 640 * 480, 299 { 640, 480, V4L2_PIX_FMT_SGBRG8, V4L2_FIELD_NONE, 301 .sizeimage = 640 * 480, 717 gspca_dbg(gspca_dev, D_PROBE, "05e3:f191 sensor MI1320 (1.3M)\n"); in gl860_guess_sensor() 719 gspca_dbg(gspca_dev, D_PROBE, "05e3:0503 sensor MI2020 (2.0M)\n"); in gl860_guess_sensor() [all …]
|
| /linux/drivers/phy/hisilicon/ |
| H A D | Kconfig | 14 To compile this driver as a module, choose M here. 24 To compile this driver as a module, choose M here. 34 To compile this driver as a module, choose M here. 44 To compile this driver as a module, choose M here. 62 USB 1.5Mb/s, USB 12Mb/s, USB 480Mb/s speeds. It supports one
|
| /linux/drivers/video/fbdev/ |
| H A D | valkyriefb.h | 91 /* I'm not sure which mode this is (16 or 17), so I'm defining it as 17, 96 * I was going to use 12, 31, 3, which I found by myself, but instead I'm 165 640, 480 173 640, 480
|
| H A D | asiliantfb.c | 137 unsigned m = n * ratio + (n * remainder) / Fref; in asiliant_calc_dclk2() local 139 /* 3 <= m <= 257 */ in asiliant_calc_dclk2() 140 if (m >= 3 && m <= 257) { in asiliant_calc_dclk2() 141 unsigned new_error = Ftarget * n >= Fref * m ? in asiliant_calc_dclk2() 142 ((Ftarget * n) - (Fref * m)) : ((Fref * m) - (Ftarget * n)); in asiliant_calc_dclk2() 145 best_m = m; in asiliant_calc_dclk2() 149 /* But if VLD = 4, then 4m <= 1028 */ in asiliant_calc_dclk2() 150 else if (m <= 1028) { in asiliant_calc_dclk2() 151 /* remember there are still only 8-bits of precision in m, so in asiliant_calc_dclk2() 153 unsigned new_error = Ftarget * n >= Fref * (m & ~3) ? in asiliant_calc_dclk2() [all …]
|
| H A D | pvr2fb.c | 8 * Copyright (c) 2001 M. R. Brown <mrbrown@0xd6.org> 161 .yres = 480, 163 .yres_virtual = 480, 200 * Broadcast video modes (PAL and NTSC). I'm unfamiliar with 201 * PAL-M and PAL-N, but from what I've read both modes parallel PAL and 207 "ntsc_640x480i", 60, 640, 480, TV_CLK, 38, 33, 0, 18, 146, 26, 216 "vga_640x480", 60, 640, 480, VGA_CLK, 38, 33, 0, 18, 146, 26, 477 if (var->yres < 480 && video_output == VO_VGA) in pvr2fb_check_var() 1148 MODULE_AUTHOR("Paul Mundt <lethal@linux-sh.org>, M. R. Brown <mrbrown@0xd6.org>");
|
| /linux/drivers/staging/fbtft/ |
| H A D | fb_ra8875.c | 24 struct spi_message m; in write_spi() local 35 spi_message_init(&m); in write_spi() 36 spi_message_add_tail(&t, &m); in write_spi() 37 return spi_sync(par->spi, &m); in write_spi() 70 } else if ((par->info->var.xres == 480) && in init_display() 96 (par->info->var.yres == 480)) { in init_display() 121 (par->info->var.yres == 480)) { in init_display()
|
| /linux/drivers/media/i2c/ |
| H A D | ak881x.c | 154 ak881x->lines = 480; in ak881x_s_std_output() 157 ak881x->lines = 480; in ak881x_s_std_output() 160 ak881x->lines = 480; in ak881x_s_std_output() 163 ak881x->lines = 480; in ak881x_s_std_output() 290 /* Hardware default: NTSC-M */ in ak881x_probe() 291 ak881x->lines = 480; in ak881x_probe()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | v4l2grab.c.rst | 78 fmt.fmt.pix.height = 480; 86 if ((fmt.fmt.pix.width != 640) || (fmt.fmt.pix.height != 480)) 109 fd, buf.m.offset);
|
| H A D | mt2110t.svg | 16 <missing-glyph horiz-adv-x="2048" d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"/> 17 …<glyph unicode="y" horiz-adv-x="1033" d="M 191,-425 C 142,-425 100,-421 67,-414 L 67,-279 C 92,-28… 18 …<glyph unicode="x" horiz-adv-x="1006" d="M 801,0 L 510,444 217,0 23,0 408,556 41,1082 240,1082 510… 19 …lyph unicode="w" horiz-adv-x="1509" d="M 1174,0 L 965,0 776,765 740,934 C 734,904 725,861 712,805 … 20 …<glyph unicode="u" horiz-adv-x="874" d="M 314,1082 L 314,396 C 314,325 321,269 335,230 349,191 371… 21 …<glyph unicode="t" horiz-adv-x="531" d="M 554,8 C 495,-8 434,-16 372,-16 228,-16 156,66 156,229 L … 22 …<glyph unicode="s" horiz-adv-x="901" d="M 950,299 C 950,197 912,118 835,63 758,8 650,-20 511,-20 3… 23 …<glyph unicode="r" horiz-adv-x="530" d="M 142,0 L 142,830 C 142,906 140,990 136,1082 L 306,1082 C … 24 …M 1053,546 C 1053,169 920,-20 655,-20 488,-20 376,43 319,168 L 314,168 C 317,163 318,106 318,-2 L … 25 …M 1053,542 C 1053,353 1011,212 928,119 845,26 724,-20 565,-20 407,-20 288,28 207,125 126,221 86,36… [all …]
|
| /linux/include/media/i2c/ |
| H A D | tvp514x.h | 13 * Karicheri Muralidharan <m-karicheri2@ti.com> 28 #define NTSC_NUM_ACTIVE_LINES (480)
|
| /linux/drivers/gpu/drm/nouveau/dispnv04/ |
| H A D | tvmodesnv17.c | 35 [TV_NORM_PAL_M] = "PAL-M", 38 [TV_NORM_NTSC_M] = "NTSC-M", 64 .tv_enc_mode = { 720, 480, 59940, { 100 .tv_enc_mode = { 720, 480, 59940, { 112 .tv_enc_mode = { 720, 480, 59940, { 124 .tv_enc_mode = { 720, 480, 59940, { 151 720, 735, 743, 858, 0, 480, 490, 494, 525, 0, 453 640, 672, 768, 880, 0, 480, 480, 492, 525, 0, 456 720, 752, 872, 960, 0, 480, 480, 493, 525, 0,
|
| /linux/arch/arm/configs/ |
| H A D | pxa_defconfig | 29 CONFIG_CPU_FREQ_GOV_POWERSAVE=m 30 CONFIG_CPU_FREQ_GOV_USERSPACE=m 31 CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m 32 CONFIG_CPUFREQ_DT=m 33 CONFIG_ARM_PXA2xx_CPUFREQ=m 52 CONFIG_XFRM_USER=m 62 CONFIG_BRIDGE=m 63 CONFIG_VLAN_8021Q=m 66 CONFIG_BT=m 67 CONFIG_BT_RFCOMM=m [all …]
|
| /linux/Documentation/admin-guide/ |
| H A D | svga.rst | 138 0x0f05 VGA 80x30 (480 scans, 16-point font) 139 0x0f06 VGA 80x34 (480 scans, 14-point font) 140 0x0f07 VGA 80x60 (480 scans, 8-point font) 184 If you start Linux from M$-DOS, you might also use some DOS tools for 232 - Added 480-scanline modes (especially useful for notebooks,
|
| /linux/arch/mips/dec/prom/ |
| H A D | memory.c | 5 * Copyright (C) 1998 Harald Koerfgen, Frieder Streffer and Paul M. Antoine 42 * Assume less than 480MB of RAM, as this is max for 5000/2xx in pmax_setup_memory_region()
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt76x02_dfs.c | 8 #define RADAR_SPEC(m, len, el, eh, wl, wh, \ argument 12 .mode = m, \ 64 RADAR_SPEC(0, 40, 4, 54, 96, 480, 150, 2900, 80100, 40, 0, 73 RADAR_SPEC(0, 40, 4, 54, 96, 480, 150, 2900, 80100, 40, 0, 82 RADAR_SPEC(0, 40, 4, 54, 96, 480, 150, 2900, 80100, 40, 0, 94 RADAR_SPEC(0, 40, 4, 44, 96, 480, 150, 2900, 80100, 40, 0, 103 RADAR_SPEC(0, 40, 4, 44, 96, 480, 150, 2900, 80100, 40, 0, 112 RADAR_SPEC(0, 40, 4, 44, 96, 480, 150, 2900, 80100, 40, 0,
|
| /linux/arch/riscv/boot/dts/renesas/ |
| H A D | r9a07g043f.dtsi | 28 riscv,isa-extensions = "i", "m", "a", "f", "d", "c", 76 <480 IRQ_TYPE_LEVEL_HIGH>,
|
| /linux/Documentation/hwmon/ |
| H A D | smsc47b397.rst | 20 - Mark M. Hoffman <mhoffman@lightlink.com> 28 by Mark M. Hoffman <mhoffman@lightlink.com>. 58 MOV DX,480H
|
| /linux/arch/arm/boot/dts/samsung/ |
| H A D | s5pv210-goni.dts | 7 * Mateusz Krawczuk <m.krawczuk@partner.samsung.com> 427 /* 480x800@55Hz */ 429 hactive = <480>;
|