/openbmc/linux/tools/perf/util/ |
H A D | s390-sample-raw.c | 51 struct cf_trailer_entry *te; in s390_cpumcfdg_testctr() local 73 if (len - offset - sizeof(*te) == 4) in s390_cpumcfdg_testctr() 87 struct cf_trailer_entry te; in s390_cpumcfdg_dumptrail() local 89 te.flags = be64_to_cpu(tep->flags); in s390_cpumcfdg_dumptrail() 90 te.cfvn = be16_to_cpu(tep->cfvn); in s390_cpumcfdg_dumptrail() 91 te.csvn = be16_to_cpu(tep->csvn); in s390_cpumcfdg_dumptrail() 92 te.cpu_speed = be32_to_cpu(tep->cpu_speed); in s390_cpumcfdg_dumptrail() 93 te.timestamp = be64_to_cpu(tep->timestamp); in s390_cpumcfdg_dumptrail() 94 te.progusage1 = be64_to_cpu(tep->progusage1); in s390_cpumcfdg_dumptrail() 95 te.progusage2 = be64_to_cpu(tep->progusage2); in s390_cpumcfdg_dumptrail() [all …]
|
H A D | s390-cpumsf.c | 310 static unsigned long long trailer_timestamp(struct hws_trailer_entry *te, in trailer_timestamp() argument 313 /* te->t set: TOD in STCKE format, bytes 8-15 in trailer_timestamp() 318 memcpy(&ts, &te->timestamp[idx], sizeof(ts)); in trailer_timestamp() 324 struct hws_trailer_entry *te) in s390_cpumsf_trailer_show() argument 328 const unsigned long long flags = be64toh(te->flags); in s390_cpumsf_trailer_show() 336 memcpy(&local.timestamp, te->timestamp, sizeof(te->timestamp)); in s390_cpumsf_trailer_show() 337 local.overflow = be64toh(te->overflow); in s390_cpumsf_trailer_show() 338 local.clock_base = be64toh(te->progusage[0]) >> 63 & 1; in s390_cpumsf_trailer_show() 339 local.progusage2 = be64toh(te->progusage2); in s390_cpumsf_trailer_show() 340 te = &local; in s390_cpumsf_trailer_show() [all …]
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | CC-BY-3.0-NL | 9 …DE INHOUD VAN) DEZE LICENTIE OP VOORHAND VOLDOENDE DUIDELIJK KENBAAR DIENT TE ZIJN VOOR DE ONTVANG… 27 …kkelijke toestemming gekregen heeft om rechten ingevolge deze Licentie uit te oefenen ondanks een … 29 2. Beperkingen van de uitsluitende rechten. Niets in deze Licentie strekt ertoe om de rechten te be… 31 …m de navolgende rechten met betrekking tot het Werk vrij van royalty's uit te oefenen voor de duur… 39 …d. het verspreiden van exemplaren van Afgeleide werken, het in het openbaar te tonen, op- en uitvo… 43 f. Volledigheidshalve dient te worden vermeld dat: 45 …pieën) de Licentiegever zich het recht voorbehoudt om dergelijke heffingen te innen (al dan niet d… 47 …chten) de Licentiegever afstand doet van het recht om dergelijke heffingen te innen bij zowel comm… 49 …rechtenbeheer. de Licentiegever afstand doet van het recht om vergoedingen te innen (zelfstandig o… 51 …echnische wijzigingen aan te brengen die noodzakelijk zijn om de rechten met behulp van andere med… [all …]
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_ldst_internal.h | 66 #define DO_LD_PRIM_1(NAME, H, TE, TM) \ argument 67 DO_LD_HOST(NAME, H, TE, TM, ldub_p) \ 68 DO_LD_TLB(NAME, H, TE, TM, cpu_ldub_data_ra) 78 #define DO_ST_PRIM_1(NAME, H, TE, TM) \ argument 79 DO_ST_HOST(st1##NAME, H, TE, TM, stb_p) \ 80 DO_ST_TLB(st1##NAME, H, TE, TM, cpu_stb_data_ra) 87 #define DO_LD_PRIM_2(NAME, H, TE, TM, LD) \ argument 88 DO_LD_HOST(ld1##NAME##_be, H, TE, TM, LD##_be_p) \ 89 DO_LD_HOST(ld1##NAME##_le, H, TE, TM, LD##_le_p) \ 90 DO_LD_TLB(ld1##NAME##_be, H, TE, TM, cpu_##LD##_be_data_ra) \ [all …]
|
H A D | a32-uncond.decode | 60 PLD 1111 0101 -101 ---- 1111 ---- ---- ---- # (imm, lit) 5te 64 PLD 1111 0111 -101 ---- 1111 ----- -- 0 ---- # (register) 5te
|
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_pingpong.c | 77 struct dpu_hw_tear_check *te) in dpu_hw_pp_enable_te() argument 82 if (!pp || !te) in dpu_hw_pp_enable_te() 87 if (te->hw_vsync_mode) in dpu_hw_pp_enable_te() 90 cfg |= te->vsync_count; in dpu_hw_pp_enable_te() 93 DPU_REG_WRITE(c, PP_SYNC_CONFIG_HEIGHT, te->sync_cfg_height); in dpu_hw_pp_enable_te() 94 DPU_REG_WRITE(c, PP_VSYNC_INIT_VAL, te->vsync_init_val); in dpu_hw_pp_enable_te() 95 DPU_REG_WRITE(c, PP_RD_PTR_IRQ, te->rd_ptr_irq); in dpu_hw_pp_enable_te() 96 DPU_REG_WRITE(c, PP_START_POS, te->start_pos); in dpu_hw_pp_enable_te() 98 ((te->sync_threshold_continue << 16) | in dpu_hw_pp_enable_te() 99 te->sync_threshold_start)); in dpu_hw_pp_enable_te() [all …]
|
H A D | dpu_hw_intf.c | 335 struct dpu_hw_tear_check *te) in dpu_hw_intf_enable_te() argument 346 if (te->hw_vsync_mode) in dpu_hw_intf_enable_te() 349 cfg |= te->vsync_count; in dpu_hw_intf_enable_te() 352 DPU_REG_WRITE(c, INTF_TEAR_SYNC_CONFIG_HEIGHT, te->sync_cfg_height); in dpu_hw_intf_enable_te() 353 DPU_REG_WRITE(c, INTF_TEAR_VSYNC_INIT_VAL, te->vsync_init_val); in dpu_hw_intf_enable_te() 354 DPU_REG_WRITE(c, INTF_TEAR_RD_PTR_IRQ, te->rd_ptr_irq); in dpu_hw_intf_enable_te() 355 DPU_REG_WRITE(c, INTF_TEAR_START_POS, te->start_pos); in dpu_hw_intf_enable_te() 357 ((te->sync_threshold_continue << 16) | in dpu_hw_intf_enable_te() 358 te->sync_threshold_start)); in dpu_hw_intf_enable_te() 360 (te->start_pos + te->sync_threshold_start + 1)); in dpu_hw_intf_enable_te() [all …]
|
/openbmc/linux/drivers/staging/fbtft/ |
H A D | fb_st7789v.c | 76 static struct completion panel_te; /* completion for panel TE line */ 77 static int irq_te; /* Linux IRQ for LCD TE line */ 94 struct gpio_desc *te; in init_tearing_effect_line() local 97 te = gpiod_get_optional(dev, "te", GPIOD_IN); in init_tearing_effect_line() 98 if (IS_ERR(te)) in init_tearing_effect_line() 99 return dev_err_probe(dev, PTR_ERR(te), "Failed to request te GPIO\n"); in init_tearing_effect_line() 101 /* if te is NULL, indicating no configuration, directly return success */ in init_tearing_effect_line() 102 if (!te) { in init_tearing_effect_line() 107 irq = gpiod_to_irq(te); in init_tearing_effect_line() 110 gpiod_put(te); in init_tearing_effect_line() [all …]
|
/openbmc/u-boot/drivers/serial/ |
H A D | serial_sh.h | 28 # define SCSCR_INIT(port) 0x30 /* TIE=0,RIE=0,TE=1,RE=1 */ 49 # define SCSCR_INIT(port) 0x0030 /* TIE=0,RIE=0,TE=1,RE=1 */ 57 # define SCSCR_INIT(port) 0x3a /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */ 68 0x30 /* TIE=0,RIE=0,TE=1,RE=1 */ : \ 69 0x38 /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */) 75 # define SCSCR_INIT(port) 0x38 /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */ 87 # define SCSCR_INIT(port) 0x32 /* TIE=0,RIE=0,TE=1,RE=1,REIE=0,CKE=1 */ 95 # define SCSCR_INIT(port) 0x0038 /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */ 100 # define SCSCR_INIT(port) 0x0038 /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */ 109 # define SCSCR_INIT(port) 0x0038 /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */ [all …]
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | txtimestamp.c | 111 static void init_timing_event(struct timing_event *te) in init_timing_event() argument 113 te->min = INT64_MAX; in init_timing_event() 114 te->max = 0; in init_timing_event() 115 te->total = 0; in init_timing_event() 116 te->count = 0; in init_timing_event() 119 static void add_timing_event(struct timing_event *te, in add_timing_event() argument 124 te->count++; in add_timing_event() 125 if (ts_delta < te->min) in add_timing_event() 126 te->min = ts_delta; in add_timing_event() 127 if (ts_delta > te->max) in add_timing_event() [all …]
|
/openbmc/linux/arch/s390/kernel/ |
H A D | perf_cpum_sf.c | 117 static inline unsigned long long trailer_timestamp(struct hws_trailer_entry *te) in trailer_timestamp() argument 120 if (te->header.t) in trailer_timestamp() 121 return *((unsigned long long *)&te->timestamp[1]); in trailer_timestamp() 124 return *((unsigned long long *)&te->timestamp[0]); in trailer_timestamp() 218 struct hws_trailer_entry *te; in alloc_sample_data_block() local 225 te = trailer_entry_ptr(sdb); in alloc_sample_data_block() 226 te->header.a = 1; in alloc_sample_data_block() 1208 struct hws_trailer_entry *te; in hw_collect_samples() local 1211 te = trailer_entry_ptr((unsigned long)sdbt); in hw_collect_samples() 1213 while ((unsigned long *)sample < (unsigned long *)te) { in hw_collect_samples() [all …]
|
/openbmc/linux/drivers/isdn/hardware/mISDN/ |
H A D | hfcsusb.h | 21 #define CLKDEL_TE 0x0f /* CLKDEL in TE mode */ 321 "TE F0 - Reset", 322 "TE F1 - Reset", 323 "TE F2 - Sensing", 324 "TE F3 - Deactivated", 325 "TE F4 - Awaiting signal", 326 "TE F5 - Identifying input", 327 "TE F6 - Synchronized", 328 "TE F7 - Activated", 329 "TE F8 - Lost framing",
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | time-event.c | 19 * For the high priority TE use a time event type that has similar priority to 242 "CSA TE failed to start"); in iwl_mvm_te_handle_notify_csa() 353 "TE ended - current time %lu, estimated end %lu\n", in iwl_mvm_te_handle_notif() 398 IWL_WARN(mvm, "Got TE with unknown action\n"); in iwl_mvm_te_handle_notif() 428 /* End TE, notify mac80211 */ in iwl_mvm_aux_roc_te_handle_notif() 439 ieee80211_ready_on_channel(mvm->hw); /* Start TE */ in iwl_mvm_aux_roc_te_handle_notif() 549 IWL_DEBUG_TE(mvm, "Add new TE, duration %d TU\n", in iwl_mvm_time_event_send_add() 614 IWL_DEBUG_TE(mvm, "We have enough time in the current TE: %u\n", in iwl_mvm_protect_session() 625 * cancel the current TE and issue a new one in iwl_mvm_protect_session() 665 /* If TE was sent OK - wait for the notification that started */ in iwl_mvm_protect_session() [all …]
|
/openbmc/linux/fs/hfsplus/ |
H A D | wrapper.c | 135 struct cdrom_tocentry te; in hfsplus_get_last_session() local 140 te.cdte_track = HFSPLUS_SB(sb)->session; in hfsplus_get_last_session() 141 te.cdte_format = CDROM_LBA; in hfsplus_get_last_session() 142 if (cdrom_read_tocentry(cdi, &te) || in hfsplus_get_last_session() 143 (te.cdte_ctrl & CDROM_DATA_TRACK) != 4) { in hfsplus_get_last_session() 147 *start = (sector_t)te.cdte_addr.lba << 2; in hfsplus_get_last_session()
|
/openbmc/qemu/tests/tcg/aarch64/ |
H A D | bti-2.c | 87 void *tb, *te; in main() local 111 asm("adr %0, test_begin; adr %1, test_end" : "=r"(tb), "=r"(te)); in main() 113 memcpy(p, tb, te - tb); in main()
|
/openbmc/linux/drivers/gpu/drm/mcde/ |
H A D | mcde_drm.h | 54 /* Command mode with tearing effect (TE) IRQ sync */ 58 * (TE) IRQ sync. 61 /* Video mode with tearing effect (TE) sync IRQ */
|
/openbmc/rest-dbus/resources/ |
H A D | jsrender.min.js | 3 …te.rTag=H+")",H=new RegExp(e+H+"(\\/)?|(?:\\/(\\w+)))"+t,"g"),D=new RegExp("<.*>|([^\\\\]|^)[{}]|"…
|
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/ |
H A D | 0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch | 17 @@ -490,8 +490,9 @@ tarobject_set_mtime(struct tar_entry *te, const char *path) 19 if (te->type == TAR_FILETYPE_SYMLINK) {
|
/openbmc/linux/fs/hfs/ |
H A D | mdb.c | 42 struct cdrom_tocentry te; in hfs_get_last_session() local 47 te.cdte_track = HFS_SB(sb)->session; in hfs_get_last_session() 48 te.cdte_format = CDROM_LBA; in hfs_get_last_session() 49 if (cdrom_read_tocentry(cdi, &te) || in hfs_get_last_session() 50 (te.cdte_ctrl & CDROM_DATA_TRACK) != 4) { in hfs_get_last_session() 55 *start = (sector_t)te.cdte_addr.lba << 2; in hfs_get_last_session()
|
/openbmc/linux/drivers/staging/greybus/ |
H A D | loopback.c | 364 static u64 gb_loopback_calc_latency(ktime_t ts, ktime_t te) in gb_loopback_calc_latency() argument 366 return __gb_loopback_calc_latency(ktime_to_ns(ts), ktime_to_ns(te)); in gb_loopback_calc_latency() 374 ktime_t ts, te; in gb_loopback_operation_sync() local 405 te = ktime_get(); in gb_loopback_operation_sync() 408 gb->elapsed_nsecs = gb_loopback_calc_latency(ts, te); in gb_loopback_operation_sync() 426 ktime_t te; in gb_loopback_async_operation_callback() local 429 te = ktime_get(); in gb_loopback_async_operation_callback() 440 gb->elapsed_nsecs = gb_loopback_calc_latency(op_async->ts, te); in gb_loopback_async_operation_callback() 801 ktime_t te; in gb_loopback_calculate_stats() local 808 te = ktime_get(); in gb_loopback_calculate_stats() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/display/panel/ |
H A D | samsung,amoled-mipi-dsi.yaml | 39 te-gpios: true 71 te-gpios = <&gpf1 3 GPIO_ACTIVE_HIGH>;
|
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/ |
H A D | CRP0.interface.yaml | 16 - name: TE 19 TE keyword.Test EC.
|
/openbmc/linux/drivers/block/aoe/ |
H A D | aoeblk.c | 62 struct aoetgt **t, **te; in aoedisk_show_netif() local 70 te = t + d->ntargets; in aoedisk_show_netif() 71 for (; t < te && *t; t++) { in aoedisk_show_netif() 114 struct aoetgt **t, **te; in aoe_debugfs_show() local 130 te = t + d->ntargets; in aoe_debugfs_show() 131 for (; t < te && *t; t++) { in aoe_debugfs_show()
|
/openbmc/linux/drivers/clocksource/ |
H A D | renesas-ostm.c | 39 #define TE 0x01 macro 48 if (readb(timer_of_base(to) + OSTM_TE) & TE) { in ostm_timer_stop() 56 while (readb(timer_of_base(to) + OSTM_TE) & TE) in ostm_timer_stop()
|
/openbmc/linux/arch/powerpc/perf/ |
H A D | power10-events-list.h | 69 * TE (Threshold End Event) 75 * thresh end (TE)
|