Searched refs:DEFINE_ALIGN_BUFFER (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/include/ |
H A D | memalign.h | 88 #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 D | rtl8169.c | 313 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 D | e1000.c | 63 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 D | dwc2.c | 59 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,
|