Searched defs:bmp (Results 1 – 10 of 10) sorted by relevance
| /openbmc/u-boot/cmd/ |
| H A D | bmp.c | 44 struct bmp_image *bmp; in gunzip_bmp() local 199 struct bmp_image *bmp = (struct bmp_image *)map_sysmem(addr, 0); in bmp_info() local 239 struct bmp_image *bmp = map_sysmem(addr, 0); in bmp_display() local
|
| /openbmc/qemu/hw/intc/ |
| H A D | arm_gicv3_kvm.c | 136 static void kvm_dist_get_priority(GICv3State *s, uint32_t offset, uint8_t *bmp) in kvm_dist_get_priority() 157 static void kvm_dist_put_priority(GICv3State *s, uint32_t offset, uint8_t *bmp) in kvm_dist_put_priority() 179 uint32_t *bmp) in kvm_dist_get_edge_trigger() 204 uint32_t *bmp) in kvm_dist_put_edge_trigger() 230 static void kvm_gic_get_line_level_bmp(GICv3State *s, uint32_t *bmp) in kvm_gic_get_line_level_bmp() 241 static void kvm_gic_put_line_level_bmp(GICv3State *s, uint32_t *bmp) in kvm_gic_put_line_level_bmp() 253 static void kvm_dist_getbmp(GICv3State *s, uint32_t offset, uint32_t *bmp) in kvm_dist_getbmp() 275 uint32_t clroffset, uint32_t *bmp) in kvm_dist_putbmp()
|
| H A D | arm_gicv3_dist.c | 93 uint32_t *bmp, maskfn *maskfn, in gicd_write_bitmap_reg() 116 uint32_t *bmp, in gicd_write_set_bitmap_reg() 140 uint32_t *bmp, in gicd_write_clear_bitmap_reg() 164 uint32_t *bmp, in gicd_read_bitmap_reg()
|
| /openbmc/u-boot/drivers/video/ |
| H A D | video_bmp.c | 42 struct bmp_image *bmp, ushort *cmap, in video_display_rle8_bitmap() 197 struct bmp_image *bmp = map_sysmem(bmp_image, 0); in video_bmp_display() local
|
| H A D | atmel_lcdfb.c | 103 void lcd_set_cmap(struct bmp_image *bmp, unsigned colors) in lcd_set_cmap()
|
| H A D | bus_vcxk.c | 360 struct bmp_image *bmp; in vcxk_display_bitmap() local
|
| H A D | cfb_console.c | 1317 struct bmp_image *bmp = (struct bmp_image *)bmp_image; in video_display_bitmap() local
|
| /openbmc/u-boot/common/ |
| H A D | lcd.c | 444 static void lcd_display_rle8_bitmap(struct bmp_image *bmp, ushort *cmap, in lcd_display_rle8_bitmap() 544 __weak void lcd_set_cmap(struct bmp_image *bmp, unsigned colors) in lcd_set_cmap() 564 struct bmp_image *bmp = (struct bmp_image *)map_sysmem(bmp_image, 0); in lcd_display_bitmap() local
|
| /openbmc/u-boot/tools/ |
| H A D | bmp_logo.c | 77 bitmap_t bmp; in main() local
|
| /openbmc/qemu/migration/ |
| H A D | vmstate-types.c | 588 unsigned long *bmp = pv; in get_bitmap() local 603 unsigned long *bmp = pv; in put_bitmap() local
|