/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | emufx.c | 43 MODULE_PARM_DESC(high_res_gpr_volume, "GPR mixer controls use 31-bit range."); 1735 _volume(icode, ptr, GPR(dst), GPR(src), GPR(vol)) 1737 _volume(icode, ptr, GPR(dst), EXTIN(src), GPR(vol)) 1739 _volume_add(icode, ptr, GPR(dst), GPR(src), GPR(vol)) 1741 _volume_add(icode, ptr, GPR(ds [all...] |
/kernel/linux/linux-6.6/sound/pci/emu10k1/ |
H A D | emufx.c | 37 MODULE_PARM_DESC(high_res_gpr_volume, "GPR mixer controls use 31-bit range."); 1790 _volume(icode, ptr, GPR(dst), GPR(src), GPR(vol)) 1792 _volume(icode, ptr, GPR(dst), EXTIN(src), GPR(vol)) 1794 _volume_add(icode, ptr, GPR(dst), GPR(src), GPR(vol)) 1796 _volume_add(icode, ptr, GPR(ds [all...] |
/kernel/linux/linux-6.6/arch/powerpc/crypto/ |
H A D | chacha-p10le-8x.S | 50 .macro SAVE_GPR GPR OFFSET FRAME 51 std \GPR,\OFFSET(\FRAME) 64 .macro RESTORE_GPR GPR OFFSET FRAME 65 ld \GPR,\OFFSET(\FRAME)
|
H A D | poly1305-p10le_64.S | 64 .macro SAVE_GPR GPR OFFSET FRAME 65 std \GPR,\OFFSET(\FRAME) 78 .macro RESTORE_GPR GPR OFFSET FRAME 79 ld \GPR,\OFFSET(\FRAME)
|
/kernel/linux/linux-5.10/include/uapi/sound/ |
H A D | emu10k1.h | 100 #define GPR(x) (FXGPREGBASE + (x)) /* free GPRs: x = 0x00 - 0xff */ macro 277 unsigned int gpr_controls; /* count of GPR controls */ 303 unsigned int count; /* count of GPR (1..16) */ 304 unsigned short gpr[32]; /* GPR number(s) */ 330 unsigned int gpr_add_control_count; /* count of GPR controls to add/replace */ 331 struct snd_emu10k1_fx8010_control_gpr *gpr_add_controls; /* GPR controls to add/replace */ 333 unsigned int gpr_del_control_count; /* count of GPR controls to remove */ 334 struct emu10k1_ctl_elem_id *gpr_del_controls; /* IDs of GPR controls to remove */ 336 unsigned int gpr_list_control_count; /* count of GPR controls to list */ 337 unsigned int gpr_list_control_total; /* total count of GPR control [all...] |
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
H A D | emu10k1.h | 64 #define GPR(x) (FXGPREGBASE + (x)) macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/ |
H A D | emu10k1.h | 76 #define GPR(x) (FXGPREGBASE + (x)) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
H A D | emu10k1.h | 76 #define GPR(x) (FXGPREGBASE + (x)) macro
|
/kernel/linux/linux-6.6/include/uapi/sound/ |
H A D | emu10k1.h | 157 #define GPR(x) (FXGPREGBASE + (x)) /* free GPRs: x = 0x00 - 0xff */ macro 303 unsigned int gpr_controls; /* count of GPR controls */ 331 unsigned int count; /* count of GPR (1..16) */ 332 unsigned short gpr[32]; /* GPR number(s) */ 358 unsigned int gpr_add_control_count; /* count of GPR controls to add/replace */ 359 struct snd_emu10k1_fx8010_control_gpr *gpr_add_controls; /* GPR controls to add/replace */ 361 unsigned int gpr_del_control_count; /* count of GPR controls to remove */ 362 struct emu10k1_ctl_elem_id *gpr_del_controls; /* IDs of GPR controls to remove */ 364 unsigned int gpr_list_control_count; /* count of GPR controls to list */ 365 unsigned int gpr_list_control_total; /* total count of GPR control [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx10.asm | 362 // VGPR Allocated in 4-GPR granularity 373 // VGPR Allocated in 4-GPR granularity 600 // VGPR Allocated in 4-GPR granularity
|
H A D | cwsr_trap_handler_gfx9.asm | 457 // VGPR Allocated in 4-GPR granularity
|
H A D | cwsr_trap_handler_gfx8.asm | 350 // VGPR Allocated in 4-GPR granularity
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx10.asm | 455 // VGPR Allocated in 4-GPR granularity 468 // VGPR Allocated in 4-GPR granularity 702 // VGPR Allocated in 4-GPR granularity
|
H A D | cwsr_trap_handler_gfx9.asm | 501 // VGPR Allocated in 4-GPR granularity
|
H A D | cwsr_trap_handler_gfx8.asm | 350 // VGPR Allocated in 4-GPR granularity
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | entry-armv.S | 157 THUMB( add sp, r1 ) @ get SP in a GPR without
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | nid.h | 887 #define GPR(x) ((x) << 16) macro
|
H A D | ni_dpm.c | 3361 GPR(ni_pi->cac_weights->gpr)); in ni_initialize_hardware_cac_manager()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | nid.h | 887 #define GPR(x) ((x) << 16) macro
|
H A D | ni_dpm.c | 3362 GPR(ni_pi->cac_weights->gpr)); in ni_initialize_hardware_cac_manager()
|