Home
last modified time | relevance | path

Searched refs:bootlogo (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/m68k/platform/68VZ328/
DMakefile6 logo-$(UCDIMM) := bootlogo.rh
10 $(obj)/bootlogo.rh: $(src)/../68EZ328/bootlogo.h
11 perl $(src)/bootlogo.pl < $(src)/../68328/bootlogo.h > $(obj)/bootlogo.rh
16 clean-files := $(obj)/screen.h $(obj)/bootlogo.rh
/linux-2.6.39/arch/m68k/platform/68EZ328/
DMakefile7 extra-y := bootlogo.rh
9 $(obj)/bootlogo.rh: $(src)/bootlogo.h
10 perl $(src)/../68328/bootlogo.pl < $(src)/bootlogo.h \
11 > $(obj)/bootlogo.rh
/linux-2.6.39/arch/m68k/platform/68328/
DMakefile14 extra-$(CONFIG_M68328) += bootlogo.rh head.o
16 $(obj)/bootlogo.rh: $(src)/bootlogo.h
17 perl $(src)/bootlogo.pl < $(src)/bootlogo.h > $(obj)/bootlogo.rh
22 clean-files := $(obj)/bootlogo.rh $(obj)/head.o $(head-y)
/linux-2.6.39/drivers/usb/misc/sisusbvga/
Dsisusb.c2304 static const char bootlogo[] = "(o_ //\\ V_/_"; in sisusb_reset_text_mode() local
2352 while (bootlogo[i]) { in sisusb_reset_text_mode()
2353 *(tempbufb++) = 0x0700 | bootlogo[i++]; in sisusb_reset_text_mode()