Lines Matching +full:0 +full:x1d

54 #define BWTWO_REGISTER_OFFSET 0x400000
84 #define BWTWO_SR_RES_MASK 0x70
85 #define BWTWO_SR_1600_1280 0x50
86 #define BWTWO_SR_1152_900_76_A 0x40
87 #define BWTWO_SR_1152_900_76_B 0x60
88 #define BWTWO_SR_ID_MASK 0x0f
89 #define BWTWO_SR_ID_MONO 0x02
90 #define BWTWO_SR_ID_MONO_ECL 0x03
91 #define BWTWO_SR_ID_MSYNC 0x04
92 #define BWTWO_SR_ID_NOCONN 0x0a
95 #define BWTWO_CTL_ENABLE_INTS 0x80
96 #define BWTWO_CTL_ENABLE_VIDEO 0x40
97 #define BWTWO_CTL_ENABLE_TIMING 0x20
98 #define BWTWO_CTL_ENABLE_CURCMP 0x10
99 #define BWTWO_CTL_XTAL_MASK 0x0C
100 #define BWTWO_CTL_DIVISOR_MASK 0x03
103 #define BWTWO_STAT_PENDING_INT 0x80
104 #define BWTWO_STAT_MSENSE_MASK 0x70
105 #define BWTWO_STAT_ID_MASK 0x0f
112 #define BW2_FLAG_BLANKED 0x00000001
153 return 0; in bw2_blank()
160 { .size = 0 }
196 0x14, 0x8b, 0x15, 0x28, 0x16, 0x03, 0x17, 0x13,
197 0x18, 0x7b, 0x19, 0x05, 0x1a, 0x34, 0x1b, 0x2e,
198 0x1c, 0x00, 0x1d, 0x0a, 0x1e, 0xff, 0x1f, 0x01,
199 0x10, 0x21, 0
203 0x14, 0x65, 0x15, 0x1e, 0x16, 0x04, 0x17, 0x0c,
204 0x18, 0x5e, 0x19, 0x03, 0x1a, 0xa7, 0x1b, 0x23,
205 0x1c, 0x00, 0x1d, 0x08, 0x1e, 0xff, 0x1f, 0x01,
206 0x10, 0x20, 0
210 0x14, 0xbb, 0x15, 0x2b, 0x16, 0x03, 0x17, 0x13,
211 0x18, 0xb0, 0x19, 0x03, 0x1a, 0xa6, 0x1b, 0x22,
212 0x1c, 0x01, 0x1d, 0x05, 0x1e, 0xff, 0x1f, 0x01,
213 0x10, 0x20, 0
217 0x14, 0xb7, 0x15, 0x27, 0x16, 0x03, 0x17, 0x0f,
218 0x18, 0xae, 0x19, 0x03, 0x1a, 0xae, 0x1b, 0x2a,
219 0x1c, 0x01, 0x1d, 0x09, 0x1e, 0xff, 0x1f, 0x01,
220 0x10, 0x24, 0
224 0x14, 0xbb, 0x15, 0x2b, 0x16, 0x04, 0x17, 0x14,
225 0x18, 0xae, 0x19, 0x03, 0x1a, 0xa8, 0x1b, 0x24,
226 0x1c, 0x01, 0x1d, 0x05, 0x1e, 0xff, 0x1f, 0x01,
227 0x10, 0x20, 0
262 return 0; in bw2_do_default_mode()
270 u8 __iomem *regp = &((u8 __iomem *)par->regs)[p[0]]; in bw2_do_default_mode()
273 return 0; in bw2_do_default_mode()
292 info->fix.smem_start = op->resource[0].start; in bw2_probe()
293 par->which_io = op->resource[0].flags & IORESOURCE_BITS; in bw2_probe()
302 info->var.blue.offset = 0; in bw2_probe()
304 par->regs = of_ioremap(&op->resource[0], BWTWO_REGISTER_OFFSET, in bw2_probe()
320 info->screen_base = of_ioremap(&op->resource[0], 0, in bw2_probe()
332 if (err < 0) in bw2_probe()
340 return 0; in bw2_probe()
343 of_iounmap(&op->resource[0], info->screen_base, info->fix.smem_len); in bw2_probe()
346 of_iounmap(&op->resource[0], par->regs, sizeof(struct bw2_regs)); in bw2_probe()
362 of_iounmap(&op->resource[0], par->regs, sizeof(struct bw2_regs)); in bw2_remove()
363 of_iounmap(&op->resource[0], info->screen_base, info->fix.smem_len); in bw2_remove()
367 return 0; in bw2_remove()