/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | lpass-tx-macro.c | 17 #include "lpass-macro-common.h" 267 struct clk *macro; member 1968 tx->macro = devm_clk_get_optional(dev, "macro"); in tx_macro_probe() 1969 if (IS_ERR(tx->macro)) in tx_macro_probe() 1970 return dev_err_probe(dev, PTR_ERR(tx->macro), "unable to get macro clock\n"); in tx_macro_probe() 2001 if (of_device_is_compatible(np, "qcom,sc7280-lpass-tx-macro")) { in tx_macro_probe() 2033 ret = clk_prepare_enable(tx->macro); in tx_macro_probe() 2090 clk_disable_unprepare(tx->macro); in tx_macro_probe() [all...] |
H A D | lpass-wsa-macro.c | 18 #include "lpass-macro-common.h" 19 #include "lpass-wsa-macro.h" 355 struct clk *macro; member 2393 wsa->macro = devm_clk_get_optional(dev, "macro"); in wsa_macro_probe() 2394 if (IS_ERR(wsa->macro)) in wsa_macro_probe() 2395 return dev_err_probe(dev, PTR_ERR(wsa->macro), "unable to get macro clock\n"); in wsa_macro_probe() 2431 ret = clk_prepare_enable(wsa->macro); in wsa_macro_probe() 2489 clk_disable_unprepare(wsa->macro); in wsa_macro_probe() [all...] |
/third_party/ffmpeg/libavcodec/arm/ |
H A D | rv40dsp_neon.S | 25 .macro qpel_lowpass r0, r1, rc1, rc2, shift 41 .macro qpel_lowpass_x2 r0, r1, r2, r3, rc1, rc2, shift 70 .macro rv40_qpel8_h shift 87 .macro rv40_qpel8_v shift, type 139 .macro rv40_qpel type 662 .macro rv40_weight 812 .macro rv40_weak_loop_filter
|
H A D | vp8_armv6.S | 23 .macro rac_get_prob h, bs, buf, cw, pr, t0, t1 44 .macro rac_get_128 h, bs, buf, cw, t0, t1
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp8dsp_loopfilter.asm | 49 ; macro called with 7 mm register indexes as argument, and 5 regular registers 53 %macro READ_16x4_INTERLEAVED 12 99 %macro WRITE_4x4D 10 151 %macro WRITE_8W 5 190 %macro SIMPLE_LOOPFILTER 2 317 %macro INNER_LOOPFILTER 2 688 %macro MBEDGE_LOOPFILTER 2
|
H A D | dcadsp.asm | 29 %macro LFE_FIR0_FLOAT 0 211 %macro LFE_FIR1_FLOAT 0
|
/kernel/linux/linux-5.10/arch/m68k/math-emu/ |
H A D | fp_scan.S | 406 .macro fp_dosingleprec instr 412 .macro fp_dodoubleprec instr
|
/kernel/linux/linux-5.10/arch/arm/mach-tegra/ |
H A D | sleep-tegra20.S | 46 .macro pll_enable, rd, r_car_base, pll_base 53 .macro emc_device_mask, rd, base
|
/kernel/linux/linux-6.6/arch/m68k/math-emu/ |
H A D | fp_scan.S | 406 .macro fp_dosingleprec instr 412 .macro fp_dodoubleprec instr
|
/kernel/liteos_a/arch/arm/arm/src/startup/ |
H A D | reset_vector_mp.S | 69 .macro EXC_SP_SET param0, param1 76 .macro STACK_MAGIC_SET param0, param1, param2
|
H A D | reset_vector_up.S | 67 .macro EXC_SP_SET param0, param1 74 .macro STACK_MAGIC_SET param0, param1, param2
|
/third_party/elfutils/libdw/ |
H A D | dwarf_getmacros.c | 1 /* Get macro information. 425 Dwarf_Macro macro = { in read_macros() local 431 int res = callback (¯o, arg); in read_macros() 450 macro unit. 455 callers (which in practice decreases the permissible macro unit
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | lls.asm | 39 %macro ADDPD_MEM 2 128 %macro UPDATE_LLS 0
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | glsl_scraper.py | 67 # Handle the QO_EXTENSION macro 70 # Handle the QO_DEFINE macro 243 def handle_macro(self, macro): 249 if macro == 'qoCreateShaderModuleGLSL':
|
/third_party/ltp/metadata/ |
H A D | metaparse.c | 328 ENTRY macro = { in try_apply_macro() local 334 ret = hsearch(macro, FIND); in try_apply_macro()
|
/third_party/ltp/testcases/kernel/kvm/ |
H A D | bootstrap_x86_64.S | 40 .macro gdt32_entry type:req l=0 d=0 dpl=0 limit=0xfffff g=1 p=1 362 .macro create_intr_handler vector:req padargs=0
|
H A D | bootstrap_x86.S | 39 .macro gdt32_entry type:req l=0 d=0 dpl=0 limit=0xfffff g=1 p=1 240 .macro create_intr_handler vector:req padargs=0
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-compiler.h | 361 void PerformDeferredActions(RegExpMacroAssembler* macro, int max_register, 365 void RestoreAffectedRegisters(RegExpMacroAssembler* macro, int max_register, 422 // regexp macro assembler).
|
/third_party/python/Tools/scripts/ |
H A D | stable_abi.py | 64 # even if they're different kinds (e.g. function vs. macro). 71 kinds: set of requested kinds, e.g. {'function', 'macro'} 118 @itemclass('macro') 124 """Information on one item (function, macro, struct, etc.)""" 231 'macro': 'macro', 344 write('// Add an entry in dict `result` for each Stable ABI feature macro.') 346 for macro in manifest.select({'feature_macro'}): 347 name = macro.name 398 item.name for item in manifest.select({'macro'}) [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jfdctint-avx2.asm | 68 %macro dotranspose 8 111 %macro dodct 9
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jfdctint-avx2.asm | 68 %macro dotranspose 8 111 %macro dodct 9
|
/third_party/python/Lib/distutils/ |
H A D | msvccompiler.py | 106 def set_macro(self, macro, path, key): 110 self.macros["$(%s)" % macro] = d[key]
|
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/ |
H A D | tlb_low_64e.S | 43 .macro tlb_prolog_bolted intnum addr 76 .macro tlb_epilog_bolted 443 .macro tlb_unlock_e6500
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | aegis128-aesni-asm.S | 53 .macro aegis128_update 383 .macro encrypt_block a s0 s1 s2 s3 s4 i 538 .macro decrypt_block a s0 s1 s2 s3 s4 i
|
H A D | sha512-ssse3-asm.S | 105 .macro RotateState 118 .macro SHA512_Round rnd 153 .macro SHA512_2Sched_2Round_sse rnd
|