Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
m32700ut_lcd.h File Reference

Go to the source code of this file.

Macros

#define M32700UT_LCD_BASE   (0x10000000 /* + NONCACHE_OFFSET */)
 
#define M32700UT_LCD_IRQ_BAT_INT   (M32700UT_LCD_PLD_IRQ_BASE + 1)
 
#define M32700UT_LCD_IRQ_USB_INT1   (M32700UT_LCD_PLD_IRQ_BASE + 2)
 
#define M32700UT_LCD_IRQ_AUDT0   (M32700UT_LCD_PLD_IRQ_BASE + 3)
 
#define M32700UT_LCD_IRQ_AUDT2   (M32700UT_LCD_PLD_IRQ_BASE + 4)
 
#define M32700UT_LCD_IRQ_BATSIO_RCV   (M32700UT_LCD_PLD_IRQ_BASE + 16)
 
#define M32700UT_LCD_IRQ_BATSIO_SND   (M32700UT_LCD_PLD_IRQ_BASE + 17)
 
#define M32700UT_LCD_IRQ_ASNDSIO_RCV   (M32700UT_LCD_PLD_IRQ_BASE + 18)
 
#define M32700UT_LCD_IRQ_ASNDSIO_SND   (M32700UT_LCD_PLD_IRQ_BASE + 19)
 
#define M32700UT_LCD_IRQ_ACNLSIO_SND   (M32700UT_LCD_PLD_IRQ_BASE + 21)
 
#define M32700UT_LCD_ICUISTS   __reg16(M32700UT_LCD_BASE + 0x300002)
 
#define M32700UT_LCD_ICUISTS_VECB_MASK   (0xf000)
 
#define M32700UT_LCD_VECB(x)   ((x) & M32700UT_LCD_ICUISTS_VECB_MASK)
 
#define M32700UT_LCD_ICUISTS_ISN_MASK   (0x07c0)
 
#define M32700UT_LCD_ICUISTS_ISN(x)   ((x) & M32700UT_LCD_ICUISTS_ISN_MASK)
 
#define M32700UT_LCD_ICUIREQ0   __reg16(M32700UT_LCD_BASE + 0x300004)
 
#define M32700UT_LCD_ICUIREQ1   __reg16(M32700UT_LCD_BASE + 0x300006)
 
#define M32700UT_LCD_ICUCR1   __reg16(M32700UT_LCD_BASE + 0x300020)
 
#define M32700UT_LCD_ICUCR2   __reg16(M32700UT_LCD_BASE + 0x300022)
 
#define M32700UT_LCD_ICUCR3   __reg16(M32700UT_LCD_BASE + 0x300024)
 
#define M32700UT_LCD_ICUCR4   __reg16(M32700UT_LCD_BASE + 0x300026)
 
#define M32700UT_LCD_ICUCR16   __reg16(M32700UT_LCD_BASE + 0x300030)
 
#define M32700UT_LCD_ICUCR17   __reg16(M32700UT_LCD_BASE + 0x300032)
 
#define M32700UT_LCD_ICUCR18   __reg16(M32700UT_LCD_BASE + 0x300034)
 
#define M32700UT_LCD_ICUCR19   __reg16(M32700UT_LCD_BASE + 0x300036)
 
#define M32700UT_LCD_ICUCR21   __reg16(M32700UT_LCD_BASE + 0x30003a)
 

Macro Definition Documentation

#define M32700UT_LCD_BASE   (0x10000000 /* + NONCACHE_OFFSET */)

Definition at line 20 of file m32700ut_lcd.h.

#define M32700UT_LCD_ICUCR1   __reg16(M32700UT_LCD_BASE + 0x300020)

Definition at line 45 of file m32700ut_lcd.h.

#define M32700UT_LCD_ICUCR16   __reg16(M32700UT_LCD_BASE + 0x300030)

Definition at line 49 of file m32700ut_lcd.h.

#define M32700UT_LCD_ICUCR17   __reg16(M32700UT_LCD_BASE + 0x300032)

Definition at line 50 of file m32700ut_lcd.h.

#define M32700UT_LCD_ICUCR18   __reg16(M32700UT_LCD_BASE + 0x300034)

Definition at line 51 of file m32700ut_lcd.h.

#define M32700UT_LCD_ICUCR19   __reg16(M32700UT_LCD_BASE + 0x300036)

Definition at line 52 of file m32700ut_lcd.h.

#define M32700UT_LCD_ICUCR2   __reg16(M32700UT_LCD_BASE + 0x300022)

Definition at line 46 of file m32700ut_lcd.h.

#define M32700UT_LCD_ICUCR21   __reg16(M32700UT_LCD_BASE + 0x30003a)

Definition at line 53 of file m32700ut_lcd.h.

#define M32700UT_LCD_ICUCR3   __reg16(M32700UT_LCD_BASE + 0x300024)

Definition at line 47 of file m32700ut_lcd.h.

#define M32700UT_LCD_ICUCR4   __reg16(M32700UT_LCD_BASE + 0x300026)

Definition at line 48 of file m32700ut_lcd.h.

#define M32700UT_LCD_ICUIREQ0   __reg16(M32700UT_LCD_BASE + 0x300004)

Definition at line 43 of file m32700ut_lcd.h.

#define M32700UT_LCD_ICUIREQ1   __reg16(M32700UT_LCD_BASE + 0x300006)

Definition at line 44 of file m32700ut_lcd.h.

#define M32700UT_LCD_ICUISTS   __reg16(M32700UT_LCD_BASE + 0x300002)

Definition at line 38 of file m32700ut_lcd.h.

#define M32700UT_LCD_ICUISTS_ISN (   x)    ((x) & M32700UT_LCD_ICUISTS_ISN_MASK)

Definition at line 42 of file m32700ut_lcd.h.

#define M32700UT_LCD_ICUISTS_ISN_MASK   (0x07c0)

Definition at line 41 of file m32700ut_lcd.h.

#define M32700UT_LCD_ICUISTS_VECB_MASK   (0xf000)

Definition at line 39 of file m32700ut_lcd.h.

#define M32700UT_LCD_IRQ_ACNLSIO_SND   (M32700UT_LCD_PLD_IRQ_BASE + 21)

Definition at line 36 of file m32700ut_lcd.h.

#define M32700UT_LCD_IRQ_ASNDSIO_RCV   (M32700UT_LCD_PLD_IRQ_BASE + 18)

Definition at line 34 of file m32700ut_lcd.h.

#define M32700UT_LCD_IRQ_ASNDSIO_SND   (M32700UT_LCD_PLD_IRQ_BASE + 19)

Definition at line 35 of file m32700ut_lcd.h.

#define M32700UT_LCD_IRQ_AUDT0   (M32700UT_LCD_PLD_IRQ_BASE + 3)

Definition at line 30 of file m32700ut_lcd.h.

#define M32700UT_LCD_IRQ_AUDT2   (M32700UT_LCD_PLD_IRQ_BASE + 4)

Definition at line 31 of file m32700ut_lcd.h.

#define M32700UT_LCD_IRQ_BAT_INT   (M32700UT_LCD_PLD_IRQ_BASE + 1)

Definition at line 28 of file m32700ut_lcd.h.

#define M32700UT_LCD_IRQ_BATSIO_RCV   (M32700UT_LCD_PLD_IRQ_BASE + 16)

Definition at line 32 of file m32700ut_lcd.h.

#define M32700UT_LCD_IRQ_BATSIO_SND   (M32700UT_LCD_PLD_IRQ_BASE + 17)

Definition at line 33 of file m32700ut_lcd.h.

#define M32700UT_LCD_IRQ_USB_INT1   (M32700UT_LCD_PLD_IRQ_BASE + 2)

Definition at line 29 of file m32700ut_lcd.h.

#define M32700UT_LCD_VECB (   x)    ((x) & M32700UT_LCD_ICUISTS_VECB_MASK)

Definition at line 40 of file m32700ut_lcd.h.