Home
last modified time | relevance | path

Searched refs:tcr (Results 1 – 25 of 35) sorted by relevance

12

/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-client.c534 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 …]
Dopenssl-ssl.c119 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/
Dtimer.c27 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/
Dmmu.h106 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/
Dtimer.c41 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()
Dreset.c24 writel(readl(&wdttimer->tcr) | 0x40, &wdttimer->tcr); in reset_cpu()
/third_party/uboot/u-boot-2020.01/drivers/net/
Dfsl_mcdmafec.c122 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()
Dmcffec.c92 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/
Dcache_v8_hi3535av100.c99 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/
Dcache_v8_hi3531dv200.c99 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/
Dtimer.h25 u16 tcr; /* 0x08 Capture register */ member
37 u32 tcr; /* 0x08 Capture register */
Dfec.h130 u32 tcr; /* 0x144 */ member
159 u32 tcr;
Dfsl_mcdmafec.h30 u32 tcr; /* 0x0C4 */ member
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/
Dcache_v8.c42 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/
Ddvenc.c378 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()
Dgxfenc.c708 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/
Dvf_bilateral.c170 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/
Dat91_pdc.h13 u32 tcr; /* 0x10C Transmit Counter Register */ member
Dat91_emac.h16 u32 tcr; member
Dat91_matrix.h52 u32 tcr; member
/third_party/uboot/u-boot-2020.01/arch/arm/mach-davinci/include/mach/
Dtimer_defs.h18 u_int32_t tcr; member
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-lpc32xx/
Dtimer.h14 u32 tcr; /* Timer Control Register */ member
/third_party/uboot/u-boot-2020.01/arch/m68k/include/asm/coldfire/
Ddspi.h16 u32 tcr; /* 0x08 */ member
Dssi.h20 u32 tcr; member
/third_party/uboot/u-boot-2020.01/include/
Dfsl_dspi.h18 u32 tcr; /* 0x08 */ member

12