Home
last modified time | relevance | path

Searched refs:WC (Results 1 – 19 of 19) sorted by relevance

/linux/Documentation/arch/x86/
H A Dpat.rst22 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 Dtdx.rst162 non-temporal write instructions (like MOVNTI), or through UC/WC memory
/linux/fs/nfsd/
H A Dnfs3proc.c789 #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 DKconfig47 Q-Tec 770WC
52 QTec 775WC
/linux/sound/pci/ctxfi/
H A Dct20k2reg.h11 #define WC 0x1b7000 macro
H A Dct20k1reg.h587 #define WC 0x1C6000 macro
H A Dcthw20k1.c1181 return hw_read_20kx(hw, WC); in get_wc()
H A Dcthw20k2.c1124 return hw_read_20kx(hw, WC); in get_wc()
/linux/sound/pci/emu10k1/
H A Dio.c691 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 Dsysfs-pci.rst
/linux/include/sound/
H A Demu10k1.h183 #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 Dspi-ti-qspi.c101 #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 Dbug-hunting.rst17 CPU: 1 PID: 28102 Comm: rmmod Tainted: P WC O 4.8.4-build.1 #1
/linux/Documentation/PCI/
H A Dsysfs-pci.rst48 resource0_wc..N_wc PCI WC map resource N, if prefetchable (binary, mmap)
/linux/arch/arm/boot/compressed/
H A Dhead.S748 @ ...I .... ..D. WC.M
777 @ .... .... .... WC.M
/linux/Documentation/admin-guide/
H A Dbug-hunting.rst9 CPU: 1 PID: 28102 Comm: rmmod Tainted: P WC O 4.8.4-build.1 #1
/linux/Documentation/gpu/
H A Ddrm-mm.rst518 DRM Cache Handling and Fast WC memcpy()
/linux/arch/powerpc/xmon/
H A Dppc-opc.c456 /* 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 Dapi.rst8335 UC instead of WC to map the video RAM.