Searched refs:WC (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/Documentation/x86/ |
D | pat.txt | 41 ioremap_wc | -- | -- | WC | 48 set_memory_wc | WC | -- | -- | 56 pci sysfs resource_wc | -- | -- | WC | 62 pci proc | -- | -- | WC | 65 /dev/mem | -- | WB/WC/UC- | WB/WC/UC- | 71 /dev/mem | -- | WB/WC/UC- | WB/WC/UC- | 104 In addition, step 2 internally tracks the region as UC or WC in memtype 119 is made, should already have been ioremapped with WC attributes or PAT entries, 137 WC 000 WB _PAGE_CACHE_MODE_WB WC | WC 138 WC 001 WC _PAGE_CACHE_MODE_WC WC* | WC [all …]
|
/linux-4.4.14/fs/nfsd/ |
D | nfs3proc.c | 667 #define WC (7+pAT) /* WCC attributes */ macro 696 .pc_xdrressize = ST+WC, 746 .pc_xdrressize = ST+WC+4, 756 .pc_xdrressize = ST+(1+FH+pAT)+WC, 766 .pc_xdrressize = ST+(1+FH+pAT)+WC, 776 .pc_xdrressize = ST+(1+FH+pAT)+WC, 786 .pc_xdrressize = ST+(1+FH+pAT)+WC, 796 .pc_xdrressize = ST+WC, 806 .pc_xdrressize = ST+WC, 816 .pc_xdrressize = ST+WC+WC, [all …]
|
/linux-4.4.14/Documentation/ia64/ |
D | aliasing.txt | 17 WC Write-coalescing 20 used for memory-mapped I/O devices. The WC attribute is uncacheable 118 may not be requested as using the WC attribute. 120 If WC is requested, and the region in kern_memmap is either WC 121 or UC, and the EFI memory map designates the region as WC, then 122 the WC mapping is allowed.
|
/linux-4.4.14/drivers/net/wireless/realtek/rtl818x/ |
D | Kconfig | 46 Q-Tec 770WC 51 QTec 775WC
|
/linux-4.4.14/sound/pci/ctxfi/ |
D | ct20k2reg.h | 14 #define WC 0x1b7000 macro
|
D | ct20k1reg.h | 590 #define WC 0x1C6000 macro
|
D | cthw20k2.c | 1134 return hw_read_20kx(hw, WC); in get_wc()
|
D | cthw20k1.c | 1191 return hw_read_20kx(hw, WC); in get_wc()
|
/linux-4.4.14/arch/x86/mm/ |
D | pat.c | 163 case PAT_WC: cache = CM(WC); cache_mode = "WC "; break; in pat_get_cache_mode() 292 pat = PAT(0, WB) | PAT(1, WC) | PAT(2, UC_MINUS) | PAT(3, UC) | in pat_init() 293 PAT(4, WB) | PAT(5, WC) | PAT(6, UC_MINUS) | PAT(7, UC); in pat_init() 321 pat = PAT(0, WB) | PAT(1, WC) | PAT(2, UC_MINUS) | PAT(3, UC) | in pat_init() 322 PAT(4, WB) | PAT(5, WC) | PAT(6, UC_MINUS) | PAT(7, WT); in pat_init()
|
/linux-4.4.14/drivers/spi/ |
D | spi-ti-qspi.c | 101 #define WC 0x02 macro 217 if (stat & WC) in ti_qspi_poll_wc() 223 if (stat & WC) in ti_qspi_poll_wc()
|
/linux-4.4.14/sound/pci/emu10k1/ |
D | io.c | 483 curtime = inl(emu->port + WC) >> 6; in snd_emu10k1_wait() 487 newtime = inl(emu->port + WC) >> 6; in snd_emu10k1_wait()
|
/linux-4.4.14/include/sound/ |
D | emu10k1.h | 166 #define WC 0x10 /* Wall Clock register */ macro 1858 static inline unsigned int snd_emu10k1_wc(struct snd_emu10k1 *emu) { return (inl(emu->port + WC) >>… in snd_emu10k1_wc()
|
/linux-4.4.14/Documentation/filesystems/ |
D | sysfs-pci.txt | 43 resource0_wc..N_wc PCI WC map resource N, if prefetchable (binary, mmap)
|
/linux-4.4.14/arch/arm/boot/compressed/ |
D | head.S | 635 @ ...I .... ..D. WC.M 664 @ .... .... .... WC.M
|