Go to the source code of this file.
#define LCD_O_PID 0x00000000 |
#define LCD_O_CTL 0x00000004 |
Referenced by LCDModeSet().
#define LCD_O_LIDDCTL 0x0000000C |
Referenced by LCDIDDConfigSet(), LCDIDDDMADisable(), and LCDIDDDMAWrite().
#define LCD_O_LIDDCS0CFG 0x00000010 |
Referenced by LCDIDDTimingSet().
#define LCD_O_LIDDCS0ADDR 0x00000014 |
Referenced by LCDIDDCommandWrite(), LCDIDDIndexedRead(), LCDIDDIndexedWrite(), and LCDIDDStatusRead().
#define LCD_O_LIDDCS0DATA 0x00000018 |
Referenced by LCDIDDDataRead(), LCDIDDDataWrite(), LCDIDDIndexedRead(), and LCDIDDIndexedWrite().
#define LCD_O_LIDDCS1CFG 0x0000001C |
Referenced by LCDIDDTimingSet().
#define LCD_O_LIDDCS1ADDR 0x00000020 |
Referenced by LCDIDDCommandWrite(), LCDIDDIndexedRead(), LCDIDDIndexedWrite(), and LCDIDDStatusRead().
#define LCD_O_LIDDCS1DATA 0x00000024 |
Referenced by LCDIDDDataRead(), LCDIDDDataWrite(), LCDIDDIndexedRead(), and LCDIDDIndexedWrite().
#define LCD_O_RASTRCTL 0x00000028 |
Referenced by LCDRasterConfigSet(), LCDRasterDisable(), LCDRasterEnable(), and LCDRasterEnabled().
#define LCD_O_RASTRTIM0 0x0000002C |
Referenced by LCDRasterTimingSet().
#define LCD_O_RASTRTIM1 0x00000030 |
Referenced by LCDRasterTimingSet().
#define LCD_O_RASTRTIM2 0x00000034 |
Referenced by LCDRasterACBiasIntCountSet(), and LCDRasterTimingSet().
#define LCD_O_RASTRSUBP1 0x00000038 |
Referenced by LCDRasterSubPanelConfigSet(), LCDRasterSubPanelDisable(), and LCDRasterSubPanelEnable().
#define LCD_O_RASTRSUBP2 0x0000003C |
Referenced by LCDRasterSubPanelConfigSet().
#define LCD_O_DMACTL 0x00000040 |
Referenced by LCDDMAConfigSet().
#define LCD_O_DMABAFB0 0x00000044 |
Referenced by LCDIDDDMAWrite(), and LCDRasterFrameBufferSet().
#define LCD_O_DMACAFB0 0x00000048 |
Referenced by LCDIDDDMAWrite(), and LCDRasterFrameBufferSet().
#define LCD_O_DMABAFB1 0x0000004C |
Referenced by LCDRasterFrameBufferSet().
#define LCD_O_DMACAFB1 0x00000050 |
Referenced by LCDRasterFrameBufferSet().
#define LCD_O_SYSCFG 0x00000054 |
#define LCD_O_RISSET 0x00000058 |
Referenced by LCDIntStatus().
#define LCD_O_MISCLR 0x0000005C |
Referenced by LCDIntClear(), and LCDIntStatus().
#define LCD_O_IM 0x00000060 |
Referenced by LCDIntEnable().
#define LCD_O_IENC 0x00000064 |
Referenced by LCDIntDisable().
#define LCD_O_CLKEN 0x0000006C |
Referenced by LCDModeSet().
#define LCD_O_CLKRESET 0x00000070 |
#define LCD_PID_MAJOR_M 0x00000700 |
#define LCD_PID_MINOR_M 0x0000003F |
#define LCD_PID_MAJOR_S 8 |
#define LCD_PID_MINOR_S 0 |
#define LCD_CTL_CLKDIV_M 0x0000FF00 |
#define LCD_CTL_UFLOWRST 0x00000002 |
#define LCD_CTL_LCDMODE 0x00000001 |
#define LCD_CTL_CLKDIV_S 8 |
Referenced by LCDModeSet().
#define LCD_LIDDCTL_DMACS 0x00000200 |
Referenced by LCDIDDDMAWrite().
#define LCD_LIDDCTL_DMAEN 0x00000100 |
Referenced by LCDIDDDMADisable(), and LCDIDDDMAWrite().
#define LCD_LIDDCTL_CS1E1 0x00000080 |
#define LCD_LIDDCTL_CS0E0 0x00000040 |
#define LCD_LIDDCTL_WRDIRINV 0x00000020 |
#define LCD_LIDDCTL_RDEN 0x00000010 |
#define LCD_LIDDCTL_ALE 0x00000008 |
#define LCD_LIDDCTL_MODE_M 0x00000007 |
#define LCD_LIDDCTL_MODE_SYNCM68 0x00000000 |
#define LCD_LIDDCTL_MODE_ASYNCM68 0x00000001 |
#define LCD_LIDDCTL_MODE_SYNCM80 0x00000002 |
#define LCD_LIDDCTL_MODE_ASYNCM80 0x00000003 |
#define LCD_LIDDCTL_MODE_ASYNCHIT 0x00000004 |
#define LCD_LIDDCS0CFG_WRSU_M 0xF8000000 |
#define LCD_LIDDCS0CFG_WRDUR_M 0x07E00000 |
#define LCD_LIDDCS0CFG_WRHOLD_M 0x001E0000 |
#define LCD_LIDDCS0CFG_RDSU_M 0x0001F000 |
#define LCD_LIDDCS0CFG_RDDUR_M 0x00000FC0 |
#define LCD_LIDDCS0CFG_RDHOLD_M 0x0000003C |
#define LCD_LIDDCS0CFG_GAP_M 0x00000003 |
#define LCD_LIDDCS0CFG_WRSU_S 27 |
Referenced by LCDIDDTimingSet().
#define LCD_LIDDCS0CFG_WRDUR_S 21 |
Referenced by LCDIDDTimingSet().
#define LCD_LIDDCS0CFG_WRHOLD_S 17 |
Referenced by LCDIDDTimingSet().
#define LCD_LIDDCS0CFG_RDSU_S 12 |
Referenced by LCDIDDTimingSet().
#define LCD_LIDDCS0CFG_RDDUR_S 6 |
Referenced by LCDIDDTimingSet().
#define LCD_LIDDCS0CFG_RDHOLD_S 2 |
Referenced by LCDIDDTimingSet().
#define LCD_LIDDCS0CFG_GAP_S 0 |
Referenced by LCDIDDTimingSet().
#define LCD_LIDDCS0ADDR_CS0ADDR_M 0x0000FFFF |
#define LCD_LIDDCS0ADDR_CS0ADDR_S 0 |
#define LCD_LIDDCS0DATA_CS0DATA_M 0x0000FFFF |
#define LCD_LIDDCS0DATA_CS0DATA_S 0 |
#define LCD_LIDDCS1CFG_WRSU_M 0xF8000000 |
#define LCD_LIDDCS1CFG_WRDUR_M 0x07E00000 |
#define LCD_LIDDCS1CFG_WRHOLD_M 0x001E0000 |
#define LCD_LIDDCS1CFG_RDSU_M 0x0001F000 |
#define LCD_LIDDCS1CFG_RDDUR_M 0x00000FC0 |
#define LCD_LIDDCS1CFG_RDHOLD_M 0x0000003C |
#define LCD_LIDDCS1CFG_GAP_M 0x00000003 |
#define LCD_LIDDCS1CFG_WRSU_S 27 |
#define LCD_LIDDCS1CFG_WRDUR_S 21 |
#define LCD_LIDDCS1CFG_WRHOLD_S 17 |
#define LCD_LIDDCS1CFG_RDSU_S 12 |
#define LCD_LIDDCS1CFG_RDDUR_S 6 |
#define LCD_LIDDCS1CFG_RDHOLD_S 2 |
#define LCD_LIDDCS1CFG_GAP_S 0 |
#define LCD_LIDDCS1ADDR_CS1ADDR_M 0x0000FFFF |
#define LCD_LIDDCS1ADDR_CS1ADDR_S 0 |
#define LCD_LIDDCS1DATA_CS0DATA_M 0x0000FFFF |
#define LCD_LIDDCS1DATA_CS0DATA_S 0 |
#define LCD_RASTRCTL_TFT24UPCK 0x04000000 |
#define LCD_RASTRCTL_TFT24 0x02000000 |
#define LCD_RASTRCTL_FRMBUFSZ 0x01000000 |
#define LCD_RASTRCTL_TFTMAP 0x00800000 |
#define LCD_RASTRCTL_NIBMODE 0x00400000 |
#define LCD_RASTRCTL_PALMODE_M 0x00300000 |
#define LCD_RASTRCTL_PALMODE_PALDAT 0x00000000 |
#define LCD_RASTRCTL_PALMODE_PAL 0x00100000 |
#define LCD_RASTRCTL_PALMODE_DAT 0x00200000 |
#define LCD_RASTRCTL_REQDLY_M 0x000FF000 |
#define LCD_RASTRCTL_MONO8B 0x00000200 |
#define LCD_RASTRCTL_RDORDER 0x00000100 |
#define LCD_RASTRCTL_LCDTFT 0x00000080 |
#define LCD_RASTRCTL_LCDBW 0x00000002 |
#define LCD_RASTRCTL_LCDEN 0x00000001 |
Referenced by LCDRasterDisable(), LCDRasterEnable(), and LCDRasterEnabled().
#define LCD_RASTRCTL_REQDLY_S 12 |
Referenced by LCDRasterConfigSet().
#define LCD_RASTRTIM0_HBP_M 0xFF000000 |
#define LCD_RASTRTIM0_HFP_M 0x00FF0000 |
#define LCD_RASTRTIM0_HSW_M 0x0000FC00 |
#define LCD_RASTRTIM0_PPL_M 0x000003F0 |
#define LCD_RASTRTIM0_MSBPPL 0x00000008 |
#define LCD_RASTRTIM0_HBP_S 24 |
Referenced by LCDRasterTimingSet().
#define LCD_RASTRTIM0_HFP_S 16 |
Referenced by LCDRasterTimingSet().
#define LCD_RASTRTIM0_HSW_S 10 |
Referenced by LCDRasterTimingSet().
#define LCD_RASTRTIM0_PPL_S 4 |
Referenced by LCDRasterTimingSet().
#define LCD_RASTRTIM0_MSBPPL_S 3 |
#define LCD_RASTRTIM1_VBP_M 0xFF000000 |
#define LCD_RASTRTIM1_VFP_M 0x00FF0000 |
#define LCD_RASTRTIM1_VSW_M 0x0000FC00 |
#define LCD_RASTRTIM1_LPP_M 0x000003FF |
#define LCD_RASTRTIM1_VBP_S 24 |
Referenced by LCDRasterTimingSet().
#define LCD_RASTRTIM1_VFP_S 16 |
Referenced by LCDRasterTimingSet().
#define LCD_RASTRTIM1_VSW_S 10 |
Referenced by LCDRasterTimingSet().
#define LCD_RASTRTIM1_LPP_S 0 |
Referenced by LCDRasterTimingSet().
#define LCD_RASTRTIM2_HSW_M 0x78000000 |
#define LCD_RASTRTIM2_MSBLPP 0x04000000 |
#define LCD_RASTRTIM2_PXLCLKCTL 0x02000000 |
#define LCD_RASTRTIM2_PSYNCRF 0x01000000 |
#define LCD_RASTRTIM2_INVOE 0x00800000 |
#define LCD_RASTRTIM2_INVPXLCLK 0x00400000 |
#define LCD_RASTRTIM2_IHS 0x00200000 |
#define LCD_RASTRTIM2_IVS 0x00100000 |
#define LCD_RASTRTIM2_ACBI_M 0x000F0000 |
Referenced by LCDRasterACBiasIntCountSet(), and LCDRasterTimingSet().
#define LCD_RASTRTIM2_ACBF_M 0x0000FF00 |
#define LCD_RASTRTIM2_MSBHBP_M 0x00000030 |
#define LCD_RASTRTIM2_MSBHFP_M 0x00000003 |
#define LCD_RASTRTIM2_HSW_S 27 |
Referenced by LCDRasterTimingSet().
#define LCD_RASTRTIM2_MSBLPP_S 26 |
#define LCD_RASTRTIM2_ACBI_S 16 |
Referenced by LCDRasterACBiasIntCountSet().
#define LCD_RASTRTIM2_ACBF_S 8 |
Referenced by LCDRasterTimingSet().
#define LCD_RASTRTIM2_MSBHBP_S 4 |
Referenced by LCDRasterTimingSet().
#define LCD_RASTRTIM2_MSBHFP_S 0 |
Referenced by LCDRasterTimingSet().
#define LCD_RASTRSUBP1_SPEN 0x80000000 |
Referenced by LCDRasterSubPanelConfigSet(), LCDRasterSubPanelDisable(), and LCDRasterSubPanelEnable().
#define LCD_RASTRSUBP1_HOLS 0x20000000 |
#define LCD_RASTRSUBP1_LPPT_M 0x03FF0000 |
Referenced by LCDRasterSubPanelConfigSet().
#define LCD_RASTRSUBP1_DPDLSB_M 0x0000FFFF |
#define LCD_RASTRSUBP1_LPPT_S 16 |
Referenced by LCDRasterSubPanelConfigSet().
#define LCD_RASTRSUBP1_DPDLSB_S 0 |
Referenced by LCDRasterSubPanelConfigSet().
#define LCD_RASTRSUBP2_LPPTMSB 0x00000100 |
#define LCD_RASTRSUBP2_DPDMSB_M 0x000000FF |
Referenced by LCDRasterSubPanelConfigSet().
#define LCD_RASTRSUBP2_DPDMSB_S 0 |
#define LCD_DMACTL_FIFORDY_M 0x00000700 |
Referenced by LCDDMAConfigSet().
#define LCD_DMACTL_FIFORDY_8 0x00000000 |
#define LCD_DMACTL_FIFORDY_16 0x00000100 |
#define LCD_DMACTL_FIFORDY_32 0x00000200 |
#define LCD_DMACTL_FIFORDY_64 0x00000300 |
#define LCD_DMACTL_FIFORDY_128 0x00000400 |
#define LCD_DMACTL_FIFORDY_256 0x00000500 |
#define LCD_DMACTL_FIFORDY_512 0x00000600 |
#define LCD_DMACTL_BURSTSZ_M 0x00000070 |
Referenced by LCDDMAConfigSet().
#define LCD_DMACTL_BURSTSZ_4 0x00000020 |
#define LCD_DMACTL_BURSTSZ_8 0x00000030 |
#define LCD_DMACTL_BURSTSZ_16 0x00000040 |
#define LCD_DMACTL_BYTESWAP 0x00000008 |
Referenced by LCDDMAConfigSet().
#define LCD_DMACTL_BIGDEND 0x00000002 |
Referenced by LCDDMAConfigSet().
#define LCD_DMACTL_FMODE 0x00000001 |
Referenced by LCDDMAConfigSet().
#define LCD_DMABAFB0_FB0BA_M 0xFFFFFFFC |
#define LCD_DMABAFB0_FB0BA_S 2 |
#define LCD_DMACAFB0_FB0CA_M 0xFFFFFFFC |
#define LCD_DMACAFB0_FB0CA_S 2 |
#define LCD_DMABAFB1_FB1BA_M 0xFFFFFFFC |
#define LCD_DMABAFB1_FB1BA_S 2 |
#define LCD_DMACAFB1_FB1CA_M 0xFFFFFFFC |
#define LCD_DMACAFB1_FB1CA_S 2 |
#define LCD_SYSCFG_STDBY_M 0x00000030 |
#define LCD_SYSCFG_STDBY_FORCE 0x00000000 |
#define LCD_SYSCFG_STDBY_NONE 0x00000010 |
#define LCD_SYSCFG_STDBY_SMART 0x00000020 |
#define LCD_SYSCFG_IDLEMODE_M 0x0000000C |
#define LCD_SYSCFG_IDLEMODE_FORCE 0x00000000 |
#define LCD_SYSCFG_IDLEMODE_NONE 0x00000004 |
#define LCD_SYSCFG_IDLEMODE_SMART 0x00000008 |
#define LCD_RISSET_EOF1 0x00000200 |
#define LCD_RISSET_EOF0 0x00000100 |
#define LCD_RISSET_PALLOAD 0x00000040 |
#define LCD_RISSET_FIFOU 0x00000020 |
#define LCD_RISSET_ACBS 0x00000008 |
#define LCD_RISSET_SYNCS 0x00000004 |
#define LCD_RISSET_RRASTRDONE 0x00000002 |
#define LCD_RISSET_DONE 0x00000001 |
#define LCD_MISCLR_EOF1 0x00000200 |
#define LCD_MISCLR_EOF0 0x00000100 |
#define LCD_MISCLR_PALLOAD 0x00000040 |
#define LCD_MISCLR_FIFOU 0x00000020 |
#define LCD_MISCLR_ACBS 0x00000008 |
#define LCD_MISCLR_SYNCS 0x00000004 |
#define LCD_MISCLR_RRASTRDONE 0x00000002 |
#define LCD_MISCLR_DONE 0x00000001 |
#define LCD_IM_EOF1 0x00000200 |
#define LCD_IM_EOF0 0x00000100 |
#define LCD_IM_PALLOAD 0x00000040 |
#define LCD_IM_FIFOU 0x00000020 |
#define LCD_IM_ACBS 0x00000008 |
#define LCD_IM_SYNCS 0x00000004 |
#define LCD_IM_RRASTRDONE 0x00000002 |
#define LCD_IM_DONE 0x00000001 |
#define LCD_IENC_EOF1 0x00000200 |
#define LCD_IENC_EOF0 0x00000100 |
#define LCD_IENC_PALLOAD 0x00000040 |
#define LCD_IENC_FIFOU 0x00000020 |
#define LCD_IENC_ACBS 0x00000008 |
#define LCD_IENC_SYNCS 0x00000004 |
#define LCD_IENC_RRASTRDONE 0x00000002 |
#define LCD_IENC_DONE 0x00000001 |
#define LCD_CLKEN_DMA 0x00000004 |
Referenced by LCDModeSet().
#define LCD_CLKEN_LIDD 0x00000002 |
Referenced by LCDModeSet().
#define LCD_CLKEN_CORE 0x00000001 |
Referenced by LCDModeSet().
#define LCD_CLKRESET_MAIN 0x00000008 |
#define LCD_CLKRESET_DMA 0x00000004 |
#define LCD_CLKRESET_LIDD 0x00000002 |
#define LCD_CLKRESET_CORE 0x00000001 |