| /linux-6.15/sound/pci/emu10k1/ |
| H A D | io.c | 42 outl(regptr, emu->port + PTR); in snd_emu10k1_ptr_read() 83 outl(regptr, emu->port + PTR); in snd_emu10k1_ptr_write() 87 outl(regptr, emu->port + PTR); in snd_emu10k1_ptr_write() 507 outl(CLIEH << 16, emu->port + PTR); in snd_emu10k1_voice_intr_enable() 511 outl(CLIEL << 16, emu->port + PTR); in snd_emu10k1_voice_intr_enable() 653 outl(SOLEL << 16, emu->port + PTR); in snd_emu10k1_voice_set_loop_stop_multiple() 655 outl(SOLEH << 16, emu->port + PTR); in snd_emu10k1_voice_set_loop_stop_multiple() 665 outl(SOLEL << 16, emu->port + PTR); in snd_emu10k1_voice_clear_loop_stop_multiple() 667 outl(SOLEH << 16, emu->port + PTR); in snd_emu10k1_voice_clear_loop_stop_multiple() 680 outl(SOLEL << 16, emu->port + PTR); in snd_emu10k1_voice_clear_loop_stop_multiple_atomic() [all …]
|
| H A D | emuproc.c | 549 outl(regptr, emu->port + iobase + PTR); in snd_ptr_read() 566 outl(regptr, emu->port + iobase + PTR); in snd_ptr_write()
|
| H A D | emu10k1x.c | 53 #define PTR 0x00 /* Indexed register set pointer register */ macro 289 outl(regptr, emu->port + PTR); in snd_emu10k1x_ptr_read() 306 outl(regptr, emu->port + PTR); in snd_emu10k1x_ptr_write()
|
| /linux-6.15/include/linux/firmware/thead/ |
| H A D | thead,th1520-aon.h | 141 #define RPC_GET_BE64(MESG, OFFSET, PTR) \ argument 145 *(u32 *)(PTR) = \ 152 #define RPC_GET_BE32(MESG, OFFSET, PTR) \ argument 156 *(u32 *)(PTR) = \ 161 #define RPC_GET_BE16(MESG, OFFSET, PTR) \ argument 165 *(u16 *)(PTR) = (data[_offset + 1] | data[_offset + 0] << 8); \ 168 #define RPC_GET_U8(MESG, OFFSET, PTR) \ argument 171 *(u8 *)(PTR) = (data[OFFSET]); \
|
| /linux-6.15/include/linux/ |
| H A D | dma-mapping.h | 625 #define dma_unmap_addr(PTR, ADDR_NAME) ((PTR)->ADDR_NAME) argument 626 #define dma_unmap_addr_set(PTR, ADDR_NAME, VAL) (((PTR)->ADDR_NAME) = (VAL)) argument 627 #define dma_unmap_len(PTR, LEN_NAME) ((PTR)->LEN_NAME) argument 628 #define dma_unmap_len_set(PTR, LEN_NAME, VAL) (((PTR)->LEN_NAME) = (VAL)) argument 632 #define dma_unmap_addr(PTR, ADDR_NAME) \ argument 633 ({ typeof(PTR) __p __maybe_unused = PTR; 0; }) 634 #define dma_unmap_addr_set(PTR, ADDR_NAME, VAL) \ argument 635 do { typeof(PTR) __p __maybe_unused = PTR; } while (0) 636 #define dma_unmap_len(PTR, LEN_NAME) \ argument 637 ({ typeof(PTR) __p __maybe_unused = PTR; 0; }) [all …]
|
| /linux-6.15/drivers/md/dm-vdo/ |
| H A D | memory-alloc.h | 70 #define vdo_allocate(COUNT, TYPE, WHAT, PTR) \ argument 71 __vdo_do_allocation(COUNT, sizeof(TYPE), 0, __alignof__(TYPE), WHAT, PTR) 86 #define vdo_allocate_extended(TYPE1, COUNT, TYPE2, WHAT, PTR) \ argument 89 TYPE1 **_ptr = (PTR); \
|
| /linux-6.15/arch/powerpc/xmon/ |
| H A D | ansidecl.h | 87 #define PTR void * macro 108 #define PTR char * macro 109 #define PTRCONST PTR
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | relocate_kernel_32.S | 18 #define PTR(x) (x << 2) macro 50 movl PTR(VA_CONTROL_PAGE)(%ebp), %edi 71 movl PTR(VA_CONTROL_PAGE)(%ebp), %edi 73 movl PTR(PA_PGD)(%ebp), %eax 75 movl PTR(PA_SWAP_PAGE)(%ebp), %eax 83 movl PTR(PA_CONTROL_PAGE)(%ebp), %edi 86 movl PTR(PA_PGD)(%ebp), %eax
|
| H A D | relocate_kernel_64.S | 23 #define PTR(x) (x << 3) macro
|
| /linux-6.15/arch/nios2/kernel/ |
| H A D | ptrace.c | 60 #define REG_IN_ONE(PTR, LOC) \ in genregs_set() argument 63 (void *)(PTR), LOC * 4, (LOC * 4) + 4); in genregs_set() 65 #define REG_IN_RANGE(PTR, START, END) \ in genregs_set() argument 68 (void *)(PTR), START * 4, (END * 4) + 4); in genregs_set()
|
| /linux-6.15/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-btf.rst | 101 [1] PTR '(anon)' type_id=2 106 [4] PTR '(anon)' type_id=5 156 [1] PTR '(anon)' type_id=2 174 [11] PTR '(anon)' type_id=12 180 [15] PTR '(anon)' type_id=16 209 [86] PTR '(anon)' type_id=87 216 [86] PTR '(anon)' type_id=87 222 [1] PTR '(anon)' type_id=0 255 [104850] PTR '(anon)' type_id=104848 256 [104851] PTR '(anon)' type_id=104849
|
| H A D | bpftool-gen.rst | 416 [5] PTR '(anon)' type_id=8 427 [1] PTR '(anon)' type_id=2 454 [7] PTR '(anon)' type_id=3
|
| /linux-6.15/Documentation/sound/hd-audio/ |
| H A D | intel-multi-link.rst | 97 change in functionality. The LEPTR.PTR value is an offset from the 168 | PTR |------------+ 188 functionality. The LEPTR.PTR value is an offset from the ML 239 | PTR |-----------+ 258 change in functionality. The LEPTR.PTR value is an offset from the ML 309 … | PTR |-----------+ +-----------------+ 0x00028C00 + 0x1000 * x
|
| /linux-6.15/Documentation/translations/zh_CN/core-api/ |
| H A D | assoc_array.rst | 392 1 PTR TO NODE B 1* 395 e PTR TO NODE F e* 400 3 PTR TO NODE C 13*
|
| /linux-6.15/tools/include/nolibc/ |
| H A D | types.h | 211 #define container_of(PTR, TYPE, FIELD) ({ \ argument 212 __typeof__(((TYPE *)0)->FIELD) *__FIELD_PTR = (PTR); \
|
| /linux-6.15/arch/loongarch/include/asm/ |
| H A D | asm.h | 162 #define PTR .word 185 #define PTR .dword
|
| /linux-6.15/arch/arc/kernel/ |
| H A D | ptrace.c | 170 #define REG_IN_CHUNK(FIRST, NEXT, PTR) \ in genregs_set() argument 173 (void *)(PTR), \ in genregs_set() 177 #define REG_IN_ONE(LOC, PTR) \ in genregs_set() argument 180 (void *)(PTR), \ in genregs_set()
|
| /linux-6.15/lib/tests/ |
| H A D | printf_kunit.c | 219 #define PTR ((void *)0xffff0123456789abUL) macro 228 #define PTR ((void *)0x456789ab) macro 256 plain_hash_to_buffer(kunittest, PTR, buf, PLAIN_BUF_SIZE); in hash_pointer() 727 BUILD_BUG_ON(IS_ERR(PTR)); in errptr() 728 test_hashed(kunittest, "%pe", PTR); in errptr()
|
| /linux-6.15/arch/sparc/include/asm/ |
| H A D | ns87303.h | 16 #define PTR 0x02 macro
|
| H A D | parport_64.h | 169 ns87303_modify(config, PTR, in ecpp_probe()
|
| /linux-6.15/tools/testing/selftests/kvm/ |
| H A D | guest_print_test.c | 38 TYPE(test_type_ptr, PTR, "%p", uintptr_t)
|
| /linux-6.15/Documentation/trace/ |
| H A D | fprobetrace.rst | 150 support, you don't need a memory dereference operator (``+0(PTR)``) for 151 accessing the string pointed by a ``PTR``. It automatically adds the memory
|
| /linux-6.15/Documentation/core-api/ |
| H A D | assoc_array.rst | 448 1 PTR TO NODE B 1* 451 e PTR TO NODE F e* 456 3 PTR TO NODE C 13*
|
| /linux-6.15/drivers/gpu/drm/nouveau/dispnv50/ |
| H A D | disp.c | 152 NVIF_WV32(&dmac->base.user, NV507C, PUT, PTR, dmac->cur); in nv50_dmac_kick() 162 u32 get = NVIF_RV32(&dmac->base.user, NV507C, GET, PTR); in nv50_dmac_free() 174 u32 get = NVIF_RV32(&dmac->base.user, NV507C, GET, PTR); in nv50_dmac_wind() 181 if (NVIF_TV32(&dmac->base.user, NV507C, GET, PTR, >, 0)) in nv50_dmac_wind()
|
| /linux-6.15/Documentation/bpf/ |
| H A D | btf.rst | 112 * "type" is used by PTR, TYPEDEF, VOLATILE, CONST, RESTRICT, 959 [3] PTR '(anon)' type_id=2 979 [4] PTR '(anon)' type_id=3
|