migor.h 355 B

1234567891011121314
  1. #ifndef __ASM_SH_MIGOR_H
  2. #define __ASM_SH_MIGOR_H
  3. #define PORT_MSELCRB 0xa4050182
  4. #define BSC_CS4BCR 0xfec10010
  5. #define BSC_CS6ABCR 0xfec1001c
  6. #define BSC_CS4WCR 0xfec10030
  7. #include <video/sh_mobile_lcdc.h>
  8. int migor_lcd_qvga_setup(void *board_data, void *sys_ops_handle,
  9. struct sh_mobile_lcdc_sys_bus_ops *sys_ops);
  10. #endif /* __ASM_SH_MIGOR_H */