xref: /kernel/linux/linux-5.10/arch/mips/sibyte/common/dma.c (revision 8c2ecf20)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/mips/sibyte/common/
18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0+
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci *	DMA support for Broadcom SiByte platforms.
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci *	Copyright (c) 2018  Maciej W. Rozycki
68c2ecf20Sopenharmony_ci */
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci#include <linux/swiotlb.h>
98c2ecf20Sopenharmony_ci#include <asm/bootinfo.h>
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_civoid __init plat_swiotlb_setup(void)
128c2ecf20Sopenharmony_ci{
138c2ecf20Sopenharmony_ci	swiotlb_init(1);
148c2ecf20Sopenharmony_ci}
15

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