| /linux/sound/pci/au88x0/ |
| H A D | au88x0_synth.c | 22 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 …]
|
| /linux/kernel/ |
| H A D | watch_queue.c | 160 const struct watch_type_filter *wt; in filter_watch_notification() local 161 unsigned int st_bits = sizeof(wt->subtype_filter[0]) * 8; in filter_watch_notification() 170 wt = &wf->filters[i]; in filter_watch_notification() 171 if (n->type == wt->type && in filter_watch_notification() 172 (wt->subtype_filter[st_index] & st_bit) && in filter_watch_notification() 173 (n->info & wt->info_mask) == wt->info_filter) in filter_watch_notification()
|
| /linux/drivers/media/pci/zoran/ |
| H A D | videocodec.h | 222 u16 wt, wa, h_start, h_sync_start, ht, ha, v_start; member
|
| H A D | zr36060.c | 554 reg = norm->wt - 1; /* Htotal */ in zr36060_set_video()
|
| H A D | zoran_device.c | 470 (tvn->wt << ZR36057_HSP_LINE_TOT); in zr36057_set_jpg()
|
| /linux/Documentation/arch/x86/ |
| H A D | pat.rst | 162 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.
|
| /linux/arch/s390/include/asm/ |
| H A D | pci_clp.h | 96 u64 wt; member
|
| /linux/net/nfc/ |
| H A D | digital_dep.c | 405 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()
|
| /linux/arch/powerpc/boot/dts/fsl/ |
| H A D | e500mc_power_isa.dtsi | 55 power-isa-wt; // Wait
|
| H A D | e5500_power_isa.dtsi | 55 power-isa-wt; // Wait
|
| H A D | e6500_power_isa.dtsi | 55 power-isa-wt; // Wait
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | armada-385-synology-ds116.dts | 5 * Copyright (C) 2017 Willy Tarreau <w@1wt.eu>
|
| H A D | armada-xp-98dx3236.dtsi | 114 wt-override;
|
| H A D | armada-xp.dtsi | 50 wt-override;
|
| H A D | armada-370.dtsi | 121 wt-override;
|
| /linux/tools/power/x86/intel-speed-select/ |
| H A D | isst-config.c | 1698 static int set_clos_param(struct isst_id *id, int clos, int epp, int wt, int min, int max) in set_cpufreq_scaling_min_max() 1711 clos_config.clos_prop_prio = wt; in set_cpufreq_scaling_min_max() 1675 set_clos_param(struct isst_id * id,int clos,int epp,int wt,int min,int max) set_clos_param() argument
|
| /linux/ |
| H A D | MAINTAINERS | 19229 M: Willy Tarreau <w@1wt.eu>
|