Home
last modified time | relevance | path

Searched refs:ALLOC_ALIGN_BUFFER (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dmemalign.h76 #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 Dusb_kbd.c157 ALLOC_ALIGN_BUFFER(uint32_t, leds, 1, USB_DMA_MINALIGN); in usb_kbd_setled()
/openbmc/u-boot/drivers/usb/host/
H A Dehci-hcd.c303 ALLOC_ALIGN_BUFFER(struct QH, qh, 1, USB_DMA_MINALIGN); in ehci_submit_async()
H A Dohci-hcd.c1253 ALLOC_ALIGN_BUFFER(__u8, databuf, 16, sizeof(u32)); in ohci_submit_rh_msg()