/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs3proc.c | 708 #define WC (7+pAT) /* WCC attributes */ macro 738 .pc_xdrressize = ST+WC, 788 .pc_xdrressize = ST+WC+4, 798 .pc_xdrressize = ST+(1+FH+pAT)+WC, 808 .pc_xdrressize = ST+(1+FH+pAT)+WC, 818 .pc_xdrressize = ST+(1+FH+pAT)+WC, 828 .pc_xdrressize = ST+(1+FH+pAT)+WC, 838 .pc_xdrressize = ST+WC, 848 .pc_xdrressize = ST+WC, 858 .pc_xdrressize = ST+WC [all...] |
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfs3proc.c | 794 #define WC (7+pAT) /* WCC attributes */ macro 829 .pc_xdrressize = ST+WC, 889 .pc_xdrressize = ST+WC+4, 901 .pc_xdrressize = ST+(1+FH+pAT)+WC, 913 .pc_xdrressize = ST+(1+FH+pAT)+WC, 925 .pc_xdrressize = ST+(1+FH+pAT)+WC, 937 .pc_xdrressize = ST+(1+FH+pAT)+WC, 949 .pc_xdrressize = ST+WC, 961 .pc_xdrressize = ST+WC, 973 .pc_xdrressize = ST+WC [all...] |
/kernel/linux/linux-5.10/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 | cthw20k2.c | 1124 return hw_read_20kx(hw, WC); in get_wc()
|
H A D | cthw20k1.c | 1181 return hw_read_20kx(hw, WC); in get_wc()
|
/kernel/linux/linux-6.6/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 | cthw20k2.c | 1124 return hw_read_20kx(hw, WC); in get_wc()
|
H A D | cthw20k1.c | 1181 return hw_read_20kx(hw, WC); in get_wc()
|
/kernel/linux/linux-6.6/sound/pci/emu10k1/ |
H A D | io.c | 645 u32 wc = inl(emu->port + WC); in snd_emu10k1_voice_clear_loop_stop_multiple_atomic() 653 cc = REG_VAL_GET(WC_CURRENTCHANNEL, inl(emu->port + WC)); in snd_emu10k1_voice_clear_loop_stop_multiple_atomic() 666 if (REG_VAL_GET(WC_SAMPLECOUNTER, inl(emu->port + WC)) == in snd_emu10k1_voice_clear_loop_stop_multiple_atomic() 689 curtime = inl(emu->port + WC) >> 6; in snd_emu10k1_wait() 693 newtime = inl(emu->port + WC) >> 6; in snd_emu10k1_wait()
|
/kernel/linux/linux-5.10/arch/x86/mm/pat/ |
H A D | memtype.c | 200 case PAT_WC: cache = CM(WC); cache_mode = "WC "; break; in pat_get_cache_mode() 311 * NOTE: When WC or WP is used, it is redirected to UC- per in init_cache_modes() 325 * to enable additional cache attributes, WC, WT and WP. 358 * 001 1 WC : _PAGE_CACHE_MODE_WC in pat_init() 366 pat = PAT(0, WB) | PAT(1, WC) | PAT(2, UC_MINUS) | PAT(3, UC) | in pat_init() 367 PAT(4, WB) | PAT(5, WC) | PAT(6, UC_MINUS) | PAT(7, UC); in pat_init() 384 * 001 1 WC : _PAGE_CACHE_MODE_WC in pat_init() 395 pat = PAT(0, WB) | PAT(1, WC) | PAT(2, UC_MINUS) | PAT(3, UC) | in pat_init() 483 * The page flags are limited to four types, WB (default), WC, W [all...] |
/kernel/linux/linux-6.6/arch/x86/mm/pat/ |
H A D | memtype.c | 197 case PAT_WC: cache = CM(WC); cache_mode = "WC "; break; in pat_get_cache_mode() 249 * value to enable additional cache attributes, WC, WT and WP. 290 * NOTE: When WC or WP is used, it is redirected to UC- per in pat_bp_init() 325 * 001 1 WC : _PAGE_CACHE_MODE_WC in pat_bp_init() 333 pat_msr_val = PAT(WB, WC, UC_MINUS, UC, WB, WC, UC_MINUS, UC); in pat_bp_init() 350 * 001 1 WC : _PAGE_CACHE_MODE_WC in pat_bp_init() 361 pat_msr_val = PAT(WB, WC, UC_MINUS, UC, WB, WP, UC_MINUS, WT); in pat_bp_init() 444 * The page flags are limited to four types, WB (default), WC, W [all...] |
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-ti-qspi.c | 103 #define WC 0x02 macro 233 if (stat & WC) in ti_qspi_poll_wc() 239 if (stat & WC) in ti_qspi_poll_wc()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-ti-qspi.c | 101 #define WC 0x02 macro 231 if (stat & WC) in ti_qspi_poll_wc() 237 if (stat & WC) in ti_qspi_poll_wc()
|
/kernel/linux/linux-6.6/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 */ 1860 static inline unsigned int snd_emu10k1_wc(struct snd_emu10k1 *emu) { return (inl(emu->port + WC) >> 6) & 0xfffff; } in snd_emu10k1_wc()
|
/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | io.c | 469 curtime = inl(emu->port + WC) >> 6; in snd_emu10k1_wait() 473 newtime = inl(emu->port + WC) >> 6; in snd_emu10k1_wait()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | emu10k1.h | 151 #define WC 0x10 /* Wall Clock register */ macro 1844 static inline unsigned int snd_emu10k1_wc(struct snd_emu10k1 *emu) { return (inl(emu->port + WC) >> 6) & 0xfffff; } in snd_emu10k1_wc()
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-mq-debugfs.c | 121 QUEUE_FLAG_NAME(WC),
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-mq-debugfs.c | 96 QUEUE_FLAG_NAME(WC),
|
/kernel/linux/linux-5.10/arch/arm/boot/compressed/ |
H A D | head.S | 808 @ ...I .... ..D. WC.M 837 @ .... .... .... WC.M
|
/kernel/linux/linux-6.6/arch/arm/boot/compressed/ |
H A D | head.S | 748 @ ...I .... ..D. WC.M 777 @ .... .... .... WC.M
|
/kernel/linux/linux-5.10/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}},
|
/kernel/linux/linux-6.6/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}},
|