| tag | line | file | source code |
|---|---|---|---|
| CATTR | 489 | arch/ppc/kernel/raw_printf.c | #define CATTR(x) (x) /* store color/attributes un-shifted */ |
| CATTR | 515 | arch/ppc/kernel/raw_printf.c | pccolor = CATTR((background<<4)|foreground); |
| CATTR | 516 | arch/ppc/kernel/raw_printf.c | pccolor_so = CATTR((foreground<<4)|background); |