Home
last modified time | relevance | path

Searched refs:DEFINE_CACHE_ALIGN_BUFFER (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/include/
Dmemalign.h93 #define DEFINE_CACHE_ALIGN_BUFFER(type, name, size) \ macro
/external/u-boot/drivers/usb/gadget/
Df_thor.c42 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);
Dether.c873 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/
Dsmsc95xx.c736 DEFINE_CACHE_ALIGN_BUFFER(unsigned char, recv_buf, RX_URB_SIZE); in smsc95xx_recv()
/external/u-boot/drivers/mmc/
Dmmc.c1925 DEFINE_CACHE_ALIGN_BUFFER(u8, ext_csd_bkup, MMC_MAX_BLOCK_LEN);