taglinefilesource code
CATTR475arch/ppc/kernel/raw_printf.c#define  CATTR(x) (x)    /* store color/attributes un-shifted */
CATTR503arch/ppc/kernel/raw_printf.cpccolor = CATTR((background<<4)|foreground);
CATTR504arch/ppc/kernel/raw_printf.cpccolor_so = CATTR((foreground<<4)|background);