Searched defs:bitmap (Results 1 – 12 of 12) sorted by relevance
| /u-boot/arch/x86/lib/ |
| A D | pirq_routing.c | 17 static u8 pirq_get_next_free_irq(struct udevice *dev, u8 *pirq, u16 bitmap, in pirq_get_next_free_irq() 73 int bitmap = irq->irq[intx].bitmap; in pirq_route_irqs() local
|
| /u-boot/api/ |
| A D | api_display.c | 43 int display_draw_bitmap(ulong bitmap, int x, int y) in display_draw_bitmap()
|
| A D | api.c | 583 ulong bitmap; in API_display_draw_bitmap() local
|
| /u-boot/arch/x86/include/asm/ |
| A D | pirq_routing.h | 32 u16 bitmap; /* Available IRQs */ member
|
| /u-boot/lib/efi_selftest/ |
| A D | efi_selftest_bitblt.c | 28 static struct efi_gop_pixel *bitmap; variable
|
| /u-boot/include/linux/ |
| A D | bitmap.h | 34 __bitmap_weight(const unsigned long *bitmap, unsigned int bits) in __bitmap_weight()
|
| /u-boot/examples/api/ |
| A D | glue.c | 406 int ub_display_draw_bitmap(ulong bitmap, int x, int y) in ub_display_draw_bitmap()
|
| /u-boot/common/ |
| A D | usb_hub.c | 617 unsigned char *bitmap; in usb_hub_configure() local
|
| /u-boot/drivers/soc/ti/ |
| A D | k3-navss-ringacc.c | 27 #define set_bit(bit, bitmap) __set_bit(bit, bitmap) argument 28 #define clear_bit(bit, bitmap) __clear_bit(bit, bitmap) argument
|
| /u-boot/tools/ |
| A D | ifwitool.c | 210 uint8_t bitmap[16]; member
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | nand_base.c | 1652 const unsigned char *bitmap = buf; in nand_check_erased_buf() local
|
| /u-boot/drivers/video/ |
| A D | stb_truetype.h | 2415 STBTT_DEF void stbtt_FreeBitmap(unsigned char *bitmap, void *userdata) in stbtt_FreeBitmap()
|
Completed in 50 milliseconds