/linux-4.4.14/sound/pci/au88x0/ |
D | au88x0_synth.c | 34 static int vortex_wt_SetReg(vortex_t * vortex, unsigned char reg, int wt, 40 static void vortex_wt_setstereo(vortex_t * vortex, u32 wt, u32 stereo) in vortex_wt_setstereo() argument 45 temp = hwread(vortex->mmio, WT_STEREO(wt)); in vortex_wt_setstereo() 48 hwwrite(vortex->mmio, WT_STEREO(wt), temp); in vortex_wt_setstereo() 52 static void vortex_wt_setdsout(vortex_t * vortex, u32 wt, int en) in vortex_wt_setdsout() argument 57 temp = hwread(vortex->mmio, WT_DSREG((wt >= 0x20) ? 1 : 0)); in vortex_wt_setdsout() 59 temp |= (1 << (wt & 0x1f)); in vortex_wt_setdsout() 61 temp &= ~(1 << (wt & 0x1f)); in vortex_wt_setdsout() 62 hwwrite(vortex->mmio, WT_DSREG((wt >= 0x20) ? 1 : 0), temp); in vortex_wt_setdsout() 66 static int vortex_wt_allocroute(vortex_t * vortex, int wt, int nr_ch) in vortex_wt_allocroute() argument [all …]
|
/linux-4.4.14/drivers/ide/ |
D | tx4938ide.c | 32 int wt; in tx4938ide_tune_ebusc() local 35 wt = DIV_ROUND_UP(t->act8b, cycle) - 2; in tx4938ide_tune_ebusc() 37 wt = max_t(int, wt, DIV_ROUND_UP(35, cycle)); in tx4938ide_tune_ebusc() 39 if (wt > 2 && (wt & 1)) in tx4938ide_tune_ebusc() 40 wt++; in tx4938ide_tune_ebusc() 41 wt &= ~1; in tx4938ide_tune_ebusc() 46 while ((shwt * 4 + wt + (wt ? 2 : 3)) * cycle < t->cycle) in tx4938ide_tune_ebusc() 53 ebus_ch, cycle, wt, shwt); in tx4938ide_tune_ebusc() 55 __raw_writeq((cr & ~0x3f007ull) | (wt << 12) | shwt, in tx4938ide_tune_ebusc()
|
/linux-4.4.14/drivers/media/i2c/ |
D | tvaudio.c | 138 struct timer_list wt; member 370 mod_timer(&chip->wt, jiffies+msecs_to_jiffies(2000)); in chip_thread() 1835 mod_timer(&chip->wt, jiffies+msecs_to_jiffies(2000)); in tvaudio_s_frequency() 2004 init_timer(&chip->wt); in tvaudio_probe() 2014 chip->wt.function = chip_thread_wake; in tvaudio_probe() 2015 chip->wt.data = (unsigned long)chip; in tvaudio_probe() 2031 del_timer_sync(&chip->wt); in tvaudio_remove()
|
/linux-4.4.14/Documentation/x86/ |
D | pat.txt | 156 set_memory_[uc|wc|wt] and set_memory_wb should be used in pairs, where driver 157 will first make a region uc, wc or wt and switch it back to wb after use. 165 Drivers should use set_memory_[uc|wc|wt] to set access type for RAM ranges.
|
/linux-4.4.14/Documentation/zh_CN/ |
D | SubmittingDrivers | 59 维护者,那么请联系 Willy Tarreau <w@1wt.eu>。
|
/linux-4.4.14/net/bridge/netfilter/ |
D | ebtables.c | 1906 struct xt_target *wt; in compat_mtw_from_user() local 1937 wt = xt_request_find_target(NFPROTO_BRIDGE, name, 0); in compat_mtw_from_user() 1938 if (IS_ERR(wt)) in compat_mtw_from_user() 1939 return PTR_ERR(wt); in compat_mtw_from_user() 1940 off = xt_compat_target_offset(wt); in compat_mtw_from_user() 1943 if (wt->compat_from_user) in compat_mtw_from_user() 1944 wt->compat_from_user(dst, mwt->data); in compat_mtw_from_user() 1949 size_kern = wt->targetsize; in compat_mtw_from_user() 1950 module_put(wt->me); in compat_mtw_from_user()
|
/linux-4.4.14/arch/powerpc/boot/dts/fsl/ |
D | e5500_power_isa.dtsi | 55 power-isa-wt; // Wait
|
D | e500mc_power_isa.dtsi | 55 power-isa-wt; // Wait
|
D | e6500_power_isa.dtsi | 55 power-isa-wt; // Wait
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | l2cc.txt | 59 - wt-override: If present then L2 is forced to Write through mode
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | armada-xp.dtsi | 84 wt-override;
|
D | armada-370.dtsi | 134 wt-override;
|
/linux-4.4.14/drivers/usb/serial/ |
D | iuu_phoenix.c | 186 static int iuu_reset(struct usb_serial_port *port, u8 wt) in iuu_reset() argument 196 *buf_ptr++ = wt; in iuu_reset()
|
/linux-4.4.14/Documentation/ |
D | SubmittingDrivers | 39 maintainer then please contact Willy Tarreau <w@1wt.eu>.
|
D | lzo.txt | 160 This document was written by Willy Tarreau <w@1wt.eu> on 2014/07/19 during an
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | fscache.txt | 252 wt=N Number of alloc reqs that waited on lookup completion 260 wt=N Number of retr reqs that waited on lookup completion
|