/openbmc/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 …]
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_crt.c | 103 struct intel_crt *crt = intel_encoder_to_crt(encoder); in intel_crt_get_hw_state() local 112 ret = intel_crt_port_enabled(dev_priv, crt->adpa_reg, pipe); in intel_crt_get_hw_state() 122 struct intel_crt *crt = intel_encoder_to_crt(encoder); in intel_crt_get_flags() local 125 tmp = intel_de_read(dev_priv, crt->adpa_reg); in intel_crt_get_flags() 171 struct intel_crt *crt = intel_encoder_to_crt(encoder); in intel_crt_set_dpms() local 212 intel_de_write(dev_priv, crt->adpa_reg, adpa); in intel_crt_set_dpms() 469 struct intel_crt *crt = intel_attached_crt(to_intel_connector(connector)); in ilk_crt_detect_hotplug() local 475 if (crt->force_hotplug_required) { in ilk_crt_detect_hotplug() 479 crt->force_hotplug_required = false; in ilk_crt_detect_hotplug() 481 save_adpa = adpa = intel_de_read(dev_priv, crt->adpa_reg); in ilk_crt_detect_hotplug() [all …]
|
/openbmc/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 */
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/ |
H A D | 0012-raddb-certs-Makefile-fix-the-existed-certificate-err.patch | 9 openssl ca -batch -keyfile ca.key -cert ca.pem -in client.csr -key 'whatever' -out client.crt -ext… 20 make: *** [Makefile:128: client.crt] Error 1 22 Add the check to fix the above error and it does the same for server.crt. 38 server.crt: ca.key ca.pem server.csr 39 …eyfile ca.key -cert ca.pem -in server.csr -key $(PASSWORD_CA) -out server.crt -extensions xpserve… 40 + @[ -f server.crt ] || $(OPENSSL) ca -batch -keyfile ca.key -cert ca.pem -in server.csr -key $(PA… 42 server.p12: server.crt 43 …$(OPENSSL) pkcs12 -export -in server.crt -inkey server.key -out server.p12 -passin pass:$(PASSWOR… 47 client.crt: ca.key ca.pem client.csr 48 …eyfile ca.key -cert ca.pem -in client.csr -key $(PASSWORD_CA) -out client.crt -extensions xpclien… [all …]
|
H A D | 0013-raddb-certs-Makefile-fix-the-occasional-verification.patch | 74 server.crt: ca.key ca.pem server.csr 75 …@[ -f server.crt ] || $(OPENSSL) ca -batch -keyfile ca.key -cert ca.pem -in server.csr -key $(PAS… 77 server.p12: server.crt 78 - $(OPENSSL) pkcs12 -export -in server.crt -inkey server.key -out server.p12 -passin pass:$(PASSWO… 79 + @[ -f server.p12 ] || $(OPENSSL) pkcs12 -export -in server.crt -inkey server.key -out server.p12 … 96 client.crt: ca.key ca.pem client.csr 97 …@[ -f client.crt ] || $(OPENSSL) ca -batch -keyfile ca.key -cert ca.pem -in client.csr -key $(PAS… 99 client.p12: client.crt 100 - $(OPENSSL) pkcs12 -export -in client.crt -inkey client.key -out client.p12 -passin pass:$(PASSWO… 101 + @[ -f client.p12 ] || $(OPENSSL) pkcs12 -export -in client.crt -inkey client.key -out client.p12 … [all …]
|
/openbmc/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 …]
|
/openbmc/qemu/tests/unit/ |
H A D | crypto-tls-x509-helpers.c | 206 gnutls_x509_crt_t crt; in test_tls_generate_cert() local 219 err = gnutls_x509_crt_init(&crt); in test_tls_generate_cert() 224 err = gnutls_x509_crt_set_key(crt, privkey); in test_tls_generate_cert() 235 gnutls_x509_crt_set_version(crt, 3); in test_tls_generate_cert() 239 crt, GNUTLS_OID_X520_COUNTRY_NAME, 0, in test_tls_generate_cert() 249 crt, GNUTLS_OID_X520_COMMON_NAME, 0, in test_tls_generate_cert() 264 crt, GNUTLS_SAN_DNSNAME, in test_tls_generate_cert() 276 crt, GNUTLS_SAN_DNSNAME, in test_tls_generate_cert() 299 crt, GNUTLS_SAN_IPADDRESS, in test_tls_generate_cert() 315 crt, GNUTLS_SAN_IPADDRESS, in test_tls_generate_cert() [all …]
|
H A D | test-crypto-tlscredsx509.c | 34 const char *crt; member 94 if (access(data->crt, R_OK) == 0) { in test_tls_creds() 95 g_assert(link(data->crt, in test_tls_creds() 101 if (access(data->crt, R_OK) == 0) { in test_tls_creds() 102 g_assert(link(data->crt, in test_tls_creds() 148 # define TLS_TEST_REG(name, isServer, caCrt, crt, expectFail) \ in main() argument 150 isServer, caCrt, crt, expectFail \ in main() 614 cacertrootreq.crt, in main() 615 cacertlevel1areq.crt, in main() 616 cacertlevel1breq.crt, in main() [all …]
|
H A D | crypto-tls-x509-helpers.h | 37 gnutls_x509_crt_t crt; member 106 test_tls_generate_cert(&varname, cavarname.crt) 157 test_tls_generate_cert(&varname, cavarname.crt) 177 test_tls_generate_cert(&varname, cavarname.crt)
|
/openbmc/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 …]
|
/openbmc/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 …]
|
H A D | zcrypt_msgtype50.c | 97 /* CRT, with a small modulus */ 110 /* CRT, with a large modulus */ 123 /* CRT, with a larger modulus */ 171 int get_rsa_crt_fc(struct ica_rsa_modexpo_crt *crt, int *fcode) in get_rsa_crt_fc() argument 173 if (!crt->inputdatalength) in get_rsa_crt_fc() 176 if (crt->inputdatalength <= 128) /* 1024 bit */ in get_rsa_crt_fc() 178 else if (crt->inputdatalength <= 256) /* 2048 bit */ in get_rsa_crt_fc() 250 * Convert a ICACRT message to a type50 CRT message. 254 * @crt: pointer to user input data 260 struct ica_rsa_modexpo_crt *crt) in ICACRT_msg_to_type50CRT_msg() argument [all …]
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/ |
H A D | u-boot-corstone1000.inc | 75 …openssl req -x509 -sha256 -newkey rsa:2048 -subj /CN=CRT/ -keyout ${B}/CRT.key -out ${B}/CRT.crt -… 76 cert-to-efi-sig-list ${B}/CRT.crt ${B}/corstone1000_defconfig/CRT.esl 81 install -D -p -m 0644 ${B}/CRT.crt ${D}/corstone1000_capsule_cert.crt 82 install -D -p -m 0644 ${B}/CRT.key ${D}/corstone1000_capsule_key.key
|
/openbmc/qemu/hw/display/ |
H A D | sm501.c | 157 /* crt clock */ 240 /* common registers for panel and the crt */ 573 static ram_addr_t get_fb_addr(SM501State *s, int crt) in get_fb_addr() argument 575 return (crt ? s->dc_crt_fb_addr : s->dc_panel_fb_addr) & 0x3FFFFF0; in get_fb_addr() 578 static inline int get_width(SM501State *s, int crt) in get_width() argument 580 int width = crt ? s->dc_crt_h_total : s->dc_panel_h_total; in get_width() 584 static inline int get_height(SM501State *s, int crt) in get_height() argument 586 int height = crt ? s->dc_crt_v_total : s->dc_panel_v_total; in get_height() 590 static inline int get_bpp(SM501State *s, int crt) in get_bpp() argument 592 int bpp = crt ? s->dc_crt_control : s->dc_panel_control; in get_bpp() [all …]
|
H A D | vga_regs.h | 32 #define VGA_CRT_DC 0x3D5 /* CRT Controller Data Register - color emulation */ 33 #define VGA_CRT_DM 0x3B5 /* CRT Controller Data Register - mono emulation */ 51 #define VGA_CRT_IC 0x3D4 /* CRT Controller Index - color emulation */ 52 #define VGA_CRT_IM 0x3B4 /* CRT Controller Index - mono emulation */ 60 #define VGA_CRT_C 0x19 /* Number of CRT Controller Registers */ 73 /* VGA CRT controller register indices */ 101 /* VGA CRT controller bit masks */
|
/openbmc/qemu/crypto/ |
H A D | x509-utils.c | 36 gnutls_x509_crt_t crt; in qcrypto_get_x509_cert_fingerprint() local 49 gnutls_x509_crt_init(&crt); in qcrypto_get_x509_cert_fingerprint() 51 if (gnutls_x509_crt_import(crt, &datum, GNUTLS_X509_FMT_PEM) != 0) { in qcrypto_get_x509_cert_fingerprint() 64 if (gnutls_x509_crt_get_fingerprint(crt, in qcrypto_get_x509_cert_fingerprint() 74 gnutls_x509_crt_deinit(crt); in qcrypto_get_x509_cert_fingerprint()
|
/openbmc/qemu/tests/tcg/xtensa/ |
H A D | Makefile.softmmu-target | 12 XTENSA_BROKEN_TESTS = crt vectors 28 CRT = crt.o vectors.o 34 $(XTENSA_USABLE_TESTS): linker.ld macros.inc $(CRT) Makefile.softmmu-target 41 $(CC) $(XTENSA_INC) $(ASFLAGS) $(EXTRA_CFLAGS) $< -o $@ $(LDFLAGS) $(NOSTDFLAGS) $(CRT)
|
/openbmc/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
|
/openbmc/linux/drivers/video/fbdev/geode/ |
H A D | video_gx.c | 262 /* Power up the CRT DACs */ in gx_configure_display() 267 * in CRT mode. The FP polarities will be handled in in gx_configure_display() 274 /* Power down the CRT DACs if in FP mode */ in gx_configure_display() 298 int blank, hsync, vsync, crt; in gx_blank_display() local 300 /* CRT power saving modes. */ in gx_blank_display() 303 blank = 0; hsync = 1; vsync = 1; crt = 1; in gx_blank_display() 306 blank = 1; hsync = 1; vsync = 1; crt = 1; in gx_blank_display() 309 blank = 1; hsync = 1; vsync = 0; crt = 1; in gx_blank_display() 312 blank = 1; hsync = 0; vsync = 1; crt = 1; in gx_blank_display() 315 blank = 1; hsync = 0; vsync = 0; crt = 0; in gx_blank_display() [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/meta/ |
H A D | buildtools-tarball.bb | 76 if [ -e "${SDK_OUTPUT}${SDKPATHNATIVE}${sysconfdir}/ssl/certs/ca-certificates.crt" ]; then 77 …echo 'export GIT_SSL_CAINFO="${SDKPATHNATIVE}${sysconfdir}/ssl/certs/ca-certificates.crt"' >>$scri… 78 …echo 'export SSL_CERT_FILE="${SDKPATHNATIVE}${sysconfdir}/ssl/certs/ca-certificates.crt"' >>$script 79 …echo 'export REQUESTS_CA_BUNDLE="${SDKPATHNATIVE}${sysconfdir}/ssl/certs/ca-certificates.crt"' >>$… 80 …echo 'export CURL_CA_BUNDLE="${SDKPATHNATIVE}${sysconfdir}/ssl/certs/ca-certificates.crt"' >>$scri…
|
/openbmc/linux/drivers/platform/x86/ |
H A D | asus-nb-wmi.c | 548 { KE_KEY, 0x62, { KEY_SWITCHVIDEOMODE } }, /* SDSP CRT only */ 549 { KE_KEY, 0x63, { KEY_SWITCHVIDEOMODE } }, /* SDSP LCD + CRT */ 552 { KE_KEY, 0x66, { KEY_SWITCHVIDEOMODE } }, /* SDSP CRT + TV */ 553 { KE_KEY, 0x67, { KEY_SWITCHVIDEOMODE } }, /* SDSP LCD + CRT + TV */ 570 { KE_KEY, 0x8E, { KEY_SWITCHVIDEOMODE } }, /* SDSP CRT + DVI */ 572 { KE_KEY, 0x90, { KEY_SWITCHVIDEOMODE } }, /* SDSP LCD + CRT + DVI */ 574 { KE_KEY, 0x92, { KEY_SWITCHVIDEOMODE } }, /* SDSP CRT + TV + DVI */ 575 { KE_KEY, 0x93, { KEY_SWITCHVIDEOMODE } }, /* SDSP LCD + CRT + TV + DVI */ 580 { KE_KEY, 0xA2, { KEY_SWITCHVIDEOMODE } }, /* SDSP CRT + HDMI */ 582 { KE_KEY, 0xA4, { KEY_SWITCHVIDEOMODE } }, /* SDSP LCD + CRT + HDMI */ [all …]
|
/openbmc/linux/drivers/staging/sm750fb/ |
H A D | sm750.h | 25 sm750_dual_normal, /* primary => panel head and secondary => crt */ 26 sm750_dual_swap, /* primary => crt head and secondary => panel */ 38 sm750_pnc = 3, /* panel and crt */ 160 * paths=2:means output for crt paths 161 * paths=3:means output for both panel and crt paths
|
/openbmc/linux/crypto/ |
H A D | shash.c | 413 struct crypto_ahash *crt = __crypto_ahash_cast(tfm); in crypto_init_shash_ops_async() local 429 crt->init = shash_async_init; in crypto_init_shash_ops_async() 430 crt->update = shash_async_update; in crypto_init_shash_ops_async() 431 crt->final = shash_async_final; in crypto_init_shash_ops_async() 432 crt->finup = shash_async_finup; in crypto_init_shash_ops_async() 433 crt->digest = shash_async_digest; in crypto_init_shash_ops_async() 435 crt->setkey = shash_async_setkey; in crypto_init_shash_ops_async() 437 crypto_ahash_set_flags(crt, crypto_shash_get_flags(shash) & in crypto_init_shash_ops_async() 440 crt->export = shash_async_export; in crypto_init_shash_ops_async() 441 crt->import = shash_async_import; in crypto_init_shash_ops_async() [all …]
|
/openbmc/linux/drivers/gpu/drm/gma500/ |
H A D | cdv_intel_crt.c | 108 * Disable separate mode multiplier used when cloning SDVO to CRT in cdv_intel_crt_mode_set() 133 * Uses CRT_HOTPLUG_EN and CRT_HOTPLUG_STAT to detect CRT presence. 135 * \return true if CRT is connected. 136 * \return false if CRT is disconnected. 147 * On a CDV thep, CRT detect sequence need to be done twice in cdv_intel_crt_detect_hotplug()
|