Home
last modified time | relevance | path

Searched refs:wt (Results 1 – 25 of 41) sorted by relevance

12

/openbmc/linux/sound/pci/au88x0/
H A Dau88x0_synth.c22 static int vortex_wt_SetReg(vortex_t * vortex, unsigned char reg, int wt,
28 static void vortex_wt_setstereo(vortex_t * vortex, u32 wt, u32 stereo) in vortex_wt_setstereo() argument
33 temp = hwread(vortex->mmio, WT_STEREO(wt)); in vortex_wt_setstereo()
36 hwwrite(vortex->mmio, WT_STEREO(wt), temp); in vortex_wt_setstereo()
40 static void vortex_wt_setdsout(vortex_t * vortex, u32 wt, int en) in vortex_wt_setdsout() argument
45 temp = hwread(vortex->mmio, WT_DSREG((wt >= 0x20) ? 1 : 0)); in vortex_wt_setdsout()
47 temp |= (1 << (wt & 0x1f)); in vortex_wt_setdsout()
49 temp &= ~(1 << (wt & 0x1f)); in vortex_wt_setdsout()
50 hwwrite(vortex->mmio, WT_DSREG((wt >= 0x20) ? 1 : 0), temp); in vortex_wt_setdsout()
54 static int vortex_wt_allocroute(vortex_t * vortex, int wt, int nr_ch) in vortex_wt_allocroute() argument
[all …]
/openbmc/qemu/target/mips/tcg/
H A Dmsa_helper.c327 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_binsl_b() argument
331 wr_t *pwt = &(env->active_fpu.fpr[wt].wr); in helper_msa_binsl_b()
352 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_binsl_h() argument
356 wr_t *pwt = &(env->active_fpu.fpr[wt].wr); in helper_msa_binsl_h()
369 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_binsl_w() argument
373 wr_t *pwt = &(env->active_fpu.fpr[wt].wr); in helper_msa_binsl_w()
382 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_binsl_d() argument
386 wr_t *pwt = &(env->active_fpu.fpr[wt].wr); in helper_msa_binsl_d()
408 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_binsr_b() argument
412 wr_t *pwt = &(env->active_fpu.fpr[wt].wr); in helper_msa_binsr_b()
[all …]
H A Dmsa.decode16 &msa_r df wd ws wt
17 &msa_bz df wt sa
34 @bz_v ...... ... .. wt:5 sa:s16 &msa_bz df=3
35 @bz ...... ... df:2 wt:5 sa:s16 &msa_bz
38 @vec ...... ..... wt:5 ws:5 wd:5 ...... &msa_r df=0
39 @2r ...... ........ df:2 ws:5 wd:5 ...... &msa_r wt=0
40 @2rf ...... ......... . ws:5 wd:5 ...... &msa_r wt=0 df=%2r_df_w
41 @3r ...... ... df:2 wt:5 ws:5 wd:5 ...... &msa_r
42 @3rf_h ...... .... . wt:5 ws:5 wd:5 ...... &msa_r df=%3r_df_h
43 @3rf_w ...... .... . wt:5 ws:5 wd:5 ...... &msa_r df=%3r_df_w
H A Dmsa_translate.c196 static void gen_check_zero_element(TCGv tresult, uint8_t df, uint8_t wt, in gen_check_zero_element() argument
206 tcg_gen_subi_i64(t0, msa_wr_d[wt << 1], eval_zero_or_big); in gen_check_zero_element()
207 tcg_gen_andc_i64(t0, t0, msa_wr_d[wt << 1]); in gen_check_zero_element()
209 tcg_gen_subi_i64(t1, msa_wr_d[(wt << 1) + 1], eval_zero_or_big); in gen_check_zero_element()
210 tcg_gen_andc_i64(t1, t1, msa_wr_d[(wt << 1) + 1]); in gen_check_zero_element()
219 static bool gen_msa_BxZ_V(DisasContext *ctx, int wt, int sa, TCGCond cond) in gen_msa_BxZ_V() argument
232 tcg_gen_or_i64(t0, msa_wr_d[wt << 1], msa_wr_d[(wt << 1) + 1]); in gen_msa_BxZ_V()
246 return gen_msa_BxZ_V(ctx, a->wt, a->sa, TCG_COND_EQ); in trans_BZ_V()
251 return gen_msa_BxZ_V(ctx, a->wt, a->sa, TCG_COND_NE); in trans_BNZ_V()
254 static bool gen_msa_BxZ(DisasContext *ctx, int df, int wt, int sa, bool if_not) in gen_msa_BxZ() argument
[all …]
/openbmc/linux/drivers/dma-buf/
H A Dst-dma-fence.c378 struct wait_timer *wt = from_timer(wt, timer, timer); in wait_timer() local
380 dma_fence_signal(wt->f); in wait_timer()
385 struct wait_timer wt; in test_wait_timeout() local
388 timer_setup_on_stack(&wt.timer, wait_timer, 0); in test_wait_timeout()
390 wt.f = mock_fence(); in test_wait_timeout()
391 if (!wt.f) in test_wait_timeout()
394 dma_fence_enable_sw_signaling(wt.f); in test_wait_timeout()
396 if (dma_fence_wait_timeout(wt.f, false, 1) != -ETIME) { in test_wait_timeout()
401 mod_timer(&wt.timer, jiffies + 1); in test_wait_timeout()
403 if (dma_fence_wait_timeout(wt.f, false, 2) == -ETIME) { in test_wait_timeout()
[all …]
/openbmc/u-boot/arch/sh/include/asm/
H A Dcpu_sh4.h71 #define mk_pmb_data_val(ppn, ub, v, sz1, sz0, c, wt) \ argument
75 (wt << PMB_WT))
/openbmc/linux/kernel/
H A Dwatch_queue.c161 const struct watch_type_filter *wt; in filter_watch_notification() local
162 unsigned int st_bits = sizeof(wt->subtype_filter[0]) * 8; in filter_watch_notification()
171 wt = &wf->filters[i]; in filter_watch_notification()
172 if (n->type == wt->type && in filter_watch_notification()
173 (wt->subtype_filter[st_index] & st_bit) && in filter_watch_notification()
174 (n->info & wt->info_mask) == wt->info_filter) in filter_watch_notification()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/
H A Dopenldap_2.6.9.bb65 # Backends="asyncmeta dnssrv ldap mdb meta null passwd perl relay sock sql wt"
111 #--enable-wt enable wt backend no|yes|mod no
112 # back-wt is marked currently as experimental
113 PACKAGECONFIG[wt] = "--enable-wt=mod,--enable-wt=no"
/openbmc/qemu/target/sh4/
H A Dmonitor.c39 tlb->d, tlb->wt); in print_tlb()
H A Dhelper.c485 entry->wt = (uint8_t)cpu_ptel_wt(env->ptel); in cpu_load_tlb()
697 (entry->wt); in cpu_sh4_read_mmaped_utlb_data()
729 entry->wt = (mem_value & 0x00000001); in cpu_sh4_write_mmaped_utlb_data()
H A Dcpu.h120 uint8_t wt:1; /* write through */ member
/openbmc/u-boot/arch/powerpc/dts/
H A De6500_power_isa.dtsi29 power-isa-wt; // Wait
/openbmc/linux/drivers/media/i2c/
H A Dtvaudio.c136 struct timer_list wt; member
321 struct CHIPSTATE *chip = from_timer(chip, t, wt); in chip_thread_wake()
386 mod_timer(&chip->wt, jiffies+msecs_to_jiffies(2000)); in chip_thread()
1885 mod_timer(&chip->wt, jiffies+msecs_to_jiffies(2000)); in tvaudio_s_frequency()
2049 timer_setup(&chip->wt, chip_thread_wake, 0); in tvaudio_probe()
2074 del_timer_sync(&chip->wt); in tvaudio_remove()
/openbmc/linux/Documentation/arch/x86/
H A Dpat.rst162 set_memory_[uc|wc|wt] and set_memory_wb should be used in pairs, where driver
163 will first make a region uc, wc or wt and switch it back to wb after use.
171 Drivers should use set_memory_[uc|wc|wt] to set access type for RAM ranges.
/openbmc/linux/drivers/media/pci/zoran/
H A Dvideocodec.h222 u16 wt, wa, h_start, h_sync_start, ht, ha, v_start; member
/openbmc/linux/net/bridge/netfilter/
H A Debtables.c1962 struct xt_target *wt; in compat_mtw_from_user() local
1995 wt = xt_request_find_target(NFPROTO_BRIDGE, name, in compat_mtw_from_user()
1997 if (IS_ERR(wt)) in compat_mtw_from_user()
1998 return PTR_ERR(wt); in compat_mtw_from_user()
1999 off = xt_compat_target_offset(wt); in compat_mtw_from_user()
2002 if (wt->compat_from_user) in compat_mtw_from_user()
2003 wt->compat_from_user(dst, mwt->data); in compat_mtw_from_user()
2008 size_kern = wt->targetsize; in compat_mtw_from_user()
2009 module_put(wt->me); in compat_mtw_from_user()
/openbmc/linux/arch/s390/include/asm/
H A Dpci_clp.h93 u64 wt; member
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/external-system/files/
H A D0001-tools-gen_module_code-atomically-rewrite-the-generat.patch59 + mode="wt") as f:
/openbmc/linux/net/nfc/
H A Ddigital_dep.c405 u8 wt; in digital_in_recv_atr_res() local
435 wt = DIGITAL_ATR_RES_TO_WT(atr_res->to); in digital_in_recv_atr_res()
436 if (wt > DIGITAL_NFC_DEP_IN_MAX_WT) in digital_in_recv_atr_res()
437 wt = DIGITAL_NFC_DEP_IN_MAX_WT; in digital_in_recv_atr_res()
438 ddev->dep_rwt = digital_rwt_map[wt]; in digital_in_recv_atr_res()
/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A De500mc_power_isa.dtsi55 power-isa-wt; // Wait
H A De5500_power_isa.dtsi55 power-isa-wt; // Wait
H A De6500_power_isa.dtsi55 power-isa-wt; // Wait
/openbmc/qemu/target/arm/
H A Ddebug_helper.c260 int pac, hmc, ssc, wt, lbn; in bp_wp_matches() local
345 wt = FIELD_EX64(cr, DBGWCR, WT); in bp_wp_matches()
348 if (wt && !linked_bp_matches(cpu, lbn)) { in bp_wp_matches()
/openbmc/openbmc/meta-arm/meta-arm/classes/
H A Dfvpboot.bbclass78 with open(conffile, "wt") as f:
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Darmada-385-synology-ds116.dts5 * Copyright (C) 2017 Willy Tarreau <w@1wt.eu>

12