Symbol: WC
arch/powerpc/xmon/ppc-opc.c
4759
{"wait", X(31,30), XWC_MASK, POWER9, 0, {WC}},
arch/powerpc/xmon/ppc-opc.c
4813
{"wait", X(31,62), XWC_MASK, E500MC|PPCA2, 0, {WC}},
arch/x86/mm/pat/memtype.c
191
case X86_MEMTYPE_WC: cache = CM(WC); cache_mode = "WC "; break;
arch/x86/mm/pat/memtype.c
317
pat_msr_val = PAT_VALUE(WB, WC, UC_MINUS, UC, WB, WC, UC_MINUS, UC);
arch/x86/mm/pat/memtype.c
345
pat_msr_val = PAT_VALUE(WB, WC, UC_MINUS, UC, WB, WP, UC_MINUS, WT);
drivers/spi/spi-ti-qspi.c
229
if (stat & WC)
drivers/spi/spi-ti-qspi.c
235
if (stat & WC)
fs/nfsd/nfs3proc.c
1066
.pc_xdrressize = ST+WC+2,
fs/nfsd/nfs3proc.c
843
.pc_xdrressize = ST+WC,
fs/nfsd/nfs3proc.c
903
.pc_xdrressize = ST+WC+4,
fs/nfsd/nfs3proc.c
915
.pc_xdrressize = ST+(1+FH+pAT)+WC,
fs/nfsd/nfs3proc.c
927
.pc_xdrressize = ST+(1+FH+pAT)+WC,
fs/nfsd/nfs3proc.c
939
.pc_xdrressize = ST+(1+FH+pAT)+WC,
fs/nfsd/nfs3proc.c
951
.pc_xdrressize = ST+(1+FH+pAT)+WC,
fs/nfsd/nfs3proc.c
963
.pc_xdrressize = ST+WC,
fs/nfsd/nfs3proc.c
975
.pc_xdrressize = ST+WC,
fs/nfsd/nfs3proc.c
987
.pc_xdrressize = ST+WC+WC,
fs/nfsd/nfs3proc.c
999
.pc_xdrressize = ST+pAT+WC,
include/sound/emu10k1.h
184
SUB_REG(WC, SAMPLECOUNTER, 0x03FFFFC0) /* Sample periods elapsed since reset */
include/sound/emu10k1.h
185
SUB_REG(WC, CURRENTCHANNEL, 0x0000003F) /* Channel [0..63] currently being serviced */
include/sound/emu10k1.h
1871
static inline unsigned int snd_emu10k1_wc(struct snd_emu10k1 *emu) { return (inl(emu->port + WC) >> 6) & 0xfffff; }
sound/pci/ctxfi/cthw20k1.c
1181
return hw_read_20kx(hw, WC);
sound/pci/ctxfi/cthw20k2.c
1125
return hw_read_20kx(hw, WC);
sound/pci/emu10k1/io.c
642
u32 wc = inl(emu->port + WC);
sound/pci/emu10k1/io.c
650
cc = REG_VAL_GET(WC_CURRENTCHANNEL, inl(emu->port + WC));
sound/pci/emu10k1/io.c
663
if (REG_VAL_GET(WC_SAMPLECOUNTER, inl(emu->port + WC)) ==
sound/pci/emu10k1/io.c
686
curtime = inl(emu->port + WC) >> 6;
sound/pci/emu10k1/io.c
690
newtime = inl(emu->port + WC) >> 6;