Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dmemalign.h93 #define DEFINE_CACHE_ALIGN_BUFFER(type, name, size) \ macro
/openbmc/u-boot/drivers/usb/gadget/
H A 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);
H A Dether.c865 DEFINE_CACHE_ALIGN_BUFFER(u8, control_req, USB_BUFSIZ);
868 DEFINE_CACHE_ALIGN_BUFFER(u8, status_req, STATUS_BYTECOUNT);
/openbmc/u-boot/drivers/usb/eth/
H A Dsmsc95xx.c736 DEFINE_CACHE_ALIGN_BUFFER(unsigned char, recv_buf, RX_URB_SIZE); in smsc95xx_recv()
/openbmc/u-boot/drivers/mmc/
H A Dmmc.c2050 DEFINE_CACHE_ALIGN_BUFFER(u8, ext_csd_bkup, MMC_MAX_BLOCK_LEN);