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