Lines Matching refs:fbuffer
535 volatile __u8 *fbuffer; in platinumfb_probe() local
588 fbuffer = pinfo->base_frame_buffer; in platinumfb_probe()
589 fbuffer[0x100000] = 0x34; in platinumfb_probe()
590 fbuffer[0x100008] = 0x0; in platinumfb_probe()
591 invalidate_cache(&fbuffer[0x100000]); in platinumfb_probe()
592 fbuffer[0x200000] = 0x56; in platinumfb_probe()
593 fbuffer[0x200008] = 0x0; in platinumfb_probe()
594 invalidate_cache(&fbuffer[0x200000]); in platinumfb_probe()
595 fbuffer[0x300000] = 0x78; in platinumfb_probe()
596 fbuffer[0x300008] = 0x0; in platinumfb_probe()
597 invalidate_cache(&fbuffer[0x300000]); in platinumfb_probe()
599 bank1 = fbuffer[0x100000] == 0x34; in platinumfb_probe()
600 bank2 = fbuffer[0x200000] == 0x56; in platinumfb_probe()
601 bank3 = fbuffer[0x300000] == 0x78; in platinumfb_probe()