xref: /kernel/linux/linux-5.10/arch/arm/mach-tango/smc.h (revision 8c2ecf20)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/arm/mach-tango/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ciextern int tango_smc(unsigned int val, unsigned int service);
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ci#define tango_set_l2_control(val)	tango_smc(val, 0x102)
58c2ecf20Sopenharmony_ci#define tango_start_aux_core(val)	tango_smc(val, 0x104)
68c2ecf20Sopenharmony_ci#define tango_set_aux_boot_addr(val)	tango_smc(val, 0x105)
78c2ecf20Sopenharmony_ci#define tango_suspend(val)		tango_smc(val, 0x120)
88c2ecf20Sopenharmony_ci#define tango_aux_core_die(val)		tango_smc(val, 0x121)
98c2ecf20Sopenharmony_ci#define tango_aux_core_kill(val)	tango_smc(val, 0x122)
10

Indexes created Thu Nov 07 10:32:03 CST 2024