/linux-2.4.37.9/drivers/video/ |
D | fbcon-ilbm.c | 80 int bg, bg0; in fbcon_ilbm_clear() local 86 bg = bg0; in fbcon_ilbm_clear() 88 if (bg & 1) in fbcon_ilbm_clear() 92 bg >>= 1; in fbcon_ilbm_clear() 103 int fg0, bg0, fg, bg; in fbcon_ilbm_putc() local 113 bg = bg0; in fbcon_ilbm_putc() 115 if (bg & 1){ in fbcon_ilbm_putc() 126 bg >>= 1; in fbcon_ilbm_putc() 154 int fg0, bg0, fg, bg; in fbcon_ilbm_putcs() local 171 bg = bg0; in fbcon_ilbm_putcs() [all …]
|
D | fbcon-afb.c | 225 int bg; in fbcon_afb_clear() local 229 bg = attr_bgcol_ec(p,conp); in fbcon_afb_clear() 235 if (bg & 1) in fbcon_afb_clear() 241 bg >>= 1; in fbcon_afb_clear() 251 int fg, bg; in fbcon_afb_putc() local 256 bg = attr_bgcol(p,c); in fbcon_afb_putc() 263 if (bg & 1) in fbcon_afb_putc() 272 bg >>= 1; in fbcon_afb_putc() 290 int fg0, bg0, fg, bg; in fbcon_afb_putcs() local 305 bg = bg0; in fbcon_afb_putcs() [all …]
|
D | fbcon-vga-planes.c | 183 int bg = attr_bgcol(p,c); in fbcon_ega_planes_putc() local 192 setcolor(bg); in fbcon_ega_planes_putc() 212 int bg = attr_bgcol(p,c); in fbcon_vga_planes_putc() local 225 writeb(bg, where); in fbcon_vga_planes_putc() 241 int bg = attr_bgcol(p, c); in fbcon_ega_planes_putcs() local 252 writeb(bg, where); in fbcon_ega_planes_putcs() 280 int bg = attr_bgcol(p, c); in fbcon_vga_planes_putcs() local 293 writeb(bg, where); in fbcon_vga_planes_putcs()
|
D | virgefb.c | 1923 unsigned char bg; in fbcon_virge8_clear() local 1926 bg = attr_bgcol_ec(p,conp); in fbcon_virge8_clear() 1929 (u_short)bg, (u_short)p->next_line, 8); in fbcon_virge8_clear() 1988 unsigned char bg; in fbcon_virge16_clear() local 1991 bg = attr_bgcol_ec(p,conp); in fbcon_virge16_clear() 1994 (u_short)bg, (u_short)p->next_line, 16); in fbcon_virge16_clear() 2053 unsigned char bg; in fbcon_virge32_clear() local 2056 bg = attr_bgcol_ec(p,conp); in fbcon_virge32_clear() 2059 (u_short)bg, (u_short)p->next_line, 16); in fbcon_virge32_clear()
|
D | cgsixfb.c | 178 volatile u32 bg; member 245 sbus_writel(attr_bgcol_ec(p,conp), &fbc->bg); in cg6_clear() 284 sbus_writel(attr_bgcol(p,s), &fbc->bg); in cg6_fill() 331 sbus_writel(attr_bgcol(p,c), &fbc->bg); in cg6_putc() 375 sbus_writel(attr_bgcol(p, c), &fbc->bg); in cg6_putcs()
|
D | tdfxfb.c | 1131 u32 bg; in tdfx_cfb8_clear() local 1133 bg = attr_bgcol_ec(p,conp); in tdfx_cfb8_clear() 1138 bg, in tdfx_cfb8_clear() 1149 u32 bg; in tdfx_cfb16_clear() local 1151 bg = ((u16*)p->dispsw_data)[attr_bgcol_ec(p,conp)]; in tdfx_cfb16_clear() 1156 bg, in tdfx_cfb16_clear() 1167 u32 bg; in tdfx_cfb32_clear() local 1169 bg = ((u32*)p->dispsw_data)[attr_bgcol_ec(p,conp)]; in tdfx_cfb32_clear() 1174 bg, in tdfx_cfb32_clear()
|
D | S3triofb.c | 806 unsigned char bg; in fbcon_trio8_clear() local 809 bg = attr_bgcol_ec(p,conp); in fbcon_trio8_clear() 815 (u_short)bg); in fbcon_trio8_clear()
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | btext.c | 461 int bg = 0x00000000UL; in draw_byte_32() local 466 base[0] = (-(bits >> 7) & fg) ^ bg; in draw_byte_32() 467 base[1] = (-((bits >> 6) & 1) & fg) ^ bg; in draw_byte_32() 468 base[2] = (-((bits >> 5) & 1) & fg) ^ bg; in draw_byte_32() 469 base[3] = (-((bits >> 4) & 1) & fg) ^ bg; in draw_byte_32() 470 base[4] = (-((bits >> 3) & 1) & fg) ^ bg; in draw_byte_32() 471 base[5] = (-((bits >> 2) & 1) & fg) ^ bg; in draw_byte_32() 472 base[6] = (-((bits >> 1) & 1) & fg) ^ bg; in draw_byte_32() 473 base[7] = (-(bits & 1) & fg) ^ bg; in draw_byte_32() 483 int bg = 0x00000000UL; in draw_byte_16() local [all …]
|
/linux-2.4.37.9/drivers/char/drm-4.0/ |
D | ffb_context.c | 57 ctx->bg = upa_readl(&ffb->bg); in ffb_save_context() 99 ctx->bg = upa_readl(&ffb->bg); /* Constant BG color */ in ffb_save_context() 196 upa_writel(ctx->bg, &ffb->bg); in ffb_restore_context() 242 upa_writel(ctx->bg, &ffb->bg); /* Constant BG color */ in ffb_restore_context()
|
D | ffb_drv.h | 90 /*20c*/ volatile unsigned int bg; /* BG data */ member 192 unsigned int bg; member
|
/linux-2.4.37.9/drivers/char/drm/ |
D | ffb_context.c | 58 ctx->bg = upa_readl(&ffb->bg); in ffb_save_context() 100 ctx->bg = upa_readl(&ffb->bg); /* Constant BG color */ in ffb_save_context() 197 upa_writel(ctx->bg, &ffb->bg); in ffb_restore_context() 243 upa_writel(ctx->bg, &ffb->bg); /* Constant BG color */ in ffb_restore_context()
|
D | ffb_drv.h | 90 /*20c*/ volatile unsigned int bg; /* BG data */ member 192 unsigned int bg; member
|
/linux-2.4.37.9/arch/sparc/lib/ |
D | strncmp.S | 90 bg,a 0b 115 bg,a 9b
|
D | lshrdi3.S | 13 bg 1f
|
D | memcmp.S | 26 bg L5 82 bg L94 186 bg L130
|
D | ashldi3.S | 20 bg 7f
|
D | ashrdi3.S | 21 bg 1f
|
D | memscan.S | 68 bg,a 1f
|
/linux-2.4.37.9/drivers/video/intel/ |
D | intelfbdrv.c | 1817 u32 bg = 0; in fbcon_intelfb_clear() local 1821 bg = attr_bgcol_ec(p, conp); in fbcon_intelfb_clear() 1824 bg = ((u16 *)p->dispsw_data)[attr_bgcol_ec(p, conp)]; in fbcon_intelfb_clear() 1827 bg = ((u32 *)p->dispsw_data)[attr_bgcol_ec(p, conp)]; in fbcon_intelfb_clear() 1832 fontheight(p) * height, bg, dinfo->pitch, in fbcon_intelfb_clear() 1871 u32 bg = 0, fg = 0; in fbcon_intelfb_putc() local 1877 bg = attr_bgcol(p, c); in fbcon_intelfb_putc() 1881 bg = ((u16 *)p->dispsw_data)[attr_bgcol(p, c)]; in fbcon_intelfb_putc() 1885 bg = ((u32 *)p->dispsw_data)[attr_bgcol(p, c)]; in fbcon_intelfb_putc() 1893 if (intelfbhw_do_drawglyph(dinfo, fg, bg, fontwidth(p), in fbcon_intelfb_putc() [all …]
|
D | intelfb.h | 372 extern int intelfbhw_do_drawglyph(struct intelfb_info *dinfo, u32 fg, u32 bg, 379 extern void intelfbhw_cursor_setcolor(struct intelfb_info *dinfo, u32 bg,
|
D | intelfbhw.c | 1476 intelfbhw_do_drawglyph(struct intelfb_info *dinfo, u32 fg, u32 bg, u32 w, u32 h, in intelfbhw_do_drawglyph() argument 1523 br18 = bg; in intelfbhw_do_drawglyph() 1729 intelfbhw_cursor_setcolor(struct intelfb_info *dinfo, u32 bg, u32 fg) in intelfbhw_cursor_setcolor() argument 1738 OUTREG(CURSOR_A_PALETTE0, bg & CURSOR_PALETTE_MASK); in intelfbhw_cursor_setcolor() 1741 OUTREG(CURSOR_A_PALETTE3, bg & CURSOR_PALETTE_MASK); in intelfbhw_cursor_setcolor()
|
/linux-2.4.37.9/arch/sparc/math-emu/ |
D | ashldi3.S | 19 bg 1f
|
/linux-2.4.37.9/arch/sparc64/lib/ |
D | mcount.S | 47 bg,pt %xcc, 1f
|
/linux-2.4.37.9/scripts/ |
D | header.tk | 317 -activeback [cget $w.x$line.l -bg] 427 -activeback [cget $w.x$line.l -bg] -state disabled 439 -activeback [cget $w.x$line.l -bg] -state disabled 442 -activeback [cget $w.x$line.m -bg]
|
/linux-2.4.37.9/fs/ext2/ |
D | super.c | 405 unsigned long bg, first_data_block, first_meta_bg; in descriptor_loc() local 414 bg = sbi->s_desc_per_block * nr; in descriptor_loc() 415 if (ext2_bg_has_super(sb, bg)) in descriptor_loc() 417 return (first_data_block + has_super + (bg * sbi->s_blocks_per_group)); in descriptor_loc()
|