Home
last modified time | relevance | path

Searched defs:bitmap (Results 1 – 12 of 12) sorted by relevance

/u-boot/arch/x86/lib/
A Dpirq_routing.c17 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 Dapi_display.c43 int display_draw_bitmap(ulong bitmap, int x, int y) in display_draw_bitmap()
A Dapi.c583 ulong bitmap; in API_display_draw_bitmap() local
/u-boot/arch/x86/include/asm/
A Dpirq_routing.h32 u16 bitmap; /* Available IRQs */ member
/u-boot/lib/efi_selftest/
A Defi_selftest_bitblt.c28 static struct efi_gop_pixel *bitmap; variable
/u-boot/include/linux/
A Dbitmap.h34 __bitmap_weight(const unsigned long *bitmap, unsigned int bits) in __bitmap_weight()
/u-boot/examples/api/
A Dglue.c406 int ub_display_draw_bitmap(ulong bitmap, int x, int y) in ub_display_draw_bitmap()
/u-boot/common/
A Dusb_hub.c617 unsigned char *bitmap; in usb_hub_configure() local
/u-boot/drivers/soc/ti/
A Dk3-navss-ringacc.c27 #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 Difwitool.c210 uint8_t bitmap[16]; member
/u-boot/drivers/mtd/nand/raw/
A Dnand_base.c1652 const unsigned char *bitmap = buf; in nand_check_erased_buf() local
/u-boot/drivers/video/
A Dstb_truetype.h2415 STBTT_DEF void stbtt_FreeBitmap(unsigned char *bitmap, void *userdata) in stbtt_FreeBitmap()

Completed in 50 milliseconds