| /linux/drivers/gpu/drm/aspeed/ |
| H A D | aspeed_gfx.h | 28 #define CRT_CTRL1 0x60 /* CRT Control I */ 29 #define CRT_CTRL2 0x64 /* CRT Control II */ 30 #define CRT_STATUS 0x68 /* CRT Status */ 31 #define CRT_MISC 0x6c /* CRT Misc Setting */ 32 #define CRT_HORIZ0 0x70 /* CRT Horizontal Total & Display Enable End */ 33 #define CRT_HORIZ1 0x74 /* CRT Horizontal Retrace Start & End */ 34 #define CRT_VERT0 0x78 /* CRT Vertical Total & Display Enable End */ 35 #define CRT_VERT1 0x7C /* CRT Vertical Retrace Start & End */ 36 #define CRT_ADDR 0x80 /* CRT Display Starting Address */ 37 #define CRT_OFFSET 0x84 /* CRT Display Offset & Terminal Count */ [all …]
|
| /linux/include/video/ |
| H A D | s1d13xxxfb.h | 35 #define S1DREG_CRT_CLK_CNF 0x0018 /* CRT/TV Pixel Clock Configuration Register */ 63 #define S1DREG_CRT_DISP_HWIDTH 0x0050 /* CRT/TV Horizontal Display Width Register: ((val)+1)*8)=pi… 64 #define S1DREG_CRT_NDISP_HPER 0x0052 /* CRT/TV Horizontal Non-Display Period Register */ 65 #define S1DREG_CRT_HRTC_START 0x0053 /* CRT/TV HRTC Start Position Register */ 66 #define S1DREG_CRT_HRTC_PWIDTH 0x0054 /* CRT/TV HRTC Pulse Width Register */ 67 #define S1DREG_CRT_DISP_VHEIGHT0 0x0056 /* CRT/TV Vertical Display Height Register 0 */ 68 #define S1DREG_CRT_DISP_VHEIGHT1 0x0057 /* CRT/TV Vertical Display Height Register 1 */ 69 #define S1DREG_CRT_NDISP_VPER 0x0058 /* CRT/TV Vertical Non-Display Period Register */ 70 #define S1DREG_CRT_VRTC_START 0x0059 /* CRT/TV VRTC Start Position Register */ 71 #define S1DREG_CRT_VRTC_PWIDTH 0x005A /* CRT/TV VRTC Pulse Width Register */ [all …]
|
| H A D | vga.h | 40 #define VGA_CRT_DC 0x3D5 /* CRT Controller Data Register - color emulation */ 41 #define VGA_CRT_DM 0x3B5 /* CRT Controller Data Register - mono emulation */ 59 #define VGA_CRT_IC 0x3D4 /* CRT Controller Index - color emulation */ 60 #define VGA_CRT_IM 0x3B4 /* CRT Controller Index - mono emulation */ 68 #define VGA_CRT_C 0x19 /* Number of CRT Controller Registers */ 81 /* VGA CRT controller register indices */ 109 /* VGA CRT controller bit masks */ 191 __u32 num_crtc; /* number of crt registers, 0 for default */
|
| /linux/arch/arm/mach-sa1100/ |
| H A D | jornada720.c | 64 {0x0018,0x01}, // CRT/TV Pixel Clock Configuration Register 92 {0x0050,0x4F}, // CRT/TV Horizontal Display Width Register 93 {0x0052,0x13}, // CRT/TV Horizontal Non-Display Period Register 94 {0x0053,0x01}, // CRT/TV HRTC Start Position Register 95 {0x0054,0x0B}, // CRT/TV HRTC Pulse Width Register 96 {0x0056,0xDF}, // CRT/TV Vertical Display Height Register 0 97 {0x0057,0x01}, // CRT/TV Vertical Display Height Register 1 98 {0x0058,0x2B}, // CRT/TV Vertical Non-Display Period Register 99 {0x0059,0x09}, // CRT/TV VRTC Start Position Register 100 {0x005A,0x01}, // CRT/TV VRTC Pulse Width Register [all …]
|
| /linux/Documentation/fb/ |
| H A D | viafb.rst | 16 Device: CRT, LCD, DVI 20 CRT: 42 viafb_active_dev=CRT+DVI viafb_dvi_port=DVP1 109 This option is used to specify active devices.(CRT, DVI, CRT+LCD...) 121 To enable two devices, such as CRT+DVI:: 123 modprobe viafb viafb_active_dev=CRT+DVI; 127 modprobe viafb viafb_active_dev=CRT+DVI 131 modprobe viafb viafb_active_dev=DVI+CRT... 135 If CRT is primary and DVI is secondary, we should use:: 137 modprobe viafb viafb_active_dev=CRT+DVI viafb_SAMM_ON=1... [all …]
|
| H A D | modedb.rst | 104 The GTF is limited by the fact that it is designed mainly for CRT displays. 110 The CVT addresses these limitations. If used with CRT's, the formula used 117 new CRT displays and probably with most flatpanels, if 'reduced blanking'
|
| /linux/drivers/s390/crypto/ |
| H A D | zcrypt_cca_key.h | 55 * mapping for the cca private CRT key 'token' 152 * Set up private key fields of a type6 CRT message. 159 static inline int zcrypt_type6_crt_key(struct ica_rsa_modexpo_crt *crt, void *p) in zcrypt_type6_crt_key() argument 182 if (WARN_ON_ONCE(crt->inputdatalength > 512)) in zcrypt_type6_crt_key() 187 short_len = (crt->inputdatalength + 1) / 2; in zcrypt_type6_crt_key() 190 key_len = 3 * long_len + 2 * short_len + pad_len + crt->inputdatalength; in zcrypt_type6_crt_key() 208 key->pvt.mod_len = crt->inputdatalength; in zcrypt_type6_crt_key() 212 if (copy_from_user(key->key_parts, crt->np_prime, long_len) || in zcrypt_type6_crt_key() 214 crt->nq_prime, short_len) || in zcrypt_type6_crt_key() 216 crt->bp_key, long_len) || in zcrypt_type6_crt_key() [all …]
|
| /linux/drivers/crypto/caam/ |
| H A D | caampkc.h | 35 * dP the first factors's CRT exponent 36 * dQ the second factors's CRT exponent 37 * qInv the (first) CRT coefficient 55 * @dp : RSA CRT exponent of p 56 * @dp : RSA CRT exponent of q 57 * @qinv : RSA CRT coefficient
|
| H A D | pdb.h | 567 * This is the RSA Chinese Reminder Theorem (CRT) form for two prime factors of 572 * @c_dma : dma address of RSA CRT coefficient 575 * @dp_dma : dma address of RSA CRT exponent of RSA prime factor p 576 * @dp_dma : dma address of RSA CRT exponent of RSA prime factor q
|
| /linux/drivers/platform/x86/ |
| H A D | asus-nb-wmi.c | 605 { KE_KEY, 0x62, { KEY_SWITCHVIDEOMODE } }, /* SDSP CRT only */ 606 { KE_KEY, 0x63, { KEY_SWITCHVIDEOMODE } }, /* SDSP LCD + CRT */ 609 { KE_KEY, 0x66, { KEY_SWITCHVIDEOMODE } }, /* SDSP CRT + TV */ 610 { KE_KEY, 0x67, { KEY_SWITCHVIDEOMODE } }, /* SDSP LCD + CRT + TV */ 627 { KE_KEY, 0x8E, { KEY_SWITCHVIDEOMODE } }, /* SDSP CRT + DVI */ 629 { KE_KEY, 0x90, { KEY_SWITCHVIDEOMODE } }, /* SDSP LCD + CRT + DVI */ 631 { KE_KEY, 0x92, { KEY_SWITCHVIDEOMODE } }, /* SDSP CRT + TV + DVI */ 632 { KE_KEY, 0x93, { KEY_SWITCHVIDEOMODE } }, /* SDSP LCD + CRT + TV + DVI */ 638 { KE_KEY, 0xA2, { KEY_SWITCHVIDEOMODE } }, /* SDSP CRT + HDMI */ 640 { KE_KEY, 0xA4, { KEY_SWITCHVIDEOMODE } }, /* SDSP LCD + CRT + HDMI */ [all …]
|
| H A D | asus-laptop.c | 312 {KE_KEY, 0x62, { KEY_SWITCHVIDEOMODE } }, /* SDSP CRT only */ 313 {KE_KEY, 0x63, { KEY_SWITCHVIDEOMODE } }, /* SDSP LCD + CRT */ 316 {KE_KEY, 0x66, { KEY_SWITCHVIDEOMODE } }, /* SDSP CRT + TV */ 317 {KE_KEY, 0x67, { KEY_SWITCHVIDEOMODE } }, /* SDSP LCD + CRT + TV */ 330 {KE_KEY, 0x8E, { KEY_SWITCHVIDEOMODE } }, /* SDSP CRT + DVI */ 332 {KE_KEY, 0x90, { KEY_SWITCHVIDEOMODE } }, /* SDSP LCD + CRT + DVI */ 334 {KE_KEY, 0x92, { KEY_SWITCHVIDEOMODE } }, /* SDSP CRT + TV + DVI */ 335 {KE_KEY, 0x93, { KEY_SWITCHVIDEOMODE } }, /* SDSP LCD + CRT + TV + DVI */ 340 {KE_KEY, 0xA2, { KEY_SWITCHVIDEOMODE } }, /* SDSP CRT + HDMI */ 342 {KE_KEY, 0xA4, { KEY_SWITCHVIDEOMODE } }, /* SDSP LCD + CRT + HDMI */ [all …]
|
| /linux/drivers/staging/sm750fb/ |
| H A D | ddk750_display.h | 59 * crt path select 90 * CRT means crt path DSUB
|
| /linux/drivers/video/fbdev/ |
| H A D | tdfxfb.c | 346 crt_outb(par, 0x11, crt_inb(par, 0x11) & 0x7f); /* CRT unprotect */ in do_write_regs() 363 crt_outb(par, i, reg->crt[i]); in do_write_regs() 594 reg.crt[0x09] = 0x80; in tdfxfb_set_par() 642 reg.crt[0x00] = ht - 4; in tdfxfb_set_par() 643 reg.crt[0x01] = hd; in tdfxfb_set_par() 644 reg.crt[0x02] = hbs; in tdfxfb_set_par() 645 reg.crt[0x03] = 0x80 | (hbe & 0x1f); in tdfxfb_set_par() 646 reg.crt[0x04] = hs; in tdfxfb_set_par() 647 reg.crt[0x05] = ((hbe & 0x20) << 2) | (he & 0x1f); in tdfxfb_set_par() 648 reg.crt[0x06] = vt; in tdfxfb_set_par() [all …]
|
| /linux/include/linux/ |
| H A D | sm501.h | 54 SM501_FB_OWN = 0, /* CRT=>CRT, Panel=>Panel */ 55 SM501_FB_CRT_PANEL = 1, /* Panel=>CRT, Panel=>Panel */
|
| /linux/drivers/video/fbdev/aty/ |
| H A D | radeon_monitor.c | 39 pret = "CRT"; in radeon_get_mon_name() 86 else if (!strcmp(pmt, "CRT")) in radeon_parse_montype_prop() 260 "NONE", "Proprietary", "CRT", "DVI-I", "DVI-D", "Unknown", "Unknown", in radeon_parse_connector_info() 297 * Probe physical connection of a CRT. This code comes from XFree 298 * as well and currently is only implemented for the CRT DAC, the 305 /* the monitor either wasn't connected or it is a non-DDC CRT. in radeon_crt_is_connected() 414 if (strcmp(s1, "CRT") == 0) in radeon_parse_monitor_layout() 421 if (strcmp(s2, "CRT") == 0) in radeon_parse_monitor_layout() 476 printk(KERN_INFO "radeonfb: No valid monitor, assuming CRT on first port\n"); in radeon_probe_screens() 596 * assume CRT (maybe fallback to old BIOS_SCRATCH stuff ? or look in radeon_probe_screens() [all …]
|
| H A D | mach64_ct.c | 69 * VCLK0 First pixel clock of first CRT controller 70 * VCLK1 Second pixel clock of first CRT controller 71 * VCLK2 Third pixel clock of first CRT controller 72 * VCLK3 Fourth pixel clock of first CRT controller 74 * V2CLK Pixel clock of the second CRT controller. 80 * i.e. CRT monitor connected to laptop has different resolution than built 108 * the CRT controller.
|
| /linux/drivers/video/fbdev/geode/ |
| H A D | gx1fb_core.c | 300 /* CRT and panel options */ in gx1fb_init_fbinfo() 305 par->enable_crt = 1; /* fall back to CRT if no panel is specified */ in gx1fb_init_fbinfo() 415 else if (!strncmp(this_opt, "crt:", 4)) in gx1fb_setup() 469 module_param_named(crt, crt_option, int, 0444); 470 MODULE_PARM_DESC(crt, "enable CRT output. 0 = off, 1 = on (default)");
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-platform-eeepc-laptop | 9 - 2 = CRT 10 - 3 = LCD+CRT
|
| H A D | sysfs-platform-asus-laptop | 11 ||`-- CRT 17 - 3 (0011b) CRT+LCD.
|
| /linux/drivers/video/fbdev/via/ |
| H A D | viafbdev.c | 357 /* control CRT monitor power management */ in viafb_blank() 362 /* control CRT monitor power management */ in viafb_blank() 367 /* control CRT monitor power management */ in viafb_blank() 372 /* control CRT monitor power management */ in viafb_blank() 500 u.active_dev.crt = viafb_CRT_ON; in viafb_ioctl() 921 DEBUG_MSG(KERN_INFO "CRT IGA Path:%d\n", IGA1); in get_primary_device() 1006 } else if (!strcmp(viafb_active_dev, "CRT+DVI")) { in parse_active_dev() 1007 /* CRT+DVI */ in parse_active_dev() 1011 } else if (!strcmp(viafb_active_dev, "DVI+CRT")) { in parse_active_dev() 1012 /* DVI+CRT */ in parse_active_dev() [all …]
|
| /linux/drivers/video/fbdev/nvidia/ |
| H A D | nv_setup.c | 422 "CRT"); in NVCommonSetup() 430 "specified\n", par->FlatPanel ? "DFP" : "CRT"); in NVCommonSetup() 517 "CRT attached\n", CRTCnumber); in NVCommonSetup() 522 "CRT attached\n", CRTCnumber); in NVCommonSetup() 553 printk("...Using default of CRT\n"); in NVCommonSetup() 559 "specified\n", par->FlatPanel ? "DFP" : "CRT"); in NVCommonSetup() 617 par->FlatPanel ? (par->Television ? "TV" : "DFP") : "CRT", in NVCommonSetup()
|
| /linux/tools/include/nolibc/ |
| H A D | Makefile | 29 crt.h \ 107 $(Q)for header in $(filter-out crt.h std.h,$(all_files)); do \
|
| /linux/drivers/video/console/ |
| H A D | vgacon.c | 673 unsigned char CrtCtrlIndex; /* CRT-Contr. Index reg. */ 675 unsigned char HorizontalTotal; /* CRT-Controller:00h */ 676 unsigned char HorizDisplayEnd; /* CRT-Controller:01h */ 677 unsigned char StartHorizRetrace; /* CRT-Controller:04h */ 678 unsigned char EndHorizRetrace; /* CRT-Controller:05h */ 679 unsigned char Overflow; /* CRT-Controller:07h */ 680 unsigned char StartVertRetrace; /* CRT-Controller:10h */ 681 unsigned char EndVertRetrace; /* CRT-Controller:11h */ 682 unsigned char ModeControl; /* CRT-Controller:17h */
|
| /linux/crypto/ |
| H A D | scompress.c | 306 struct crypto_acomp *crt = __crypto_acomp_tfm(tfm); in crypto_init_scomp_ops_async() local 322 crt->compress = scomp_acomp_compress; in crypto_init_scomp_ops_async() 323 crt->decompress = scomp_acomp_decompress; in crypto_init_scomp_ops_async()
|
| /linux/arch/mips/loongson2ef/lemote-2f/ |
| H A D | ec_kb3310b.h | 125 /* CRT */ 171 EVENT_CRT_DETECT, /* CRT is connected */
|