Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dmemalign.h89 #define DEFINE_ALIGN_BUFFER(type, name, size, align) \ macro
95 DEFINE_ALIGN_BUFFER(type, name, size, ARCH_DMA_MINALIGN)
/OK3568_Linux_fs/u-boot/drivers/net/
H A Drtl8169.c318 DEFINE_ALIGN_BUFFER(u8, txb, NUM_TX_DESC * RX_BUF_SIZE, RTL8169_ALIGN);
324 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);
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Ddwc2.c62 DEFINE_ALIGN_BUFFER(uint8_t, aligned_buffer_addr, DWC2_DATA_BUF_SIZE,
64 DEFINE_ALIGN_BUFFER(uint8_t, status_buffer_addr, DWC2_STATUS_BUF_SIZE,