HomeSort by: relevance | last modified time | path
    Searched refs:LCD_BASE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/cobalt/include/
cpu.h 29 #define LCD_BASE 0x1f000000
  /src/sys/arch/cobalt/stand/boot/
lcd.c 57 static uint32_t lcd_base; variable in typeref:typename:uint32_t
77 lcd_base = MIPS_PHYS_TO_KSEG1(LCD_BASE);
109 CSR_WRITE(lcd_base, IREG, cmd_ddramset(HD_ROW1_ADDR + i));
110 CSR_WRITE(lcd_base, DREG, message->row1[i]);
113 CSR_WRITE(lcd_base, IREG, cmd_ddramset(HD_ROW2_ADDR + i));
114 CSR_WRITE(lcd_base, DREG, message->row2[i]);

Completed in 14 milliseconds