Searched refs:ALLOC_ALIGN_BUFFER (Results 1 – 4 of 4) sorted by relevance
| /u-boot/include/ |
| A D | memalign.h | 76 #define ALLOC_ALIGN_BUFFER(type, name, size, align) \ macro 81 ALLOC_ALIGN_BUFFER(type, name, size, ARCH_DMA_MINALIGN)
|
| /u-boot/common/ |
| A D | usb_kbd.c | 155 ALLOC_ALIGN_BUFFER(uint32_t, leds, 1, USB_DMA_MINALIGN); in usb_kbd_setled()
|
| /u-boot/drivers/usb/host/ |
| A D | ehci-hcd.c | 371 ALLOC_ALIGN_BUFFER(struct QH, qh, 1, USB_DMA_MINALIGN); in ehci_submit_async()
|
| A D | ohci-hcd.c | 1231 ALLOC_ALIGN_BUFFER(__u8, databuf, 16, sizeof(u32)); in ohci_submit_rh_msg()
|
Completed in 46 milliseconds