projects
/
platform
/
kernel
/
linux-starfive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'drm-intel-next-2020-08-24-1' of git://anongit.freedesktop.org/drm/drm...
[platform/kernel/linux-starfive.git]
/
drivers
/
memory
/
emif-asm-offsets.c
1
// SPDX-License-Identifier: GPL-2.0
2
/*
3
* TI AM33XX EMIF PM Assembly Offsets
4
*
5
* Copyright (C) 2016-2017 Texas Instruments Inc.
6
*/
7
#include <linux/ti-emif-sram.h>
8
9
int main(void)
10
{
11
ti_emif_asm_offsets();
12
13
return 0;
14
}