regs-gsc.h (bf61c8840efe60fd8f91446860b63338fb424158) | regs-gsc.h (aeefb36832e5bb744ac2394154d2240d5ec24e13) |
---|---|
1/* linux/drivers/gpu/drm/exynos/regs-gsc.h 2 * 3 * Copyright (c) 2012 Samsung Electronics Co., Ltd. 4 * http://www.samsung.com 5 * 6 * Register definition file for Samsung G-Scaler driver 7 * 8 * This program is free software; you can redistribute it and/or modify --- 259 unchanged lines hidden (view full) --- 268#define GSC_CLK_INIT_COUNT 0xC00 269#define GSC_CLK_GATE_MODE_INIT_CNT(x) ((x) << 0) 270 271/* G-Scaler clock snoop count */ 272#define GSC_CLK_SNOOP_COUNT 0xC04 273#define GSC_CLK_GATE_MODE_SNOOP_CNT(x) ((x) << 0) 274 275/* SYSCON. GSCBLK_CFG */ | 1/* linux/drivers/gpu/drm/exynos/regs-gsc.h 2 * 3 * Copyright (c) 2012 Samsung Electronics Co., Ltd. 4 * http://www.samsung.com 5 * 6 * Register definition file for Samsung G-Scaler driver 7 * 8 * This program is free software; you can redistribute it and/or modify --- 259 unchanged lines hidden (view full) --- 268#define GSC_CLK_INIT_COUNT 0xC00 269#define GSC_CLK_GATE_MODE_INIT_CNT(x) ((x) << 0) 270 271/* G-Scaler clock snoop count */ 272#define GSC_CLK_SNOOP_COUNT 0xC04 273#define GSC_CLK_GATE_MODE_SNOOP_CNT(x) ((x) << 0) 274 275/* SYSCON. GSCBLK_CFG */ |
276#define SYSREG_GSCBLK_CFG1 (S3C_VA_SYS + 0x0224) | 276#define SYSREG_GSCBLK_CFG1 0x0224 |
277#define GSC_BLK_DISP1WB_DEST(x) (x << 10) 278#define GSC_BLK_SW_RESET_WB_DEST(x) (1 << (18 + x)) 279#define GSC_BLK_PXLASYNC_LO_MASK_WB(x) (0 << (14 + x)) 280#define GSC_BLK_GSCL_WB_IN_SRC_SEL(x) (1 << (2 * x)) | 277#define GSC_BLK_DISP1WB_DEST(x) (x << 10) 278#define GSC_BLK_SW_RESET_WB_DEST(x) (1 << (18 + x)) 279#define GSC_BLK_PXLASYNC_LO_MASK_WB(x) (0 << (14 + x)) 280#define GSC_BLK_GSCL_WB_IN_SRC_SEL(x) (1 << (2 * x)) |
281#define SYSREG_GSCBLK_CFG2 (S3C_VA_SYS + 0x2000) | 281#define SYSREG_GSCBLK_CFG2 0x2000 |
282#define PXLASYNC_LO_MASK_CAMIF_GSCL(x) (1 << (x)) 283 284#endif /* EXYNOS_REGS_GSC_H_ */ | 282#define PXLASYNC_LO_MASK_CAMIF_GSCL(x) (1 << (x)) 283 284#endif /* EXYNOS_REGS_GSC_H_ */ |