]> Git Repo - J-linux.git/blob - arch/sh/include/mach-migor/mach/migor.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / sh / include / mach-migor / mach / migor.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_SH_MIGOR_H
3 #define __ASM_SH_MIGOR_H
4
5 #define PORT_MSELCRA 0xa4050180
6 #define PORT_MSELCRB 0xa4050182
7 #define BSC_CS4BCR 0xfec10010
8 #define BSC_CS6ABCR 0xfec1001c
9 #define BSC_CS4WCR 0xfec10030
10
11 #include <video/sh_mobile_lcdc.h>
12
13 int migor_lcd_qvga_setup(void *sys_ops_handle,
14                          struct sh_mobile_lcdc_sys_bus_ops *sys_ops);
15
16 #endif /* __ASM_SH_MIGOR_H */
This page took 0.029143 seconds and 4 git commands to generate.