migor.h 408 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __ASM_SH_MIGOR_H
  3. #define __ASM_SH_MIGOR_H
  4. #define PORT_MSELCRA 0xa4050180
  5. #define PORT_MSELCRB 0xa4050182
  6. #define BSC_CS4BCR 0xfec10010
  7. #define BSC_CS6ABCR 0xfec1001c
  8. #define BSC_CS4WCR 0xfec10030
  9. #include <video/sh_mobile_lcdc.h>
  10. int migor_lcd_qvga_setup(void *sys_ops_handle,
  11. struct sh_mobile_lcdc_sys_bus_ops *sys_ops);
  12. #endif /* __ASM_SH_MIGOR_H */