Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dmemalign.h88 #define DEFINE_ALIGN_BUFFER(type, name, size, align) \ macro
94 DEFINE_ALIGN_BUFFER(type, name, size, ARCH_DMA_MINALIGN)
/openbmc/u-boot/drivers/net/
H A Drtl8169.c313 DEFINE_ALIGN_BUFFER(u8, txb, NUM_TX_DESC * RX_BUF_SIZE, RTL8169_ALIGN);
319 DEFINE_ALIGN_BUFFER(u8, rxb, NUM_RX_DESC * RX_BUF_SIZE, RTL8169_ALIGN);
H A De1000.c63 DEFINE_ALIGN_BUFFER(struct e1000_tx_desc, tx_base, 16, E1000_BUFFER_ALIGN);
64 DEFINE_ALIGN_BUFFER(struct e1000_rx_desc, rx_base, 16, E1000_BUFFER_ALIGN);
65 DEFINE_ALIGN_BUFFER(unsigned char, packet, 4096, E1000_BUFFER_ALIGN);
/openbmc/u-boot/drivers/usb/host/
H A Ddwc2.c59 DEFINE_ALIGN_BUFFER(uint8_t, aligned_buffer_addr, DWC2_DATA_BUF_SIZE,
61 DEFINE_ALIGN_BUFFER(uint8_t, status_buffer_addr, DWC2_STATUS_BUF_SIZE,