Searched refs:DEFINE_CACHE_ALIGN_BUFFER (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/include/ |
D | memalign.h | 93 #define DEFINE_CACHE_ALIGN_BUFFER(type, name, size) \ macro
|
/external/u-boot/drivers/usb/gadget/ |
D | f_thor.c | 42 DEFINE_CACHE_ALIGN_BUFFER(unsigned char, thor_tx_data_buf, 44 DEFINE_CACHE_ALIGN_BUFFER(unsigned char, thor_rx_data_buf, 50 DEFINE_CACHE_ALIGN_BUFFER(char, f_name, F_NAME_BUF_SIZE + 1);
|
D | ether.c | 873 DEFINE_CACHE_ALIGN_BUFFER(u8, control_req, USB_BUFSIZ); 876 DEFINE_CACHE_ALIGN_BUFFER(u8, status_req, STATUS_BYTECOUNT);
|
/external/u-boot/drivers/usb/eth/ |
D | smsc95xx.c | 736 DEFINE_CACHE_ALIGN_BUFFER(unsigned char, recv_buf, RX_URB_SIZE); in smsc95xx_recv()
|
/external/u-boot/drivers/mmc/ |
D | mmc.c | 1925 DEFINE_CACHE_ALIGN_BUFFER(u8, ext_csd_bkup, MMC_MAX_BLOCK_LEN);
|