Go to the documentation of this file.
65 #ifdef CONFIG_CPU_FREQ
73 #define TO_INF(ptr,member) container_of(ptr,struct sa1100fb_info,member)
75 #define SA1100_PALETTE_MODE_VAL(bpp) (((bpp) & 0x018) << 9)
82 #define C_DISABLE_CLKCHANGE (2)
83 #define C_ENABLE_CLKCHANGE (3)
84 #define C_REENABLE (4)
85 #define C_DISABLE_PM (5)
86 #define C_ENABLE_PM (6)
89 #define SA1100_NAME "SA1100"