Searched refs:ofb (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/video/fbdev/ |
H A D | pxafb.c | 611 static void overlay1fb_setup(struct pxafb_layer *ofb) in overlay1fb_setup() argument 613 int size = ofb->fb.fix.line_length * ofb->fb.var.yres_virtual; in overlay1fb_setup() 614 unsigned long start = ofb->video_mem_phys; in overlay1fb_setup() 615 setup_frame_dma(ofb->fbi, DMA_OV1, PAL_NONE, start, size); in overlay1fb_setup() 621 static void overlay1fb_enable(struct pxafb_layer *ofb) in overlay1fb_enable() argument 623 int enabled = lcd_readl(ofb->fbi, OVL1C1) & OVLxC1_OEN; in overlay1fb_enable() 624 uint32_t fdadr1 = ofb->fbi->fdadr[DMA_OV1] | (enabled ? 0x1 : 0); in overlay1fb_enable() 626 lcd_writel(ofb->fbi, enabled ? FBR1 : FDADR1, fdadr1); in overlay1fb_enable() 627 lcd_writel(ofb->fbi, OVL1C2, ofb->control[1]); in overlay1fb_enable() 628 lcd_writel(ofb->fbi, OVL1C1, ofb->control[0] | OVLxC1_OEN); in overlay1fb_enable() [all …]
|
/linux/tools/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 1321 5: xcrypt-ofb
|