Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/gdm72xx/
Dsdio_boot.c33 #define YMEM0_SIZE 0x8000 /* 32kbytes */ macro
34 #define DOWNLOAD_SIZE (YMEM0_SIZE - TYPE_A_HEADER_SIZE)
141 tx_buf = kmalloc(YMEM0_SIZE, GFP_KERNEL); in sdio_boot()