/linux/Documentation/arch/x86/ |
H A D | pat.rst | 22 WC Write-combined 47 | ioremap_wc | -- | -- | WC | 54 | set_memory_wc, | WC | -- | -- | 62 | pci sysfs resource_wc | -- | -- | WC | 68 | pci proc | -- | -- | WC | 71 | /dev/mem | -- | WB/WC/UC- | WB/WC/UC- | 77 | /dev/mem | -- | WB/WC/UC- | WB/WC/UC- | 112 In addition, step 2 internally tracks the region as UC or WC i [all...] |
H A D | tdx.rst | 162 non-temporal write instructions (like MOVNTI), or through UC/WC memory
|
/linux/fs/nfsd/ |
H A D | nfs3proc.c | 789 #define WC (7+pAT) /* WCC attributes */ macro 824 .pc_xdrressize = ST+WC, 884 .pc_xdrressize = ST+WC+4, 896 .pc_xdrressize = ST+(1+FH+pAT)+WC, 908 .pc_xdrressize = ST+(1+FH+pAT)+WC, 920 .pc_xdrressize = ST+(1+FH+pAT)+WC, 932 .pc_xdrressize = ST+(1+FH+pAT)+WC, 944 .pc_xdrressize = ST+WC, 956 .pc_xdrressize = ST+WC, 968 .pc_xdrressize = ST+WC [all...] |
/linux/drivers/net/wireless/realtek/rtl818x/ |
H A D | Kconfig | 47 Q-Tec 770WC 52 QTec 775WC
|
/linux/sound/pci/ctxfi/ |
H A D | ct20k2reg.h | 11 #define WC 0x1b7000 macro
|
H A D | ct20k1reg.h | 587 #define WC 0x1C6000 macro
|
H A D | cthw20k1.c | 1181 return hw_read_20kx(hw, WC); in get_wc()
|
H A D | cthw20k2.c | 1124 return hw_read_20kx(hw, WC); in get_wc()
|
/linux/sound/pci/emu10k1/ |
H A D | io.c | 691 u32 wc = inl(emu->port + WC); in snd_emu10k1_voice_clear_loop_stop_multiple_atomic() 699 cc = REG_VAL_GET(WC_CURRENTCHANNEL, inl(emu->port + WC)); in snd_emu10k1_voice_clear_loop_stop_multiple_atomic() 712 if (REG_VAL_GET(WC_SAMPLECOUNTER, inl(emu->port + WC)) == in snd_emu10k1_voice_clear_loop_stop_multiple_atomic() 735 curtime = inl(emu->port + WC) >> 6; in snd_emu10k1_wait() 739 newtime = inl(emu->port + WC) >> 6; in snd_emu10k1_wait()
|
/linux/Documentation/translations/zh_CN/PCI/ |
H A D | sysfs-pci.rst |
|
/linux/include/sound/ |
H A D | emu10k1.h | 183 #define WC 0x10 /* Wall Clock register */ macro 184 SUB_REG(WC, SAMPLECOUNTER, 0x03FFFFC0) /* Sample periods elapsed since reset */ 185 SUB_REG(WC, CURRENTCHANNEL, 0x0000003F) /* Channel [0..63] currently being serviced */ 1872 static inline unsigned int snd_emu10k1_wc(struct snd_emu10k1 *emu) { return (inl(emu->port + WC) >> 6) & 0xfffff; } in snd_emu10k1_wc()
|
/linux/drivers/spi/ |
H A D | spi-ti-qspi.c | 101 #define WC 0x02 macro 229 if (stat & WC) in ti_qspi_poll_wc() 235 if (stat & WC) in ti_qspi_poll_wc()
|
/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | bug-hunting.rst | 17 CPU: 1 PID: 28102 Comm: rmmod Tainted: P WC O 4.8.4-build.1 #1
|
/linux/Documentation/PCI/ |
H A D | sysfs-pci.rst | 48 resource0_wc..N_wc PCI WC map resource N, if prefetchable (binary, mmap)
|
/linux/arch/arm/boot/compressed/ |
H A D | head.S | 748 @ ...I .... ..D. WC.M 777 @ .... .... .... WC.M
|
/linux/Documentation/admin-guide/ |
H A D | bug-hunting.rst | 9 CPU: 1 PID: 28102 Comm: rmmod Tainted: P WC O 4.8.4-build.1 #1
|
/linux/Documentation/gpu/ |
H A D | drm-mm.rst | 518 DRM Cache Handling and Fast WC memcpy()
|
/linux/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 456 /* The LS or WC field in an X (sync or wait) form instruction. */ macro 458 #define WC LS 1505 /* The 2-bit L field in a SYNC or WC field in a WAIT instruction. 2626 /* An X form wait instruction with everything filled in except the WC field. */ 2666 /* An X form wait instruction with everything filled in except the WC field. */ 4765 {"wait", X(31,30), XWC_MASK, POWER9, 0, {WC}}, 4819 {"wait", X(31,62), XWC_MASK, E500MC|PPCA2, 0, {WC}},
|
/linux/Documentation/virt/kvm/ |
H A D | api.rst | 8335 UC instead of WC to map the video RAM.
|