Searched refs:DEFINE_CACHE_ALIGN_BUFFER (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | memalign.h | 94 #define DEFINE_CACHE_ALIGN_BUFFER(type, name, size) \ macro
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | f_thor.c | 43 DEFINE_CACHE_ALIGN_BUFFER(unsigned char, thor_tx_data_buf, 45 DEFINE_CACHE_ALIGN_BUFFER(unsigned char, thor_rx_data_buf, 51 DEFINE_CACHE_ALIGN_BUFFER(char, f_name, F_NAME_BUF_SIZE + 1);
|
| H A D | ether.c | 870 DEFINE_CACHE_ALIGN_BUFFER(u8, control_req, USB_BUFSIZ); 873 DEFINE_CACHE_ALIGN_BUFFER(u8, status_req, STATUS_BYTECOUNT);
|
| /OK3568_Linux_fs/u-boot/drivers/usb/eth/ |
| H A D | smsc95xx.c | 737 DEFINE_CACHE_ALIGN_BUFFER(unsigned char, recv_buf, RX_URB_SIZE); in smsc95xx_recv()
|