• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <cbmem.h>
4 #include <soc/cpu.h>
5 
cbmem_top_chipset(void)6 uintptr_t cbmem_top_chipset(void)
7 {
8 	return get_fb_base_kb() * KiB;
9 }
10