/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-client.c | 534 struct lws_tls_client_reuse *tcr; in lws_tls_client_create_vhost_context() local 633 tcr = lws_container_of(p, struct lws_tls_client_reuse, cc_list); in lws_tls_client_create_vhost_context() 635 if (!memcmp(hash, tcr->hash, len)) { in lws_tls_client_create_vhost_context() 639 tcr->refcount++; in lws_tls_client_create_vhost_context() 640 vh->tls.ssl_client_ctx = tcr->ssl_client_ctx; in lws_tls_client_create_vhost_context() 643 __func__, vh->name, tcr->index, in lws_tls_client_create_vhost_context() 644 tcr->refcount); in lws_tls_client_create_vhost_context() 663 tcr = lws_zalloc(sizeof(*tcr), "client ctx tcr"); in lws_tls_client_create_vhost_context() 664 if (!tcr) { in lws_tls_client_create_vhost_context() 669 tcr->ssl_client_ctx = vh->tls.ssl_client_ctx; in lws_tls_client_create_vhost_context() [all …]
|
D | openssl-ssl.c | 119 struct lws_tls_client_reuse *tcr; in lws_ssl_destroy_client_ctx() local 124 tcr = SSL_CTX_get_ex_data(vhost->tls.ssl_client_ctx, in lws_ssl_destroy_client_ctx() 127 if (!tcr || --tcr->refcount) in lws_ssl_destroy_client_ctx() 135 lws_dll2_remove(&tcr->cc_list); in lws_ssl_destroy_client_ctx() 136 lws_free(tcr); in lws_ssl_destroy_client_ctx()
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/arm926ejs/lpc32xx/ |
D | timer.c | 27 writel(TIMER_TCR_COUNTER_RESET, &timer->tcr); in lpc32xx_timer_reset() 28 writel(TIMER_TCR_COUNTER_DISABLE, &timer->tcr); in lpc32xx_timer_reset() 45 writel(TIMER_TCR_COUNTER_ENABLE, &timer->tcr); in lpc32xx_timer_count() 47 writel(TIMER_TCR_COUNTER_DISABLE, &timer->tcr); in lpc32xx_timer_count()
|
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/armv8/ |
D | mmu.h | 106 static inline void set_ttbr_tcr_mair(int el, u64 table, u64 tcr, u64 attr) in set_ttbr_tcr_mair() argument 111 asm volatile("msr tcr_el1, %0" : : "r" (tcr) : "memory"); in set_ttbr_tcr_mair() 115 asm volatile("msr tcr_el2, %0" : : "r" (tcr) : "memory"); in set_ttbr_tcr_mair() 119 asm volatile("msr tcr_el3, %0" : : "r" (tcr) : "memory"); in set_ttbr_tcr_mair()
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-davinci/ |
D | timer.c | 41 writel(0x0, &timer->tcr); in timer_init() 46 writel(2 << 22, &timer->tcr); in timer_init() 108 writel(0x0, &wdttimer->tcr); in davinci_hw_watchdog_enable() 114 writel(2 << 22, &wdttimer->tcr); in davinci_hw_watchdog_enable()
|
D | reset.c | 24 writel(readl(&wdttimer->tcr) | 0x40, &wdttimer->tcr); in reset_cpu()
|
/third_party/uboot/u-boot-2020.01/drivers/net/ |
D | fsl_mcdmafec.c | 122 printf("x_cntrl %x - %x\n", (int)&fecp->tcr, fecp->tcr); in dbg_fec_regs() 159 fecp->tcr = FEC_TCR_FDEN; in set_fec_duplex_speed() 164 fecp->tcr &= ~FEC_TCR_FDEN; in set_fec_duplex_speed() 264 fecp->tcr |= FEC_TCR_GTS; in fec_recv() 269 if (fecp->tcr & FEC_TCR_GTS) { in fec_recv() 272 fecp->tcr &= ~FEC_TCR_GTS; in fec_recv() 470 fecp->tcr |= FEC_TCR_GTS; in fec_halt()
|
D | mcffec.c | 92 fecp->tcr = FEC_TCR_FDEN; in setFecDuplexSpeed() 97 fecp->tcr &= ~FEC_TCR_FDEN; in setFecDuplexSpeed() 262 printf("x_cntrl %x - %x\n", (int)&fecp->tcr, fecp->tcr); in dbgFecRegs()
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3535av100/hw_compressed/ |
D | cache_v8_hi3535av100.c | 99 u64 tcr; in get_tcr() local 128 tcr = TCR_EL1_RSVD | (ips << 32) | TCR_EPD1_DISABLE; in get_tcr() 130 tcr = TCR_EL2_RSVD | (ips << 16); in get_tcr() 132 tcr = TCR_EL3_RSVD | (ips << 16); in get_tcr() 136 tcr |= TCR_TG0_4K | TCR_SHARED_INNER | TCR_ORGN_WBWA | TCR_IRGN_WBWA; in get_tcr() 137 tcr |= TCR_T0SZ(va_bits); in get_tcr() 144 return tcr; in get_tcr()
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3531dv200/hw_compressed/ |
D | cache_v8_hi3531dv200.c | 99 u64 tcr; in get_tcr() local 128 tcr = TCR_EL1_RSVD | (ips << 32) | TCR_EPD1_DISABLE; in get_tcr() 130 tcr = TCR_EL2_RSVD | (ips << 16); in get_tcr() 132 tcr = TCR_EL3_RSVD | (ips << 16); in get_tcr() 136 tcr |= TCR_TG0_4K | TCR_SHARED_INNER | TCR_ORGN_WBWA | TCR_IRGN_WBWA; in get_tcr() 137 tcr |= TCR_T0SZ(va_bits); in get_tcr() 144 return tcr; in get_tcr()
|
/third_party/uboot/u-boot-2020.01/arch/m68k/include/asm/ |
D | timer.h | 25 u16 tcr; /* 0x08 Capture register */ member 37 u32 tcr; /* 0x08 Capture register */
|
D | fec.h | 130 u32 tcr; /* 0x144 */ member 159 u32 tcr;
|
D | fsl_mcdmafec.h | 30 u32 tcr; /* 0x0C4 */ member
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/ |
D | cache_v8.c | 42 u64 tcr; in get_tcr() local 71 tcr = TCR_EL1_RSVD | (ips << 32) | TCR_EPD1_DISABLE; in get_tcr() 73 tcr = TCR_EL2_RSVD | (ips << 16); in get_tcr() 75 tcr = TCR_EL3_RSVD | (ips << 16); in get_tcr() 79 tcr |= TCR_TG0_4K | TCR_SHARED_INNER | TCR_ORGN_WBWA | TCR_IRGN_WBWA; in get_tcr() 80 tcr |= TCR_T0SZ(va_bits); in get_tcr() 87 return tcr; in get_tcr()
|
/third_party/ffmpeg/libavformat/ |
D | dvenc.c | 378 AVDictionaryEntry *tcr = av_dict_get(s->metadata, "timecode", NULL, 0); in dv_write_header() local 389 if (!tcr) { // no global timecode, look into the streams in dv_write_header() 392 tcr = av_dict_get(s->streams[i]->metadata, "timecode", NULL, 0); in dv_write_header() 393 if (tcr) in dv_write_header() 397 if (tcr && av_timecode_init_from_string(&dvc->tc, rate, tcr->value, s) >= 0) in dv_write_header()
|
D | gxfenc.c | 708 AVDictionaryEntry *tcr = av_dict_get(s->metadata, "timecode", NULL, 0); in gxf_write_header() local 772 if (!tcr) in gxf_write_header() 773 tcr = av_dict_get(st->metadata, "timecode", NULL, 0); in gxf_write_header() 822 if (tcr && vsc) in gxf_write_header() 823 gxf_init_timecode(s, &gxf->tc, tcr->value, vsc->fields); in gxf_write_header()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_bilateral.c | 170 type tcr = *texture_x++; \ 171 type dr = abs(tcr - tpr); \ 177 tpr = tcr; \ 190 type tcr = *--texture_x; \ 191 type dr = abs(tcr - tpr); \ 198 tpr = tcr; \
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-at91/include/mach/ |
D | at91_pdc.h | 13 u32 tcr; /* 0x10C Transmit Counter Register */ member
|
D | at91_emac.h | 16 u32 tcr; member
|
D | at91_matrix.h | 52 u32 tcr; member
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-davinci/include/mach/ |
D | timer_defs.h | 18 u_int32_t tcr; member
|
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-lpc32xx/ |
D | timer.h | 14 u32 tcr; /* Timer Control Register */ member
|
/third_party/uboot/u-boot-2020.01/arch/m68k/include/asm/coldfire/ |
D | dspi.h | 16 u32 tcr; /* 0x08 */ member
|
D | ssi.h | 20 u32 tcr; member
|
/third_party/uboot/u-boot-2020.01/include/ |
D | fsl_dspi.h | 18 u32 tcr; /* 0x08 */ member
|